STANDBY : oradb_std
ORACLE Version : 19c
On Standby :
sho parameter broker
sho parameter broker
From primary
$ dgmgrl /
add database oradb_std as connect identifier is oradb_std maintained as physical;
enable
configuration;
show
configuration;
--- Add Redo Routes for Primary
show database oradb
redoroutes;
edit database oradb_prim set property RedoRoutes='(local:oradb_std ASYNC)'; -- Change as per requirements
-- As soon as Redo property is added oracle dest_ parameter will set in database Automatically
show database oradb_prim redoroutes;
edit database 'oradb_std' set
state='apply-off';
edit database 'oradb_std' set
state='apply-on';
Enable configuration
--- Optionally adjust some properties
as you like
DGMGRL> edit database oradb_std set
property TransportLagThreshold='900';
Property
"transportlagthreshold" updated
DGMGRL> edit database oradb_std set
property ApplyLagThreshold='900';
Property "applylagthreshold"
updated
0 comments:
Post a Comment