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: Confused about RMAN Functioning

RE: Confused about RMAN Functioning

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Thu, 19 Jul 2007 20:26:00 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45071FE105@NT15.oneneck.corp>


I think the explanation is that the BACKUP command makes a backup piece, which is an rman-proprietary file that can only be read by RMAN. The COPY command (and the ALTER DATABASE BACKUP CONTROLFILE command) makes a byte-for-byte copy of the file, which can be used by an Oracle database directly w/o any further manipulation required from RMAN. For example datafile and control file *copies* can be copied from disk to disk or CD or another server as-is and used to startup a cloned instance, but a *backup piece* containing datafiles and/or log files and controlfiles must first be RESTOREd by rman before it can be used by a database.

Regards,
Brandon

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of William Wagman

I find myself puzzled about how RMAN is functioning.

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jul 19 2007 - 22:26:00 CDT

Original text of this message

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