I have two Snap Id (Begin snapshot time- End snapshot time) query- SELECT snap_id FROM dba_hist_snapshot;
I want to get a list of all SQL_Ids executed between the two snapshots.
Is there any way to get the list of all SQL Ids?
In the Screenshot , I have a text field for SQL_ID. I want to make it a combo box, with values as SQL id's based on the begin and end snapshots.