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

Current idle timeout value, which determines when the session expires after a period
of inactivity. By default, the idle timeout is 30 minutes. For more information, see
IDLETIMEOUT
“Setting and showing the idletimeout value for the session” (page 35) and “SET
IDLETIMEOUT command” (page 87).
Current list count, which is the maximum number of rows that can be returned by
SELECT statements. By default, the list count is all rows. For more information, see
“SET LIST_COUNT command” (page 87).
LIST_COUNT
Current log file and directory containing the log file. By default, logging during a
session is turned off. For more information, see “Logging output” (page 45) and
“LOG command” (page 72) or “SPOOL command” (page 115).
LOG
Current look-and-feel type for RMXCI. This property affects the formatting of status
messages. For more information, see “Setting the Look-and-Feel of RMXCI” (page 18).
LOOK AND FEEL
Current markup option selected for the session. The default option is RAW. For more
information, see “SET MARKUP command” (page 89).
MARKUP
Current prompt for the session. The default is SQL>. For more information, see
“Customizing the standard prompt” (page 35) and “SET PROMPT command”
(page 93).
PROMPT
Current catalog for the session. The default is NONSTOP_SYSTEM_NSK. For more
information, see“SET CATALOG command” (page 83) .
CATALOG
Current schema. The default is PUBLIC_ACCESS_SCHEMA. For more information,
see “Setting and showing the current schema” (page 37).
SCHEMA
Host name and port number that you entered when logging in to the database
platform. For more information, see “Logging in to the database platform (page 23).
SERVER
Current SQL statement terminator. The default is a semicolon (;). For more
information, see “Setting and showing the SQL terminator” (page 36) and “SHOW
SQLTERMINATOR command” (page 111).
SQLTERMINATOR
Current statistics for the session. For more information, see “SET STATISTICS
command” (page 96).
STATISTICS
Current setting (on or off) of the local time as part of the prompt. By default, the
local time is off. For more information, see “Customizing the standard prompt”
(page 35) and “SET TIME command” (page 97).
TIME
Current setting (on or off) of the elapsed time. By default, the elapsed time is off.
For more information, see “Displaying the elapsed time” (page 36) and “SET TIMING
command” (page 98).
TIMING
User name that you entered when logging in to the database platform. For more
information, see “Logging in to the database platform” (page 23).
USER
Examples
The following command displays the attributes of the current session:
SQL>show session
COLSEP ","
DATASOURCE TDM_Default_DataSource
HISTOPT ALL
IDLETIMEOUT 30 min(s)
LIST_COUNT 0 [All Rows]
LOG OFF
LOOK AND FEEL RMXCI
MARKUP XML
PROMPT SQL>
CATALOG CAT1
SCHEMA SCH
SERVER nsksys.ind.hp.com:18650
SQLTERMINATOR ;
STATISTICS OFF
TIME OFF
110 RMXCI commands