not able connect 32 bit client in 64 bit machine.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
peddiraju
Posts: 6
Joined: Fri 29 Oct 2010 05:32

not able connect 32 bit client in 64 bit machine.

Post by peddiraju » Fri 29 Oct 2010 05:51

Hi We have deployed our application in Windows 7 64 bit machine.We are connecting to Oracle server through 32 bit client then it is giving execption like "Unable to load C:\oracle\product\11.2.0\INTPL11G\bin\oci.dll. Please check that you use 64x version of Oracle client with 64x application.".
Please let us know if any settings needed so that we can connect with 32 client.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 29 Oct 2010 11:35

Only a 32-bit application can interoperate with a 32-bit Oracle Client. Please open Windows Task Manager on your Windows 7 64-bit machine and check the mode (x86 or x64) the process of your application is executed in. Probably it is x64. If so, please rebuild your project with the Platform target: x86 option specified in the project's properties.

peddiraju
Posts: 6
Joined: Fri 29 Oct 2010 05:32

Post by peddiraju » Mon 01 Nov 2010 05:14

Application has been built in x86 mode only.Still it is giving the exception as mentioned.Any ideas pls

peddiraju
Posts: 6
Joined: Fri 29 Oct 2010 05:32

Post by peddiraju » Tue 02 Nov 2010 11:00

Thanks Shalex.Its working.

Post Reply