I have installed 2 oracle databases (i.e) 2 different instances in a server. From Username, Password, SID, Listener everything is different. Like Mentioned Below.
Instance 1:
Username : TEST
Password : TEST123
Port : 1111
SID : ForTest
Instance 2:
Username : NEW
Password : NEW123
Port : 2222
SID : ForNew
I am trying to export a table from Instance 1, by giving the following EXPDP command.
EXPDP TEST/TEST123@ForTest DIRECTORY=EXP_DIREC DUMPFILE=MAP_TABLE.DMP version=11.1 TABLES=MAP_TABLE
I am getting the exception like,
UDE-12154: operation generated ORACLE error 12154
ORA-12154: TNS:could not resolve the connect identifier specified
Where can i specify, that the export should use specific instance.