make shell wrapper that does a cp of all archives to a
previous logs directory and then issue the rman
executable to run ur script

hth
--- Ravindra Basavaraja <[EMAIL PROTECTED]> wrote:
> I have a script to take the incremental backup
> 
> run {
> allocate channel t1 type 'SBT_TAPE';
> backup
>   incremental level 1
>   tag Dialy_Incremental_Backup_Level1
>   filesperset 5
>   format 'Data_%d_%s_%p_%t'
>     (database);
>   sql 'alter system archive log current';
> backup
>   filesperset 20
>   format 'Arch_%d_%s_%p_%t'
>    (archivelog all delete input);
> }
> 
> This will delete the archive files after the
> backup.I want to retain the
> archive files
> for some reason(temporarily).I don't want the rman
> to delete the archive log
> files.I am
> not able to find out the right command to get that
> done.
> 
> What change should I do in the script so that the
> archive log file are not
> deleted.
> 
> Thanks
> Ravindra
> 
> -- 
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> -- 
> Author: Ravindra Basavaraja
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- (858) 538-5051  FAX:
> (858) 538-5051
> San Diego, California        -- Public Internet
> access / Mailing Lists
>
--------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from).  You may
> also send the HELP command for other information
> (like subscribing).


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: deepak thapliyal
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to