Dear buddies,
I followed steps in this thread to instant oracle client in one pc to access oracle database in another server.
4293740
tnsname.ora
-------------
conver =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ip address)(PORT = 1521))
)
(SERVICE_NAME = conver)
)
sqlnet.ora
--------------
SQLNET.AUTHENTICATION_SERVICES = (NTS)
Receiving this error:
------------------------------
Initialization error
Could not load "C:\Oracle\instantclient_10_2\"
OCIDLL forced to c:\oracle\instantclient_10_2\
LoadLibrary(C:\oracle\instantclient\_10_2) returned 0
Environment Variables:
--------------------------------
ORACLE_HOME: C:\oracle\instantclient_10_2
Path : c:\oracle\instantclient_10_2;
tns_admin : C:\oracle\instantclient_10_2\network\admin
Where am I making the mistake? Please guide me.
Regards,
Nith
Edited by: user645399 on Jan 12, 2011 12:07 PM