Neoview Command Interface (NCI) Guide (R2.5)
SHOW ACCESS Command
The SHOW ACCESS command displays the current status of access information to memory
dump files.
Syntax
SHOW ACCESS TO DUMPFILES
Considerations
• You must enter the command on one line. The command does not require an SQL terminator.
• Only ROLE.SECMGR can execute this command.
• You can execute this command only in SQL mode.
Example
This SHOW ACCESS command displays the current status of the dumpfile.
SQL>show access to dump files
ACCESS TO DUMP FILES DENIED
-- NS operation complete.
SHOW ACTIVITYCOUNT Command
The SHOW ACTIVITYCOUNT command provides an alias for SHOW RECCOUNT.
ACTIVITYCOUNT is an alias for RECCOUNT. For more information, see the “SHOW RECCOUNT
Command” (page 136).
Syntax
SHOW ACTIVITYCOUNT
Examples
This command shows the record count of the previous executed SQL statement:
SQL> SHOW ACTIVITYCOUNT
ACTIVITYCOUNT 0
SHOW ALIAS Command
The SHOW ALIAS command displays all or a set of aliases available in the current NCI session.
If a pattern is specified, all aliases matching the pattern are displayed. By default, all aliases in
the current session are displayed.
Syntax
SHOW ALIAS [alias-name | wild-card-pattern]
alias-name
is any alias name that is used with the ALIAS command. See “ALIAS Command” (page 76).
wild-card-pattern
is a character string used to search for and display aliases with names that match the character
string. wild-card-pattern matches an uppercase string unless you enclose it within
SHOW ACCESS Command 125