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

  • From: "Christian Antognini" <Christian.Antognini@xxxxxxxxxxxx>
  • To: <Sarah_Chen@xxxxxxxxx>
  • Date: Mon, 14 Mar 2005 06:07:29 +0100

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


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

Other related posts: