RE: procedure/script for Oracle 10g incremental updated bkup

Hi Sarah

>Could someone please tell me where to find the procedure/script for =
Oracle
>10g incremental updated bkup? Your help would be greatly appreciated!

RUN {
     RECOVER COPY OF DATABASE REC WITH TAG 'daily_inc1';
     BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY
            WITH TAG 'daily_inc1' DATABASE;
}


HTH
Chris


--
http://www.freelists.org/webpage/oracle-l

Other related posts: