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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: procedure/script for Oracle 10g incremental updated bkup

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

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Mon, 14 Mar 2005 06:07:29 +0100
Message-ID: <2CF83791A616BB4DA203FFD13007824A0214400E@MSXVS02.trivadis.com>


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
Received on Mon Mar 14 2005 - 00:11:20 CST

Original text of this message

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