Posted 9/8/2009 3:02:20 PM
|
|
|
|
Here is how you can modify AWR Default Snapshot settings. BEGIN DBMS_WORKLOAD_REPOSITORY.modify_snapshot_settings( retention => 21600, -- Minutes (= 15 Days).Current value retained if NULL. interval => 60); -- Minutes. Current value retained if NULL. END; /
|
|
|
|