Database sessions 'sniped' after idle time exceeded
Hello,
I wrote an application (logon/logoff database trigger) that writes to a table when a user logon/logoff to the database.
Is there anyway that I can execute a trigger as soon as a session has changed from 'INACTIVE' to 'SNIPED' after idle time has exceeded ?
Not sure whether its possible to do this since its the oracle server that controls profiles ?
Thank you,