oracle 8 and dot net

G

Guest

I am using the native client of oracle through the System.Data.OraClient .
Find gives to the following error “Unable to find an entry point named
ocienvcreate in dll oci.dll†when I execute the Open method of the
OracleConnection object. I believe that it must of being by some problem in
the client of oracle installed, because from the explorer of servants I see
all the scheme of the data base oracle.
The oracle client version is 8.0.5
Somebody can help me?. Thanks.
 
F

Frans Bouma [C# MVP]

Migguel said:
I am using the native client of oracle through the
System.Data.OraClient . Find gives to the following error “Unable
to find an entry point named ocienvcreate in dll oci.dll†when I
execute the Open method of the OracleConnection object. I believe
that it must of being by some problem in the client of oracle
installed, because from the explorer of servants I see all the
scheme of the data base oracle. The oracle client version is 8.0.5
Somebody can help me?. Thanks.

Your client isn't supported: from the docs (.NET framework developers
guide -> .NET framework data providers)
"The .NET Framework Data Provider for Oracle enables data access to
Oracle data sources through Oracle client connectivity software. The
data provider supports Oracle client software version 8.1.7 and later. "

It's my understanding you can use the 8i client (which is hte 8.1.7
version) with 8.0

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 

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