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

Thread: Moving older archive redo logs from one diskgroup to another

  1. #1
    Join Date
    Dec 2001
    Posts
    337

    Moving older archive redo logs from one diskgroup to another

    Hi all,

    Is it possible for anyone to let me know of the steps needed to move older archive redo logs from one diskgroup to another?

    Thanks,
    Chucks

  2. #2
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Try

    Code:
    RMAN> change archivelog from 
    logseq=<> 
    until logseq=<>
    uncatalog;
    
    RMAN>run{
    set archivelog destination to '+another-DG';
    restore archivelog from logseq=
    until logseq=;
    }
    
    RMAN> catalog startwith '+anotherDG/fullPath'
    regards
    Hrishy

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