Command Line Options: run_db_vuser Shell Script
Working with VuGen · Running Vuser Scripts in Stand-Alone Mode
Creating Vuser Scripts
Chapter 7, page 119
Command Line Options: run_db_vuser Shell Script
The
run_db_vuser
shell script has the following command line options:
--help
Display the available options. (This option must be preceded by two dashes.)
-cpp_only
Run cpp only (pre-processing) on the script.
-cci_only
Run cci only (pre-compiling) on the script to create a file with a .ci extension. You
can run cci only after a successful cpp.
-driver
driver_path
Use a specific driver program. Each database has its own driver program located
in the /bin directory. For example, the driver for CtLib located in the /bin directory,
is
mdrv
. This option lets you specify an external driver.
-exec_only
Execute the Vuser .ci file. This option is available only when a valid .ci file exists.
-ci
ci_file_name
Execute a specific .ci file.
-no_verbose
Do not run in verbose mode (the default mode is verbose).
-out
output_path
Place the results in a specific directory.