Oracle Client connection

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
jmulkerin
Posts: 6
Joined: Wed 10 May 2006 02:57

Oracle Client connection

Post by jmulkerin » Sat 01 Jul 2006 15:46

Using Visual C# Express 2005. Bought the Oradirect.Pro license. I had to manually add the licenses.licx file as noted in documentation. However, when I try to connect to Oracle db, I get:

"Can not obtain Oracle client information from registry. Check if Oracle client software installed."

Help

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 03 Jul 2006 06:10

Do you have Oracle client software installed on your computer? Use Direct=true in ConnectionString to connect Oracle server without Oracle client.

Post Reply