Re: Downsides to OMF?

  • From: goran bogdanovic <goran00@xxxxxxxxx>
  • To: wbfergus@xxxxxxxxx
  • Date: Wed, 14 Apr 2010 17:32:04 +0200

all you need is to define 'db_create_file_dest' on your target (duplicated
databases) init/spfile and the rest is done by rman

On Mon, Mar 22, 2010 at 9:59 PM, Bill Ferguson <wbfergus@xxxxxxxxx> wrote:

> 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.
>
>
>
> --
> -- Bill Ferguson
> --
> //www.freelists.org/webpage/oracle-l
>
>
>

Other related posts: