Financial Application user audit
I am trying to perform user audit on my financial application to track the login and logoff time by users. I do not want to enable the audit profile at the appliaction or responsibily level because of performance issue so, I wrote this query to retrieve the login and logoff time. But I am only getting datas for one month. Not sure what part of my query need to be refine.
(Note: the tables are not purged so there are records on the program tables)
Can somebody help and let me know while I am not getting data for March login and logoff. I am only getting datas for April even when I specify sysdate of 30days.