Neoview Command Interface (NCI) Guide (R2.5)
DELETE USER Command
The DELETE USER command removes a Neoview role and its privileges from the NDCS
configuration.
Syntax
DELETE USER role-name
role-name
is the name of a Neoview role, such as ROLE.MGR.
Considerations
• To run this command in SQL mode, you must first run the CMDOPEN command. This
command does not run in CS mode.
• The command requires an SQL terminator.
• You must have OPERATOR privileges to display and change the NDCS privileges. Initially,
only members of SUPER.SUPER, SUPER.SERVICES, ROLE.DBA, and ROLE.SECMGR have
OPERATOR privileges.
• Only the grantor of the NDCS privileges for a role may delete the role from the NDCS
configuration.
Example
This command removes a Neoview role from the NDCS configuration:
SQL>delete user ROLE.MGR;
INFO DS Command
The INFO DS command displays the attributes for the specified data source, such as the maximum
number of NDCS servers configured, available NDCS servers, and idle timeout value for the
NDCS server.
Syntax
INFO DS [data-source-name]
data-source-name
is the name of the data source to be displayed. data-source-name is case-sensitive and
cannot be the asterisk (*) wild card. If you do not specify a data source name, the command
displays information about all the data sources in the NDCS configuration.
Considerations
• To run this command in SQL mode, you must first run the CMDOPEN command. This
command does not run in CS mode.
• The command requires an SQL terminator.
• The wild card (*) is not supported for the data source name, and the data source name is
case-sensitive.
• None of the servers or the EVARs are shown in this display.
• The command displays this information about the data source or data sources:
DELETE USER Command 171