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

Thread: How to delete archived log files past one week in RMAN

Threaded View

  1. #12
    Join Date
    Feb 2001
    Posts
    41

    Wink

    Hi Sam,

    You don't have to put "d1" after allocate channel, just do the following:

    run {
    allocate channel for delete type disk;
    change archivelog until time 'SYSDATE-7' delete;
    release channel;
    }

    Yes, you can do it from .rcv file as well. Please let me know if you need more information!

    Cheers!!
    Farrukh
    Last edited by FARRUKH; 01-14-2003 at 04:22 PM.

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