SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.2 (H06.25+, J06.14+)

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 49).
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 50).
Launches a RMXCI session without connecting to the
database platform. For more information, see “Launching
RMXCI without connecting to the database” (page 52)
-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 52).
Displays a list of accepted parameters with descriptions
and then exits. For more information, see “Running RMXCI
with -help” (page 53).
-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 shortcut to the rmxci.cmd file or in a launch file
for the rmxci.sh file. For more information, see “Launching RMXCI on Windows using graphic
tools” (page 41) or “Presetting the optional launch parameters” (page 44)".
On Linux, run the following commands:
/home:cd rmxci-installation-directory/rmxci/bin
/home/usr/rmxci/bin:./rmxci.sh -h nsksys.ind.hp.com:18650 -u dba1
-p xxxxxx -dsn DataSourceName
On Windows, run the following commands:
C:\cd rmxci-installation-directory\rmxci\bin
c:\rmxci\bin>rmxci.cmd -h nsksys.ind.hp.com:18650 -u dba1 -p xxxxxx
-dsn DataSourceName
where,
rmxci-installation-directory is where you have installed the RMXCI software files. For
example,
The Remote Conversational Interface launches and prompts you to enter an SQL statement or the
RMXCI command as shown:
48 Launching RMXCI