High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

11.2.0.4 Physical Standby fails with RMAN Duplicate

Hi All,

Am trying to create physical data guard on Windows 2008 R2 Server and having tough time on creating a physical standby using RMAN Duplicate command

I initially tried this following and getting error

RMAN> DUPLICATE TARGET DATABASE
2>   FOR STANDBY
3>   FROM ACTIVE DATABASE
4>   DORECOVER
5>   SPFILE
6>     SET db_unique_name='ORCL_STBY' COMMENT 'Is standby'
7>     SET LOG_ARCHIVE_DEST_2='SERVICE=orcl ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=orcl'
8>     SET FAL_SERVER='orcl' COMMENT 'Is primary'
9>   NOFILENAMECHECK;

Starting Duplicate Db at 13-MAR-14
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 03/13/2014 17:03:03
RMAN-05501: aborting duplication of target database

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center