Env. 19c SE2
We have to use the conventional audit trail method. Implemented according to the docs, but no entries in the dba_audit_trail.
Steps done:
- Created a new tablespace
- Set new tablespace via the dbms_audit_mgmt package
- Initialized Audit Trail
- Checked the audit mgmt configuration parameters → ok
- Checked if “Unified Auditing” is being used → FALSE
- Parameter AUDIT_TRAIL = db
- Activated AUDIT for CREATE TABLE BY ACCESS
- Created a table
- Queried dba_audit_trail, but no entries
All steps performed by a privileged user (not SYS). Did we miss something here?
Thanks!