select * from v$sqlarea t where t.PARSING_SCHEMA_NAME in ('CZWDM') order by t.LAST_ACTIVE_TIME desc; 开启审计的
select * from dba_audit_trail t where t.USERNAME='CZWDM' and t.TIMESTAMP > = to_date('2019-09-07', 'YYYY-MM-DD') ;
select * from v$sqlarea t where t.PARSING_SCHEMA_NAME in ('CZWDM') order by t.LAST_ACTIVE_TIME desc; 开启审计的
select * from dba_audit_trail t where t.USERNAME='CZWDM' and t.TIMESTAMP > = to_date('2019-09-07', 'YYYY-MM-DD') ;