Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RMAN Incremental backups.
Prasad,
Incremental backups are only valid if your database is in ARCHIVELOG mode. Think about it - to be able to recover using incremental backups, you *Need* the archivelog files to apply changes. These are not being created when you are running in NOARCHIVELOG mode.
Secondly, flipping between ARCHIVELOG and NOARCHIVELOG to perform Rman backups is a *total* waste of time. Again, you will not be able to use the backups to restore your database (except for the MOUNT/cold backups).
Your choices are:
Run in NOARCHIVELOG mode, and perform MOUNT/Rman or cold database backups.
Run in ARCHIVELOG mode and perform Rman/database open backups.
or use older-style non-Rman backup methods.
I would not be flipping a production database back and forth between ARCHIVELOG/NOARCHIVELOG mode just to use Rman. Makes no sense.
Hope this helps.
Tom Mercadante
Oracle Certified Professional
-----Original Message-----
[mailto:Prasada.Gunda1_at_hartfordlife.com]
Sent: Wednesday, February 06, 2002 11:58 AM
To: Multiple recipients of list ORACLE-L
Hi All,
I am new to RMAN. I am reading RMAN documentation and doing some testing on our development box.
I have couple of questions.
In one of the training documentation, it says 'Because the database is in noarchive log mode, the incrementals are
not applicable, so use the full backup option'.
It is contrary to what I did. Am I missing something here. please clarify me. Are the backups valid?
2. Since the database is in noarchive log mode, db is in mount state during full/incremental backup.
I want to keep the database open if possible and would like to know if the following procedure works to
keep the database open during the backup.
I am not sure whether it makes sense or not. Please pass your suggestions.
Thanks in advance for your suggestions.
Best regards,
Prasad
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: Prasada.Gunda1_at_hartfordlife.com
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: 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).
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: 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 Wed Feb 06 2002 - 12:57:56 CST
![]() |
![]() |