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

Considerations
You must enter the command in one line.
If RMXCI was invoked with the -noconnect launch parameter, RMXCI prompts you for the
values.
Examples
The following commands create a new connection to the database platform from the current or
existing RMXCI session:
SQL>connect
SQL>User Name:super.super
SQL>Password:
Connected to DataSource TDM_Default_DataSource.
SQL>connect super.super/password
Connected to DataSource TDM_Default_DataSource.
SQL>connect super.super/password@host0101
Connected to DataSource TDM_Default_DataSource.
SQL>connect super.super,RMXCI
SQL>Password:
Connected to DataSource RMXCI.
The following command connects to the server on port 14140.
SQL>connect super.super/password@host0101:14140
DELAY command
The delay command allows the RMXCI session to be in sleep mode for the specified interval.
Syntax
DELAY time [sec[ond][s] | min[ute][s]]
time
is an integer.
Considerations
If seconds or minutes is not specified, the default is seconds.
The maximum delay limit is 3600 seconds. You can override this value by setting
rmxci.maxDelayLimit in _JAVA_OPTIONS. The unit is seconds for
rmxci.maxDelayLimit.
Examples
With the following command, RMXCI goes into sleep mode for five seconds:
SQL>delay 5 secs
With the following delay command, RMXCI session goes into sleep for five minutes and then runs
the command to exit the session:
SQL>delay 5 mins
SQL>exit
60 RMXCI commands