I need a script to report Oracle user activity in a database. Besides the basic information that I can get from the DBA_users. What I also need is session info like last time and date the user was on the database, what did they access, updated or deleted and what sql that was used in last session. I just need a good starting point.
Start Free Trial