Sujit Sahoo

Sujit Sahoo

  • NA
  • 206
  • 146.3k

Oracle Connectivity Error

Apr 8 2014 12:58 AM
I have Installed Oracle 10g Express edition on my Windows 7 PC, in that I have a table with some data. I want to connect to oracle database by using my ASP.NET Application. I have used following Connection string 
 
"<add name="ORAConn" connectionString="Data Source=.;User Id=abcd;Password=****;"/>" 
 
But I am getting following error
 
"ORA-12154: TNS:could not resolve the connect identifier specified" 
 
Can any one please help me..
 
Thanks.. 

Answers (1)