Unable to find entry point named OCIEnvCreate in Dll oci.dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Am I getting the following error because of an installation, permissions, configuration, etc. issue

Unable to find entry point named OCIEnvCreate in Dll oci.dl

I am running Oracle 8i on my pc
 
Hi, I have the same problem. My Oracle Client is version 8.0.xx (xx = 15 I think) Unfortunately I do not have the option to upgrade all clients to 8.1.7 or higher :(

When I try to access the DB via ODBC VS.NET does not comply and forces me to use the OLE DB driver.

Is there a way around this?

Kind regards

Dominik
 
Miha said:
Hi,

Do you have at least 8.1.6 oracle client?
I have Oracle 8.1.6 Client and I am still getting this error. How can I
fix the problem??

Unable to find an entry point named OCIEnvCreate in DLL oci.dll.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.EntryPointNotFoundException: Unable to find an
entry point named OCIEnvCreate in DLL oci.dll.

Source Error:


Line 41:
Line 42: Response.Write(strSQL)
Line 43: objConnection.Open()
Line 44:
Line 45: Response.Write("ServerVersion: " &
objConnection.ServerVersion

Thanks,

David Chinoraks
(e-mail address removed)
 
Miha said:
Hi,

Do you have at least 8.1.6 oracle client?

I have Oracle 8.1.6 Client and I am still getting this error. How can I
fix the problem??

Unable to find an entry point named OCIEnvCreate in DLL oci.dll.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.EntryPointNotFoundException: Unable to find an
entry point named OCIEnvCreate in DLL oci.dll.

Source Error:


Line 41:
Line 42: Response.Write(strSQL)
Line 43: objConnection.Open()
Line 44:
Line 45: Response.Write("ServerVersion: " &
objConnection.ServerVersion

Thanks,

David Chinoraks
(e-mail address removed)
 
Back
Top