SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.1 (H06.23+, J06.12+)

DescriptionLaunch Parameter
Specifies that an SQL statement or a RMXCI command be
run when launching the SQL/MX Remote Conversational
{-q | -sql} "command"
Interface. You cannot specify this parameter at the same
time as the -s or -script parameter. For more
information, see “Running a command when launching
RMXCI” (page 28).
Specifies that a script file be run when launching RMXCI in
interactive mode. You cannot specify this parameter at the
{-s | -script} script-file-name
same time as the -q or -sql parameter. For more
information, see “Running a script file when launching
RMXCI” (page 29).
Launches a RMXCI session without connecting to the
database platform. For more information, see “Launching
RMXCI without connecting to the database” (page 31)
-noconnect
Displays the build version of RMXCI and the NonStop JDBC
Type 4 Driver. Upon completion of the display, the client
-version
exits. If any other parameters are included with the
-version parameter, they are ignored. For more
information, see “Running RMXCI with -version” (page 31).
Displays a list of accepted parameters with descriptions
and then exits. For more information, see “Running RMXCI
with -help” (page 31).
-help
Logging in when launching RMXCI
To avoid entering a host name, user name, password, or data source when RMXCI launches, use
the -h (or -host), -u (or -user), -p (or -password), or -dsn command-line parameters.
NOTE: You can include these parameters in a launch file for the rmxci.sh file. For more
information, see “Presetting the optional launch parameters” (page 23), respectively.
From the client terminal window, run the following commands:
/home:cd rmxci-installation-directory/rmxci/bin
where:
rmxci-installation-directory is where you have installed the RMXCI software files.
For example, enter: /home/usr/rmxci.
/home/usr/rmxci/bin:./rmxci.sh -h nsksys.ind.hp.com:18650 -u dba1
-p xxxxxx -dsn DataSourceName
The Remote Conversational Interface launches and prompts you to enter an SQL statement or the
RMXCI command as shown:
Logging in to the database platform 27