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: rman catalog and current controlfile

Re: rman catalog and current controlfile

From: Fuad Arshad <fuadar_at_yahoo.com>
Date: Wed, 18 Jul 2007 03:58:32 -0700 (PDT)
Message-ID: <329374.53656.qm@web82106.mail.mud.yahoo.com>


another addition you can also make a controlfilecopy from the standby node and use that to sync the primary per the syntax below. Syntax ElementDescription
CATALOGUpdates the recovery recovery catalog with RMAN metadata in the current control file (default) or a control file copy. CONTROLFILEUpdates the current control file (and recovery catalog, if RMAN is connected to one) with RMAN metadata from a control file copy. FROM CONTROLFILECOPY 'filename'Specifies the name of the control file copy to use for resynchronization. Physical schema information is not updated when you use this option. Note: The control file copy can either be in the current database incarnation, or created in a prior incarnation (that is, prior to the most recent OPEN RESETLOGS).

Hi all,

I have configuration of one primary and one physical standby. the backups are done on standby and recovery catalog is in use. if I connect using rman on primary and catalog, primary is 'aware' of all backups done on standby. If I connect (rman) with no catalog, primary do not 'see' backups done on standby. I have tried to find a way (except cataloging backups on primary) to 'refresh' records in primary controlfile from catalog. In documentation "Backup and Recovery Reference 10R2' is mentioned command: RESYNC CONTROLFILE which says:
<>

The primary use for RESYNC CONTROLFILE occurs when you re-create the control file (for example, to change the database name), which causes you to lose RMAN records. You can then resynchronize the newly created control file with an old copy.
<>

which is not appropriate in this case.

Does anybody know some method of 'refreshing' the backup info in controlfile from recovery catalog?

Thanks.
Goran

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jul 18 2007 - 05:58:32 CDT

Original text of this message

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