PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Unable to find entry point named OCIEnvCreate in Dll oci.dll

Reply

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

 
Thread Tools Rate Thread
Old 20-05-2004, 07:51 PM   #1
=?Utf-8?B?UFRXaWxs?=
Guest
 
Posts: n/a
Default Unable to find entry point named OCIEnvCreate in Dll oci.dll


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
  Reply With Quote
Old 20-05-2004, 08:24 PM   #2
Miha Markic [MVP C#]
Guest
 
Posts: n/a
Default Re: Unable to find entry point named OCIEnvCreate in Dll oci.dll

Hi,

Do you have at least 8.1.6 oracle client?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"PTWill" <anonymous@discussions.microsoft.com> wrote in message
news:2A4EF1E0-F00E-44B1-A253-96D9F818AF0C@microsoft.com...
> Am I getting the following error because of an installation, permissions,

configuration, etc. issue?
>
> Unable to find entry point named OCIEnvCreate in Dll oci.dll
>
> I am running Oracle 8i on my pc



  Reply With Quote
Old 11-06-2004, 03:32 PM   #3
=?Utf-8?B?RG9taW5payBMdXl0ZW4=?=
Guest
 
Posts: n/a
Default Re: Unable to find entry point named OCIEnvCreate in Dll oci.dll

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
  Reply With Quote
Old 18-08-2004, 10:44 PM   #4
David Chinoraks
Guest
 
Posts: n/a
Default Re: Unable to find entry point named OCIEnvCreate in Dll oci.dll

Miha Markic [MVP C#] wrote:
> 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
dchinoraks@csustan.edu


  Reply With Quote
Old 18-08-2004, 10:47 PM   #5
David Chinoraks
Guest
 
Posts: n/a
Default Re: Unable to find entry point named OCIEnvCreate in Dll oci.dll

Miha Markic [MVP C#] wrote:

> 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
dchinoraks@csustan.edu
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off