Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN Restore Question

Re: RMAN Restore Question

From: <amerar_at_iwc.net>
Date: 23 Jun 2005 08:18:59 -0700
Message-ID: <1119539938.965477.165040@g44g2000cwa.googlegroups.com>

Well, this is really WEIRD!

I restored the archivelogs using this command:

run {

      set archivelog destination to '/u01/app/oracle/temp';
      allocate channel ch1 type disk;
      restore archivelog
      from logseq 36885
      until logseq 36907;

}

Then, when RMAN ran again to backup the logs, as it does each hour, not only did it backup up the archive logs from the normal archive log destination, but it also backed up the logs from the restore location '/u01/app/oracle/temp'.

What gives there???? Received on Thu Jun 23 2005 - 10:18:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US