Neoview Command Interface (NCI) Guide (R2.5)
DSNAME data-source-name
is the name of the data source. data-source-name is case-sensitive and cannot be the
asterisk (*) wild card.
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.
• Only users associated with roles that have OPERATOR privileges can execute this command.
For more information, see the “ADD USER Command” (page 158) or “ALTER USER
Command” (page 167).
• The wild card (*) is not supported for the data source name, and the data source name is
case-sensitive.
• If you delete an environment variable of type ENV_SET, all the SET values will be deleted.
• If you delete an environment variable of type ENV_CONTROL, all the CONTROL values
will be deleted.
• If you delete an environment variable of type ENV_DEFINE, all the DEFINEs will be deleted.
• The association server is notified immediately of the deletion of the environment variables
for the data source.
Example
This command deletes the environment variable of type ENV_SET for the data source DDLTestDS:
SQL>delete evar 0, dsname DDLTestDS;
DELETE RESOURCE Command
The DELETE RESOURCE command removes the resource management policy for the specified
data source.
Syntax
DELETE RESOURCE data-source-name
DSNAME data-source-name
is the name of the data source. data-source-name is case-sensitive and cannot be the
asterisk (*) wild card.
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.
• Only users associated with roles that have OPERATOR privileges can execute this command.
For more information, see the “ADD USER Command” (page 158) or “ALTER USER
Command” (page 167).
• The wild card (*) is not supported for the data source name, and the data source name is
case-sensitive.
• The association server is notified immediately of the deletion of the resource management
policy for the data source.
Example
This command deletes the resource management policy of the data source DDLTestDS:
SQL>delete resource DDLTestDS;
170 Connectivity Commands