How do I handle Form idle time and database idle time in Oracle Form application
We have DB idle time and Form Idle time for 1 hours(both). when DB is idle or Form is idle for 1 hour the application is freezed. I need to handle this problem in Form application and let return to the login screen not just freeze there.
Our DB is Oracle 10.2.0.4 EE on Windows server 2008 and our Form service is on Oracle application server 10.1.0.2 on Windows server 2003.
Is there are way to do it?
Thanks for your input!