Can not obtain Oracle client information from registry

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
chandradev
Posts: 3
Joined: Fri 09 May 2014 11:32

Can not obtain Oracle client information from registry

Post by chandradev » Fri 09 May 2014 11:37

Hi

I am getting this issue


Can not obtain Oracle client information from registry. Make sure that Oracle Client Software is installed, or use Direct mode of connecting to server.

when ever I m trying to run by asp.net application on 64 bit mode in IIS. It is working fine with 32 bit mode.

Could you tell me what is the problem ?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Can not obtain Oracle client information from registry

Post by Pinturiccio » Mon 12 May 2014 13:37

Make sure that capacity (x86 or x64) of your application and the capacity of your Oracle Client are the same.

If you want your application to work in 64 bit mode in IIS, make sure that the capacity of your Oracle Client is 64 bit.

chandradev
Posts: 3
Joined: Fri 09 May 2014 11:32

Re: Can not obtain Oracle client information from registry

Post by chandradev » Thu 15 May 2014 04:48

Hi

Thanks for sending the reply. Is require only Oracle client 64 bit ? or is it also require to install oracle server 64 bit local machine to run this sample code ?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Can not obtain Oracle client information from registry

Post by Pinturiccio » Thu 15 May 2014 12:54

The capacity of you of your application and the capacity of your Oracle Client must be the same.
chandradev wrote:or is it also require to install oracle server 64 bit local machine to run this sample code
The capacity of Oracle server does not matter for this issue.

Post Reply