script

Manage user scripts

Subcommands

list, ls List user scripts
add Add user script
remove, rm Remove user scripts

list, ls

dbvcli script list {-d|--name} CONFIGURATION_NAME dbvcli script ls {-d|--name} CONFIGURATION_NAME

List user scripts

[oracle@nzoel19c1 bin]$ ./dbvcli -d orclcdb script list Connecting to the Control Center at nzoel19c2.oraclekiwi.co.nz:4433 ✓ ------------------------------------- ------------------------------------- Scripts on nzoel19c1.oraclekiwi.co.nz Scripts on nzoel19c2.oraclekiwi.co.nz ------------------------------------- ------------------------------------- /home/oracle/dirlog.sh /home/oracle/dirlog.sh [oracle@nzoel19c1 bin]$

add

dbvcli script add {-d|--name} CONFIGURATION_NAME [--OPTIONS]

Add user script

Option

Type

Description

Option

Type

Description

--host

string, required

host name to add script for

--script

string

script to add

remove, rm

Remove user scripts

Option

Type

Description

Option

Type

Description

--host

string, required

host name to remove script for

--script

string

script to remove