Wednesday, August 9, 2017



Step 1
Set the parameter
SQL>alter system set dg_broker_start=TRUE;


Step 2
Add primary database

DGMGRL> create configuration 'DGCONFIG1' as
> primary database is TESTMP1
> connect identifier is TESTMP1;
Configuration "DGCONFIG1" created with primary database "TESTMP1"


Step 2
Add standby database
DGMGRL> add database TESTMP2
> as connect identifier is TESTMP2;
Database "TESTMP2" added


Step -3
Enable the configuration
DGMGRL> enable configuration;

No comments:

Post a Comment

  DAILY CHECKLIST Oracle Database instance is running or not select name,open_mode from V$database; Note: Check the Oracle databases are ru...