CLI User Guide
Introduction
Dbvisit Command Line interface provides a command line access to Dbvisit functionality for all supported database platforms, as well as general system settings and overall maintenance.
The executable is called dbvcli / dbvcli.exe and is located in <standby_home>/bin directory. The usage is
dbvcli [-d CONFIGURATION_NAME] [-t DATABASE_TYPE] COMMAND [SUBCOMMAND] [--options]Please refer to https://dbvisit.atlassian.net/wiki/spaces/DSMPV12/pages/4290904103 or use dbvcli --help or dbvcli COMMAND [SUBCOMMAND] --help for the full description of dbvcli commands.
Control Center Login
Dbvcit CLI utilizes Dbvisit Control Center (dbvcontrol service) to execute operations remotely. When executed for the first time, dbvcli asks for a login information to be able to process the request. This info can be saved for the future use. See the example below:
Running mode
Dbvisit CLI can be run either in interactive mode when user is promted for any aditional values, or in non-inteactive mode if all the values and options are provided with the call. Non-interactive mode is triggered by --no-prompt option.
Oracle Legacy CLI
For backward compatibility with Dbvisit versions prior to version 12, a legacy CLI exacutable dbvctl is still supported. dbvctl can only be used for Oracle configurations and is fully replacable by the new dbvcli CLI. Please conatct Dbvisit support for more info on how to replace dbvctl with dbvcli or for any other questions related to dbvctl usage in version 12 or later.