Neoview Command Interface (NCI) Guide (R2.3)

Syntax
CONNECT [username [/password][@hostname][,dsnName]]
username
specifies the user name to log in to the database platform. If the user name is not specified,
NCI prompts for the user name.
password
specifies the password of the user to log in to the database platform. If the password is not
specified, NCI prompts for the password.
hostname
specifies the host name or IP address of the database platform to which you want the client
to connect. If the hostname 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 hostname value.
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.
DENY Command
The DENY command 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.
Syntax
DENY [SERVICES] ACCESS TO DUMPFILES
94 NCI Commands