DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: RMAN - Delete old backup sets

  1. #1
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    1,185
    I want to clean up my recovery catalog database.

    I was forced to delete old backup sets by hand due to space considerations and I would like to remove their records from the recovery catalog.

    Anybody have any ideas?

    Thanks in advance.

  2. #2
    Join Date
    Feb 2000
    Location
    New York,U.S.A.
    Posts
    245
    First, you issue
    RMAN>allocate channel for maintenance type disk;(if you are using disk)
    RMAN>list backup;
    RMAN>change backupset backupset#,...., delete;
    then and run the script
    $ORACLE_HOME/rdbms/admin/prgrmanc.sql
    and it will remove all the backupsets marked as delete in your recovery catalog.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width