ALL QUERIES CAPTURE in V$SQL_MONITOR
How can I do a capture of ALL queries in a session (for 3 hours) from V$SQL_MONITOR.
Especially the following informations :
session_id , serial# , sql_id , sql_text, start time , duration , Degree of parallellism
Monitoring information is retained in the V$SQL_MONITOR view for at least a minute
so I can’t capture ALL queries of a 3 hours session !
NB: PARALLELL_DEGREE_POLICY=AUTO is used.
Best regards.
GD.