NEW option in ADRCI purge acommand - UTSCDMP
There is new option in ADRCI for purge command - UTSCDMP
adrci> help purge Usage: PURGE [[-i Purpose: Purge the diagnostic data in the current ADR home. If no Options: [-type ALERT INCIDENT TRACE CDUMP HM UTSCDMP]: purge |
There where some issue that directories cdmp_* in repositories (=$diagnostic_dest/Diag/rdbms/database_name/instance_name/bdump ) are not purging automatically. When you run following command, it remove cdmp_* directories, which is older the 3600 Minutes
adrci> purge -age 3600 -type UTSCDMP
|