TNS:listener could not hand off client [message #54957] |
Thu, 19 December 2002 14:34 |
Rajesh Verma
Messages: 21 Registered: February 2002
|
Junior Member |
|
|
Hi,
I can connect my Database only when I am connected through internet. ( I have DSL line )
=============================
After internet disconneced
=============================
SQL> conn rajesh/rajesh@kritidb
ERROR:
ORA-12523: TNS:listener could not find instance appropriate for the client connection
SQL> conn rajesh/rajesh@kritidb
ERROR:
ORA-12518: TNS:listener could not hand off client connection
=============================
After internet connected
=============================
SQL> conn rajesh/rajesh@kritidb
Connected.
SQL>
=============================
After internet disconneced
=============================
SQL> select * from tab;
select * from tab
*
ERROR at line 1:
ORA-12571: TNS:packet writer failure
SQL>
SQL>
SQL> /
select * from tab
*
ERROR at line 1:
ORA-03114: not connected to ORACLE
SQL> conn rajesh/rajesh@kritidb
ERROR:
ORA-12560: TNS:protocol adapter error
SQL> conn rajesh/rajesh@kritidb
ERROR:
ORA-12518: TNS:listener could not hand off client connection
=============================
After internet connected
=============================
SQL> conn rajesh/rajesh@kritidb
Connected.
====================================================
How can I connect my DB when I am not connected to internet
Thanks in advance
Rajesh
|
|
|
|
|