Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello Everyone

I want to use Oracle 10g with ASP.Net Project. I am not able to connect oracle DB with my ASP.Net Project .. Anyone can help me on TeamViewer OR by providing Link because i am getting lots of error. Plz if anyone know tell me

Thanks
Posted
Comments
BulletVictim 19-Oct-15 1:19am    
What are the errors you are receiving? What have you done until now? Show us your connection string to the database?
We need these things to be able to better help you.
Member 10711621 19-Oct-15 1:45am    
Oracle Connection String
add name="KaramOracleDB" connectionString="Data Source=[redacted]; Persist Security Info=True; User ID=[redacted];Password=[redacted];Unicode=True;"
providerName="System.Data.OracleClient"
Member 10711621 19-Oct-15 1:42am    
Oracle Client Software version must be 8.1 or Greater .. i am getting this error all time.
My Oracle Connection string is:

<add name="KaramOracleDB" connectionstring="Data Source=192.168.1.12; Persist Security Info=True; User ID=KARAM;Password=karam;Unicode=True;"
="" providername="System.Data.OracleClient">
dan!sh 19-Oct-15 2:07am    
As the message states, you need to install all the required software before you begin.

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