Hi all,
I just audit schema as execute the following comment
AUDIT UPDATE TABLE, DELETE TABLE, INSERT TABLE BY user1, user2 BY ACCESS;
However, I couldn't find the SQL statements.
SELECT A.TIMESTAMP, A.* FROM DBA_AUDIT_TRAIL A
WHERE
USERNAME = 'USER1'
This also doesn't work, it shows empty
select sql_text from sys.aud$ where obj$name = 'TAB_PROJELOG'
Oracle Database 11g Release 11.2.0.4.0 - 64bit Production