Re: RMAN Duplicate - Is this Possible?
Date: Sun, 29 May 2022 20:45:00 +1000
Message-Id: <E4491995-D0AD-4899-BD44-95C197227BA1_at_gmail.com>
Hi Charlotte,
You can only create a standby from an existing db or it’s backup. U cannot create a new standby for a primary that has yet to be created in the first place. The db_name and dbid are what ties the primary and standby together.
Cheers,
Leng
> On 26 May 2022, at 2:14 am, Charlotte Hammond <dmarc-noreply_at_freelists.org> wrote:
>
>
> Hello All,
>
> We have a requirement to build a test Primary / Standby pair from a production backup (this is 19c EE Data Guard).
>
> The current 2-step process goes like this:
>
> * RMAN Duplicate Production Backup to Create New Primary
> * RMAN Duplicate New Primary to Create New Standby
>
> I was hoping to speed this up to a single step by creating the new standby *concurrently* to the new primary (i.e. duplicate both from the Production backup at the same time). However, I don't think I can make this work since part of the RMAN Duplicate renames the database and changes the DBID which means the new Primary and new Standby will look like different databases even though the contents are identical.
>
> Is there any way to achieve this?
>
> Thanks,
> Charlotte
>
-- http://www.freelists.org/webpage/oracle-lReceived on Sun May 29 2022 - 12:45:00 CEST