Hello,
The following sql query is very much help full to get the history of sql queries run on the server.
SQL:
select a.USER_ID, a.SESSION_ID,b.sql_text from DBA_HIST_ACTIVE_SESS_HISTORY a, dba_hist_sqltext b where a.sql_id=b.sql_id
Thanks & Regards
Fauzi
No comments:
Post a Comment