Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I have installed oralce 10g and vs 2010 also 2012. I want to connect My C# application to oracle database. do i need any other software?? please guide me step by step
Posted
Updated 19-Feb-18 23:57pm

It depends on design of you application and which library you plan to use.
You have to choose from 'MS Data Provider for Oracle', 'Oracle Data Provider for .NET' and others. I suggest you to use ODP.NET
You may find tutorial here:
http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/hol08/dotnet/getstarted-c/getstarted_c_otn.htm[^]
If its not enogh then try to google for 'c# oracle data provider tutorial' :)
 
Share this answer
 
You need oracle client to install in your system. You can check the installation status in C -> Windows -> system32 -> odbc.

After opening the ODBC Data Source Administrator, check in system DNS the oracle client is visible here.

Check this link for the same : Setting Up an ODBC Data Source for Oracle[^]
 
Share this answer
 
Comments
CHill60 20-Feb-18 7:27am    
5 years late.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900