0

I have an issue with OleDBConnection in Visual Studio 2012. I reinstal my system from 32 Oracle to 64 Oracle with the same version of Windows 64. And i migrate my project ofcourse where it previously works.

I try to do all things in: OraOLEDB.Oracle provider is not registered on the local machine and also i install 64-bit ODAC 12c Release 4 (12.1.0.2.4) http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html

but it dosen't helped..

Have you any idea how to resolve that problem?

Adriano
  • 874
  • 2
  • 11
  • 37

1 Answers1

0

i had similar problem and i fixed it by downloading "ODAC122010Xcopy_x64" from http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html.

follow these steps and try to run your application
Step 1: unzip ODAC122010Xcopy_x64 in any folder on your computer.
Step 2: open command prompt as admin and run the ff commands.
Step 3: cd [ODAC122010Xcopy_x64 directory where you unzip it]
Step 4: INSTALL ALL "[DBHOME PATH]" [ORACLEHOMENAME] TRUE

PANDA MAN
  • 172
  • 1
  • 16