I was asked to generate a report of operations performed on certain Oracle 9i tables in a given period of time.
When I query the DBA_AUDIT_TRAIL table I only get SESSION REC in the ACTION_NAME column.
I was expecting SELECT, INSERT, DELETE etc.
- What am I doing wrong?
- What does
SESSION RECmean?