Neoview Command Interface (NCI) Guide (R2.4)
A NCI Commands
The Neoview Command Interface supports these commands in the NCI or in script files that
you run in the Neoview Command Interface. For a list of NCI commands that are available only
to HP support, see the Neoview Database Support Guide. See the README for the HP Neoview
Command Interface for syntax, considerations, and examples regarding conditional statements.
SyntaxDescriptionCommand
See the “@ Command” (page 88).Runs the SQL statements and NCI
commands contained in a specified
script file.
@
See the “/ Command” (page 89).Runs the previously executed SQL
statement.
/
See the “ALIAS Command” (page 89).Maps a string to any NCI or Neoview
SQL command.
ALIAS
See the “ALLOW Command”
(page 90).
Grants read access for dumpfiles to
super.services (HP support personnel),
which they can use to diagnose a
problem.
ALLOW
See the “CLEAR Command”
(page 91).
Clears the command console so that
only the prompt appears at the top of
the screen.
CLEAR
See the “CONNECT Command”
(page 91).
Creates a new connection to the
Neoview platform from a current or
existing NCI session.
CONNECT
“DELAY Command” (page 92)Allows the NCI session to be in sleep
mode for the specified interval.
DELAY
See the “DENY Command” (page 93).Revokes read access of memory dump
files from super.services (HP support
personnel). This command controls
whether or not HP support personnel
can read memory dumps.
DENY
See the “DISCONNECT Command”
(page 93).
Terminates the connection to the
Neoview platform.
DISCONNECT
See the “ENV Command” (page 94).Displays attributes of the current NCI
session.
ENV
See the “EXIT Command” (page 96).Disconnects from and exits the NCI
interface.
EXIT
See the “FC Command” (page 96).Edits and reexecutes a previous
command. This command is restricted
to the NCI interface and is disallowed
in script files.
FC
See the “GET STATISTICS Command”
(page 99).
Returns formatted statistics for the last
executed SQL statement.
GET STATISTICS
See the “GOTO Command” (page 100).Jumps to a point the command history
specified by the “LABEL Command”
(page 103).
GOTO
See the “LOCALHOST Command”
(page 104).
Displays help text for the interface
commands that are supported in the
current operating mode.
HELP
See the “HISTORY Command”
(page 101).
Displays recently executed commands.HISTORY
See the “IF...THEN Command”
(page 102).
Allows the conditional execution of
actions specified within the IF...THEN
conditional statement.
IF...THEN
85