ADO (TNS Error)

  • Thread starter Thread starter Dave Bailey
  • Start date Start date
D

Dave Bailey

I am connecting to an Oracle database using ADO on a
Webpage. When I run the program i get the following error
when it gets to the oleDbConnection.Open command:

ORA-12541: TNS:no listener

Does anyone know how to handle this error?

Thanks,

Dave
 
Dave,

This sounds like an Oracle-specific error. You might want to try
looking that up in the documentation that Oracle provides.

Doing a search on the web for ORA-12541, I found the following link:

http://www.orafaq.net/error/ora-12541.htm

There is a resolution section as well.

Hope this helps.
 
Back
Top