I created an C# application which needs to connect to an oracle database and I want to use the OBDC connection to achieve this. The version of the database is Oracle Database 11g Release 11.1.0.7.0 - 64bit Production.
I read this post: How can I deploy a .NET application that uses ODAC without installing the whole component to the user?
I know that I do not need to install the oracle client but only the driver for OBDC. I spent much time searching for a step-by-step tutorial (which is up-to-date) on how to install and use the right drivers.
So here are my questions:
- What do I have to download from here: http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html
- (Because I suppose xCode) How do I install the right components/drivers for a visual studio 2013 project
- Please give a short example code snippet which doesn't use tnsnames.ora