oracle11g - How to add Data Connection for Oracle 11g in Visual Studio Enterprise 2015 -
i have oracle 11g database need connect in visual studio 2015 (enterprise update 3).
i have install oracle client 11 on machine reference following directories
i believe there both oracle client 32-bit , 64-bit not sure
when try add connection using .net framework data provider oledb or .net framework data provider oracle , following error
on c:\window\system32 have found odbcad32; reference following screen shot;
i not missing picture. need
many in advance
i reinstall both oracle client 32-bit , 64-bit in following location , worked;
c:\app\kz\product\11.2.0\client_32 c:\app\kz\product\11.2.0\client_64
to check version of client instance running on local machine
a simple way find out in windows run sqlplus oracle homes's bin directory , check task manager. if 32-bit version of sqlplus, you'll see process on processes tab looks this:
sqlplus.exe *32
if 64-bit, process this:
sqlplus.exe
Comments
Post a Comment