Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
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]$
[oracle@nzoel19c1 bin]$ ./dbvcli -d orclcdb script add
Connecting to the Control Center at nzoel19c2.oraclekiwi.co.nz:4433 ✓
Add Script 1/2
Select the host that the script will be executed on.
Host:
(•) nzoel19c1.oraclekiwi.co.nz
( ) nzoel19c2.oraclekiwi.co.nz
Add Script 2/2
Enter the full path to the script on host nzoel19c1.oraclekiwi.co.nz
Script:
> /home/oracle/dirlog.sh
User script successfully added
[oracle@nzoel19c1 bin]$ ./dbvcli -d orclcdb script remove
Connecting to the Control Center at nzoel19c2.oraclekiwi.co.nz:4433 ✓
Remove User Scripts
Select the user scripts to remove from this configuration.
User Scripts:
> [✓] nzoel19c1.oraclekiwi.co.nz: /home/oracle/dirlog.sh
[ ] nzoel19c2.oraclekiwi.co.nz: /home/oracle/dirlog.sh
User scripts successfully removed