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 |
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
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