Oracle Auditing and Fine Grained Auditing (FGA)
http://www.dba-oracle.com/t_audit_sql_select_statements.htm
http://www.dba-oracle.com/class_audit/audit_trail_db_extended.htm
http://www.dba-oracle.com/t_audit_sql_select_statements.htm
http://www.dba-oracle.com/class_audit/audit_trail_db_extended.htm
researchadmin said
SELECT sysdate, a.* FROM dba_audit_trail a
where timestamp > sysdate - 1
and userhost = '<hostname>'
order by timestamp desc
select * from sys.aud$ r
where ntimestamp# > sysdate - 1
and userhost = '<hostname>'
order by ntimestamp# desc