Show TOC

user_deleteLocate this document in the navigation structure

Use

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.

Prerequisites

You have the server permission UserMgm.

Structure

user_delete <dbm_operator>

Option

Description

<dbm_operator>

Name of the DBM operator to be deleted

Result

OK

In the event of errors, see Reply Format.

Example

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

More Information