Manage Standby Update Delay settings
Subcommands
show
Show Standby Update Delay settings
edit
Edit Standby Update Delay settings
show
dbvcli update-delay show {-d|--name} CONFIGURATION_NAME
Show Standby Update Delay settings
Example
[oracle@nzoel19c2 bin]$ ./dbvcli -d orclcdb update-delay show
Connecting to the Control Center at localhost:4433 ✓
Standby Update Delay is enabled with a delay of 12 minutes
edit
dbvcli update-delay edit {-d|--name} CONFIGURATION_NAME [--OPTIONS]
Edit Standby Update Delay settings
Option | Type | Description |
---|
--delay
| number | number of minutes to keep standby behind primary; 0 to disable |
Example
[oracle@nzoel19c2 bin]$ ./dbvcli -d orclcdb update-delay edit
Connecting to the Control Center at localhost:4433 ✓
Standby Update Delay
Enter the time, in minutes, that the application of changes to the standby
should be delayed.
Standby Update Delay (minutes):
> 12
Standby Update Delay settings successfully saved
Comments