AUDIT update table,delete table by access is not working
Below is the audit policy that i enabled:
audit insert table,update table,delete table by userA by access.
What i can see from my sys.aud$ is that i have the record of inserting row into table when i issue insert statement but not for update + delete.
My audit trail is set to DB_EXTENDED and my DB version is 11gr2.
Any idea?