drop table not appearing in audit trail
The create table statement is audited.
I have set auditing on by issuing the statement "audit table".
I then issued the following statements, but the drop table does not appear to have been audited. Looking at the documentation at http://download.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_48a.htm#2059412 my understanding is that this will be audited.
Any help would be greatly appreciated.
Neil
create table t1(n number);
drop table t1;
The detail from dba_audit_trail is as follows...