ORA-03135: connection lost contact [message #478606] |
Mon, 11 October 2010 05:14 |
mukeshkaushal
Messages: 4 Registered: October 2010 Location: Mumbai
|
Junior Member |
|
|
Hi All
My application is using "Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production" and Oracle 11g client v11.1.0.6.0.
My application server runs continuously and checks for new requests. But problem occurs when I do not send any request to my server for 40-45 minutes i.e. server is idle or doing nothing except checking new incoming requests for those 40-45 minutes. After that if I try to connect my server by sending some request, it shows following error message and my server crashes:
Message String: ORA-03135: connection lost contact
Process ID: 7586034
Session ID: 61
Thanks in advance.
|
|
|
|
|
|
Re: ORA-03135: connection lost contact [message #478622 is a reply to message #478615] |
Mon, 11 October 2010 05:54 |
mukeshkaushal
Messages: 4 Registered: October 2010 Location: Mumbai
|
Junior Member |
|
|
Littlefoot,
I have also seen this description on many websites but in my case whats going wrong. My sqlnet.ora contains:
# sqlnet.ora Network Configuration File: /oracle/app/product/11.1.0.6.0client/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
Now there is no timeout parameter. My application runs fine if there is a time gap of 30-40 minutes in two requests. If this gap increases then I got ORA-03135 error in application trace. So do you think that this time out variable can affect my application ? If yes then how can I set this value as it does not exist in my sqlnet.ora.
|
|
|
|
|
|
|
|