I am using the following oralce IMP
command for import which works fine if i am running it on same server.
imp TMR/TMR@PO11254 PARFILE=imp_tmc_no_constraints.par
imp TM/TM@PO11254 PARFILE=imp_tm_no_constraints.par
imp TMR/TMR@PO11254 PARFILE=imp_tmc_constraints.par
imp TM/TM@PO11254 PARFILE=imp_tm_constraints.par
But now i have database clustering for which i have 4 IPs for each database, that means it seems i have to use the tsnname.ora for the connection. But i didn't know how to use it in my below command and how it works.