ORA-12203: Unable to connect to destination [message #129268] |
Fri, 22 July 2005 23:28 |
bluebeta
Messages: 14 Registered: June 2005
|
Junior Member |
|
|
Hi,
I have installed Oracle 9i database Personal edition and Oracle form 6i in same computer. But when i want to connect from the oracle form to database, it give me this error: ORA-12203: Unable to connect to destination.
The listener services is running. the database services is also running. I even configure the TNS_ADMIN and ORACLE_SID in window registry and also the environment variable.
The database is running properly. I have test method as below:
tnsping test01
the response is OK
sqlplus
sqlplus /nolog
SQL> connect hr/hr@test01
Connected.
Please tell me what should I do to solve this problem? I already stucked on this problem for 2 days. Please help.
Thanks in advance for any reply.
Best Regards,
Andrene
|
|
|
|