Manage Automated Standby Update
Subcommands
show Show current Automated Standby Update configuration
edit Edit Automated Standby Update configuration
show
dbvcli auto-update show {-d|--name} CONFIGURATION_NAME
Show current Automated Standby Update configuration
Example
[oracle@nzoel19c2 bin]$ ./dbvcli -d orclcdb auto-update show
Connecting to the Local Agent at :7890 ✓
orclcdb: ENABLED with an interval of 300 seconds (daemon running with pid 14065)
edit
dbvcli auto-update edit {-d|--name} CONFIGURATION_NAME [--OPTIONS]
Edit Automated Standby Update configuration
Option | Type | Description |
|---|
--enable
| Y or N | enable or disable Automated Standby Update |
--interval
| number | set the Automated Standby Update interval in seconds |
--auto-apply
| Y or N | enable or disable automatically applying logs on standby after transfer (Note: Automated Standby Update must be enabled in order for logs to be automatically applied on standby) |
Example
[oracle@nzoel19c2 bin]$ ./dbvcli -d orclcdb auto-update edit
Connecting to the Local Agent at :7890 ✓
Enable/Disable Automated Standby Update Enabled
Automated Standby Update interval (seconds) 360
Automatically Apply Logs to Standby Database Enabled
Note: Automated Standby Update must be enabled
in order for logs to be automatically applied on standby.
Save Changes
Select whether to save the entered settings or to cancel without saving.
Save Changes:
(•) Save
( ) Cancel
Automated Standby Update settings successfully saved
[oracle@nzoel19c2 bin]$
Comments