Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Loader issue

Status
Not open for further replies.

dps

Programmer
Feb 2, 2001
157
GB
SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
ORA-12154: TNS:could not resolve service name

I am using DOS to connect into SQL Loader using command line ......

>sqlldr uname/psswd control=file.ctl

even tried ...
>sqlldr uname/psswd@instance control=file.ctl

but get the above errror

any help appreciated.


 
Are you sure $ORACLE_HOME and $ORACLE_SID are set and match the tnsnames.ora entries?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top