User connect/disconnect logging
Hi, in my company we have a database for which the application performs a lot of log in. I created a logon/logoff trigger in which whenever a user connects, it's logged into a table and whenever he disconnects, the record is updated with the corresponding time of disconnection.
My problem is that the application doesn't disconnect everytime so that I have records which has a LOGON_DATE, but no LOGOFF_DATE and are actually cleaned up by PMON (I suppose).
My question is the following : is there a way to track PMON actions on user sessions ? I've looked up but haven't found any relievant information about it...
My problem is that the application doesn't disconnect everytime so that I have records which has a LOGON_DATE, but no LOGOFF_DATE and are actually cleaned up by PMON (I suppose).
My question is the following : is there a way to track PMON actions on user sessions ? I've looked up but haven't found any relievant information about it...
0