0

I am very new to Oracle and trying to create a test application on Visual Studio 2008 framework 3.5 in C#.

I have a basic requirement of generating a simple xml file from an Oracle Database table located on a Server.

My Oracle Client and Server version are as belowOracle Client and Server version

I also noticed that I have sqlnet.ora and TnsNames.ora files on C:\DevSuiteHome_5\NETWORK\ADMIN which has connection details of the server.

So, to connect to Oracle Database :
1.First of all, I need to install ODAC and then add the following reference :

using Oracle.DataAccess.Client;
using Oracle.DataAccess.Types;

All this seems perfectly understandable, but which 64-bit version of ODAC do I have to install from the above link/ or can I install the latest?
Any examples/links for creating a sample application with database on the sevrer would be really helpful.

Thanks in advance.

Community
  • 1
  • 1
SDR
  • 361
  • 1
  • 4
  • 20

1 Answers1

0

Just found out that I could install the latest ODAC. I installed ODAC 11.1.0.7.20 and it worked fine.

Thanks

SDR
  • 361
  • 1
  • 4
  • 20