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

  How to Change Instance Type & Security Group of EC2 in AWS By David Taylor Updated April 29, 2023 EC2 stands for Elastic Compute Cloud...