Neoview Command Interface (NCI) Guide (R2.4)
dsnName
specifies the name of a data source. If the dsnName is not specified, the value is automatically
used from the current NCI session. If NCI was invoked with the -noconnect launch
parameter, you are prompted for a dsnName value.
Considerations
You must enter the command on one line.
If NCI was invoked with the -noconnect launch parameter, NCI prompts you for the values.
Examples
These commands create a new connection to the Neoview platform from the current or existing
Neoview Command Interface:
SQL>connect
User Name: super.services
Password:
Connected to DataSource TDM_Default_DataSource.
SQL>connect super.services/password
Connected to DataSource TDM_Default_DataSource.
SQL>connect super.services/password@host0101
Connected to DataSource TDM_Default_DataSource.
SQL>connect super.services,NCI
Password:
Connected to DataSource NCI.
DELAY Command
The DELAY command allows the NCI session to be in sleep mode for the specified interval.
Syntax
DELAY time [sec[ond][s] | min[ute][s]]
time
is an integer.
Considerations
• If seconds or minutes are not specified, the default is seconds.
• The maximum delay limit is 3600 seconds. You can override this value by setting
hpnci.maxDelayLimit in _JAVA_OPTIONS. The unit is seconds for hpnci.maxDelayLimit.
• This command works in all modes and does not require an SQL terminator.
Examples
This DELAY command puts the NCI session to sleep for 5 seconds before executing the next
command:
SQL>delay 5 secs
SQL> show views
92 NCI Commands