HOw to end inactive Forms sessions from the DB level ?
Lots of time, end users leave their forms sessions open and do not end thier sessions. This can cause lots of issues as sometime even querying in a forms sessions places a lock (I know of Order Entry forms which used to behave like that) and as DBAs you will end up clearing blocking sessions in the database manually.
Oracle apps has timeout profiles (e.g. ICX Session Timeout) options and confirguration options (Apache timeouts etc) , but most of them do not end the database session.
Is there any settings (rather than creating custom scripts to kill them) by which such form sessions (inactive for long time) can be elimnated ?