error while trying to connect to Oracle

  • Thread starter Reny J Joseph Thuthikattu
  • Start date
R

Reny J Joseph Thuthikattu

Hi,
When i try to connect to oracle from my vb.net application i am getting
following error
"Unable to find entry point named OCIEnvCreate in Dll oci.dll"

I tried to connect using Microsoft .Net Data Provider for oracle.

The connection string is "Server=pcname;uid=username;pwd=password;"

Please help me out

Reny
 
M

Miha Markic [MVP C#]

Hi,

Only Oracle 8.1.6+ (.7 recommended) Oracle clients are supported.
If you are using asp.net, make sure that local windows account aspnet has
read NTFS privilege on {oracle}\bin folder..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top