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

MOSC Banner

ORA-16571: Data Guard configuration file creation failure

I previously tried to configure dataguard broker between primary and standby databases but had an issue connecting to the standby so I executed removeconfiguration and started fresh today.

I executed the following successfulyl on the primary:

alter system set dg_broker_config_file1='/u01/app/oracle/admin/PrimaryDB/dr1PrimaryDB.bat' scope=both;
alter system set dg_broker_config_file2='/u01/app/oracle/admin/PrimaryDB/dr2PrimaryDB.bat' scope=both;
alter system set DG_BROKER_START=TRUE scope=both;

and then conencted to primary database via dgmgrl:

DGMGRL> connect sys@PrimaryDB

Password:

Connected.

Then I attempted to create a configuration for primary:

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