ORA-16571: Data Guard configuration file creation failure
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: