11gR2 : ALL SQL_ID + SQL TEXT + TIME START capture of a session
Hi,How can I capture ALL sql_id , start time , execution time order by start time of all queries/dml for a specified session (SID,serial#) ?Is there a table or view that can help regardless to V$SQL or DBA_HIST_SQLTEXT ?/!\ V$SQL or DBA_HIST_SQLTEXT do not contain ALL sql_id of a session.Best regards.GD.
0