ORA-03135: connection lost contact client
Hi,
I have a problem, I am using 10g sqlplus Client to connect to server database 10.2.0.3.0 DB but after of to do query idle time i am getting the error
ORA-03135: connection lost contact error
I execute the following query and it works ok
select column1, column2, column3 column4 column5, ........, column10 from table
but when I added more columns to the query, the error is reported
ORA-03135: connection lost contact error
Please, Do you help me.
Thanks
I have a problem, I am using 10g sqlplus Client to connect to server database 10.2.0.3.0 DB but after of to do query idle time i am getting the error
ORA-03135: connection lost contact error
I execute the following query and it works ok
select column1, column2, column3 column4 column5, ........, column10 from table
but when I added more columns to the query, the error is reported
ORA-03135: connection lost contact error
Please, Do you help me.
Thanks
0