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 -> problem in rewriting rman script of 9i to support 817i

problem in rewriting rman script of 9i to support 817i

From: yoke wang <cnwy_at_263.net>
Date: 15 Aug 2004 08:08:01 -0700
Message-ID: <42c18ceb.0408150708.7b24f390@posting.google.com>


Hi,all
  Script below can not execute in rman(817 not support),who can tell me how to rewrite the script to work the same as 9i.

run {
allocate channel Channel1 type disk format 'F:\backup\ORCL\b_%u_%p_%c';
setlimit channel Channel1 kbytes 102400; backup incremental level 0

   ( database include current controlfile ); backup ( archivelog all not backed up 2 times ); }
allocate channel for maintenance device type disk; delete archivelog until time 'sysdate - 7' backed up 2 times to disk; delete obsolete device type disk;

Thanks in advance.

Yoke. Received on Sun Aug 15 2004 - 10:08:01 CDT

Original text of this message

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