HP (Hewlett-Packard) 544530-001 Computer Accessories User Manual


 
Examples
This command shows that the idle timeout value of the session is 30 minutes, which is the
default:
SQL>show idletimeout
IDLETIMEOUT 30 min(s)
This command shows that the idle timeout value of the session is four hours:
SQL>show idletimeout
IDLETIMEOUT 240 min(s)
This command shows that the idle timeout value is an infinite amount of time, meaning that
the session never expires:
SQL>show idletimeout
IDLETIMEOUT 0 min(s) [Never Expires]
For more information, see “Setting and Showing the Idle Timeout Value for the Session” (page 53).
SHOW LIST_COUNT Command
The SHOW LIST_COUNT command displays the maximum number of rows to be returned by
SELECT statements in the current Neoview Script session. The default is zero, which means that
all rows are returned.
Syntax
SHOW LIST_COUNT
Considerations
In the Neoview Script interface, you must enter the command on one line. The command
does not require an SQL terminator.
You can execute this command only in SQL mode.
Examples
This SHOW LIST_COUNT command shows that SELECT statements return all rows in the
current session:
SQL>show list_count
LISTCOUNT 0 [All Rows]
This SHOW LIST_COUNT command shows that the maximum number of rows to be
displayed by SELECT statements in the session is five:
SQL>set list_count 5
SQL>show list_count
LISTCOUNT 5
SHOW MARKUP Command
The SHOW MARKUP command displays the value set for the markup option.
Syntax
SHOW MARKUP
Considerations
In the Neoview Script interface, you must enter the command on one line.
SHOW LIST_COUNT Command 115