Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> problem in rewriting rman script of 9i to support 817i
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
![]() |
![]() |