Skip to Main Content

ODP.NET

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!

Unable to load dll (oci.dll)

433709Nov 29 2004 — edited Nov 30 2004
I am trying to connect to Oracle 10g database using Visual Studio.Net 2003, System.Data.OracleClient namespace. VS's Data Link Property utility is allowing me to connect to the database both using Microsoft OLE DB Provider for Oracle and Oracle Provider for OLE DB. I have created a Web service running on my workstation's local web server, that uses a connection to an Oracle database (my connctionString="Data Source=orcl;User Id=myid;Password=pswd" ). While the program's trying to execute myConnection.Open() - the exception is thrown "Unable to load dll (oci.dll)". I have installed the Oracle client on a development (WinXPPro) workstation, so the client BIN directory is on the system path, production server is running Oracle 10g on Windows 2003.
Is it some kind of connection string issue or user permissions problem? How do I setup the right ones?
Thanks for the help in advance!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2004
Added on Nov 29 2004
2 comments
1,088 views