Link to home
Start Free TrialLog in
Avatar of b7dba
b7dba

asked on

db

What we have to do if we want to cancel what we did?

Current log sequence           13
SQL> show parameter DG_BROKER_START;

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
dg_broker_start                      boolean     FALSE
SQL> alter system set DG_BROKER_START=true scope=both;


System altered.
ASKER CERTIFIED SOLUTION
Avatar of Walter Ritzel
Walter Ritzel
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
would agree with wpcortes,  alternatively, if you shutdown the db, the broker by default gets down...!!