I am looking to get the report for all the transactions which are happening when we are running our application in a particular time. The report should look like this
I did enabled DB auditing in oracle and trying to get the information from sys.aud$, sys.dba_audit_objects and sys.audit_actions. After enabling DB auditing, The information from sys.aud$ is giving me the action name as "Session Rec" for all operations.
Bookmarks