Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RMAN "delete obsolete" behavior
Given:
configure default device type to disk;
configure device type disk parallelism 1;
configure datafile backup copies for device type disk to 2;
configure archivelog backup copies for device type disk to 2;
configure channel 1 device type disk format
'f:\backup\t02a_%U','g:\backup\t02a_%U';
configure controlfile autobackup on;
configure controlfile autobackup format for device type disk to
'f:\backup\controlfile\%F';
configure retention policy to recovery window of 7 days;
And a script:
backup database ;
backup archivelog all delete all input;
delete obsolete;
The "delete obsolete" deletes the automatic controlfile/spfile backup that was just created, leaving me with none. Is this correct behavior? How can I prevent it?
TIA, Paul Baumgartel
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Paul Baumgartel INET: treegarden_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (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).Received on Tue May 06 2003 - 15:51:41 CDT