DGMGRL Usage - Part I
1) Set the value of dg_broker_start to true.SQL> alter system set dg_broker_start=true;System altered.2) Open a parallel window and type dgmgrl in the command-line.3) Connect as sys user to the primary database.Don’t specify “as sysdba” as default connection is as sysdba.DGMGRL> connect sys/sindhu;Connected.4) Get the primary database unique name.SQL> show parameter db_unique_nameNAME TYPE VALUE———————————— ———– ————————-db_unique_name [...]

Leave a Reply