Re: Downsides to OMF?

From: <TESTAJ3_at_nationwide.com>
Date: Mon, 22 Mar 2010 18:56:51 -0400
Message-ID: <OFE7B08C5B.723774D9-ON852576EE.007E0E0B_at_lnotes-gw.ent.nwie.net>



There was at one time a document that helps complete a failed duplicate at just abouit any point, check metalink for it

Joe
Sent from the crackberry, so please excuse the typos and terseness.

  • Original Message ----- From: Bill Ferguson [wbfergus_at_gmail.com] Sent: 03/22/2010 01:59 PM CST To: sacrophyte_at_gmail.com Cc: Toon Koppelaars <toon.koppelaars_at_rulegen.com>; ORACLE-L <oracle-l_at_freelists.org> Subject: Re: Downsides to OMF?

This discussion came at a rather opportune time for me. I am in the process of trying to figure out how to duplicate my database across 3 other machines (which are Windows Server machines), where the disk layout is completely different on each one.

On my latest rman duplicate run, after 23 hours it finally died with the following message:
The primary database controlfile was created using the 'MAXLOGFILES 16' clause.
There is space for up to 13 standby redo logfiles Use the following SQL commands on the standby database to create standby redo logfiles that match the primary database:

ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 52428800;
ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 52428800;
ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 52428800;
ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 52428800;
WARNING: OMF is enabled on this database. Creating a physical standby controlfile, when OMF is enabled on the primary database, requires manual RMAN intervention to resolve OMF datafile pathnames.

So, now I'm trying to figure out what I need to do to manually finish the process, or if there is something I simply add to the end of the script (to make it easier to duplicate to the other machines as well).

This is a bit off topic, but it seems to be one disadvantage to OMF.

--

--

http://www.freelists.org/webpage/oracle-l Received on Mon Mar 22 2010 - 17:56:51 CDT

Original text of this message