PL/SQL Application Time out occuring after 30 mins [message #302417] |
Mon, 25 February 2008 10:00 |
kmsalih
Messages: 197 Registered: March 2006
|
Senior Member |
|
|
Hi,
We have a PL/SQL Application deployed on Oracle Application Server 10g.
My issue is, if any user works on the plsql application after 30 minutes ie idle, it is giving timeout error.
What i have to change on the Oracle Application Server Side to avoid the timeout?
I tried with PlsqlConnectionTimeout and it is not working.
Please give a solution.
Thanks & Regards
Salih KM
|
|
|
|
|
Re: PL/SQL Application Time out occuring after 30 mins [message #303996 is a reply to message #302575] |
Mon, 03 March 2008 11:36 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
Make sure the timeout parameter isn't a response timeout (timeout to a call to the backed hasn't reponded within 300sec). That very different to an inactivity timeout. HTTP is a connectionless protocol, so you need to understand where the timeout is occuring. Is is from a connection pool to the database? Firewalls can be responsible for killing idle Oracle session originating from e.g. connection pools.
Try posting an error message just like you'd expect anyone else to provide you with...
|
|
|