Command Reference Guide

Object User Commands
SQL/MX Connectivity Service Administrative Command Reference526350-005
7-4
DELETE USER
DELETE USER
This command deletes one user name and permissions from the MXCS configuration
database access list. Command syntax is:
obj-name
[[\system-name.]groupname.membername]
system-name
is the name of a group of up to 16 CPUs with the same Expand address.
system name and service-name identify one instance.
groupname
is the NonStop OS group logon name.
membername
is the NonStop OS user logon name with no aliases permitted.
Considerations—DELETE USER
DELETE USER is a sensitive command.
The asterisk (*) wild card is not supported.
Only the user SUPER.SUPER can use this command.
SUPER.SUPER and DEFAULT users cannot be deleted.
Example—DELETE USER
This example removes the named user from database permissions:
CS>delete user grouptst.george;
-- DELETE USER \ODBC.GROUPTST.GEORGE Successful
DELETE USER [obj-name];