Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: TNS Error


Message #1 by Anjali Kasibhatta <anjalikasibhatta@y...> on Sun, 22 Sep 2002 23:27:46 -0700 (PDT)
Hi
I try to connect to oracle 8i database from ASP as 
'Create the OraSession Object.
Set OraSession = CreateObject("OracleInProcServer.XOraSession") 
'Create the OraDatabase Object by opening a connection to Oracle.
Set OraDatabase = OraSession.DbOpenDatabase("", "SCOTT/TIGER",cint(0)) 
and I encountered the following error 
Oracle Automation error '800a01b8' 
Unable to make connection, ORA-12203: TNS:unable to connect to destination 
How can I get out of it? 
Thank you
Githa



---------------------------------
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!

  Return to Index