Reputation: 93
I'm trying to connect to an Oracle data source and I'm looking for the simplest ADO.NET connector to use. I'm not finding a clear answer. What Oracle data source connector should I be installing?
Thanks!
Upvotes: 3
Views: 148
Reputation: 93
I was able to install the ODP.NET connector and connect to a publicly hosted Oracle server by installing the driver from the below link (latest version):
http://www.oracle.com/technetwork/database/windows/downloads/utilsoft-087491.html
(See - Download the ODP.NET, Managed Driver Xcopy version only)
Run the following command from command prompt as Administrator:
install_odpm.bat c:\oracle both true
Upvotes: 5