"ORA-03135: connection lost contact" when connect from same machine [message #221276] |
Mon, 26 February 2007 02:43 |
thaidong
Messages: 2 Registered: February 2007
|
Junior Member |
|
|
Hi all,
I have installed Oracle 10g(10.2.0.1.0) on AIX 5.3 machine and everything looks good.Until last monday, I don't know what happen.
Now we have an error "ORA-03135: connection lost contact" everytime I try to connect database from same machine(by using sqlplus or by jdbc). By command line , we can connect and select. But when we leave for a minute(1 minute), and select again .The result are folowing;
SQL> select * from tab;
select * from tab
*
ERROR at line 1:
ORA-03135: connection lost contact
First, we think because of listener or tnsnames configuration.
But we can use tnsnames to connect to other machine and from other machine can connect and using database on this machine without problem.
Please help me to find what can be posible to solve this problem.
thanks for any suggestion.
Thaidong.
|
|
|
|
|