Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Instant Client

user645399Jan 11 2011 — edited Jan 12 2011
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
This post has been answered by PrafullaNath on Jan 12 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2011
Added on Jan 11 2011
9 comments
548 views