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

Home -> Community -> Mailing Lists -> Oracle-L -> [oracle-l] A few rman questions

[oracle-l] A few rman questions

From: Daniel Hanks <hanksdc_at_about-inc.com>
Date: Tue, 27 Jan 2004 14:58:33 -0700 (MST)
Message-ID: <Pine.LNX.4.44.0401271442270.1399-100000@localhost.localdomain>


I'm in the process of revamping our backup system (which is mostly inherited from another DBA), and had a few questions about rman I've come across as I review the system.

  1. 'copy' vs. 'backup'. In our current setup, we use the 'backup' rman command to handle the datafiles, and the archive logs, but 'copy' is used to backup the controlfile. The Oracle documentation says this:

"In many cases, copying datafiles is more beneficial than backing them up, since the output is suitable for use without any additional processing. In contrast, you must process a backup set with a restore command before it is usable. So, you can perform media recovery on a datafile copy, but not directly on a backup set, even if it backs up only one datafile and contains a single backup piece."

So am I better off just leaving the controlfiles (since they're small) handled by 'copy' instead of 'backup'? Is having to process a backup set containing one controlfile with a 'restore' command that much of an issue? Maybe making a backup set of a single controlfile is overkill?

2) Are there any "Best practices" documents with respect to rman that list members would recommend?

Thanks again for your helpful comments,

Received on Tue Jan 27 2004 - 15:58:33 CST

Original text of this message

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