Use this command to delete a DBM operator.
You cannot delete the DBM operator currently logged on, the first DBM operator defined when the database was created, or the database system administrator.
If you delete another DBM operator while that operator is logged on to Database Manager using a different DBM server process, the deletion does not become effective within this current DBM server session. However, this operator cannot logon again to Database Manager once its current DBM server session was ended.
You have the server permissionUserMgm.
user_delete <dbm_operator>
Option |
Description |
---|---|
<dbm_operator> |
Name of the DBM operator to be deleted |
Call Database Manager CLI, log on as the operator OLEG with the password MONDAY, connect to the DEMODB database, delete the DBM operator ELENA, which was created for this database:
>dbmcli -u OLEG,MONDAY -d DEMODB user_delete ELENA
OK
Database Administration, Managing Users