Looking for SQL_ID in AUDIT_TRAIL
I am using Oracle 11g (11.2.0.4) and have enabled the auditing by setting the parameter audit_trail= DB.
I wanted to check all the create table, alter table and create sequence statements to track the schema changes. I can see the dates, user, OSuser and terminal used for changes but where and how I can find the SQL_ID of the exact statement?
KashifA