Neoview Command Interface (NCI) Guide (R2.3)
SQL> get statistics;
Start Time 2007/09/18 21:45:34.082329
End Time 2007/09/18 21:45:34.300265
Elapsed Time 00:00:00.217936
Compile Time 00:00:00.002423
Execution Time 00:00:00.218750
Table Name Records Records Disk Message Message Lock Lock Disk Process
Accessed Used I/Os Count Bytes Escl Wait Busy Time
NEO.TOI.JOB 2 2 0 4 15232 0 0 363
--- SQL operation complete.
HELP Command
The HELP command displays help text for the interface commands that are supported in the
current operating mode.
Syntax
HELP [command-name]
command-name
is the name of an interface command that is supported in the current operating mode. If you
do not specify a command, NCI returns a list of all commands that are supported in the
current mode. If you specify SET, NCI returns a list of all SET commands that are supported
in the current mode. If you specify SHOW, NCI returns a list of all SHOW commands that
are supported in the current mode.
Considerations
You must enter the command on one line. The command does not require an SQL terminator.
Examples
• This HELP command lists all the commands that are supported in SQL mode:
SQL>help
• This HELP command lists all the SET commands that are supported in SQL mode:
SQL>help set
• This HELP command shows help text for SET IDLETIMEOUT:
SQL>help set idletimeout
• This HELP command lists all the SHOW commands that are supported in CS mode:
CS#help show
HISTORY Command
The HISTORY command displays recently executed commands, identifying each command by
a number that you can use to reexecute or edit the command.
Syntax
HISTORY [number]
102 NCI Commands