Is there any way to make a form timeout
I need to write a code that will timeout the oracle form after a certain amount of time ifa record is not committed or rolled back.
I also need the oracle form that timeout if there is no transactions or events happening or the session is idle after a given time period, say 10 minutes.
When it is timed out, I would like to set the form to query_only if it was in locking mode or its was idle and then disconnect and display the log on oracle forms.
I also need the oracle form that timeout if there is no transactions or events happening or the session is idle after a given time period, say 10 minutes.
When it is timed out, I would like to set the form to query_only if it was in locking mode or its was idle and then disconnect and display the log on oracle forms.
Is there a way to make oracle forms timeout?
0