-- drop snapshot, it will not generate an error if the snap id is out of range
SQL> EXEC dbms_workload_repository.drop_snapshot_range(low_snap_id=>1, high_snap_id=>10);

PL/SQL procedure successfully completed.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.