SQL*loader error message [message #70970] |
Tue, 20 August 2002 07:11 |
Aravind
Messages: 41 Registered: January 2002
|
Member |
|
|
Hi
I got the following error, can anyone plz help me???
SQL*LOADER-704: Internal error: ulconnect:
OCIServerAttach [[0]]
ORA-12154: TNS:could not resolve service name
|
|
|
Re: SQL*loader error message [message #70972 is a reply to message #70970] |
Tue, 20 August 2002 07:33 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
there should be a mismatch between sqlnet.ora and tnsnames.ora.
if there is .world entry in sqlnet.ora(default), have the same in your tnsnames.ora also.
if add a .world in your connect string entry in tnsnames.ora
|
|
|