ORA-06413: Connection not open
849008Mar 21 2011 — edited Jul 20 2013Hello,
I running Oracle in a x64 machine with windows 7
I am trying to connect to a server of x64 but I am getting this error:
Fatal NI connect error 6413, connecting to:
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=server)(PORT=1521)))(CONNECT_DATA=(SID=CRONUS)(CID=(PROGRAM=C:\Program Files (x86)\Common Files\Microsoft Shared\DevServer\9.0\WebDev.WebServer.EXE)(HOST=SEDNA)(USER=x))))
I am trying to run my application in visual studio 2008 in debug mode.
I guess the problem might be the special characters. Is there any solution for this without uninstalling and change the directory?
Thank in advance.