Entering content frame

Procedure documentation user_rename Locate the document in the library structure

Use

You change the name of the specified DBM operator.

You can change the name of any DBM operator. This includes the name of the currently logged on DBM operator, the first DBM operator, and the database system administrator.

See also:

Concepts of the Database System, Structure linkUsers, Authentication and Authorizations

Prerequisites

You have the server authorization UserMgm.

·         You can only change the names of the database system administrator in the ONLINE operational status.
You can change the names of all other DBM operators in the ADMIN or OFFLINE operational states as well.

Syntax

user_rename <dbm_operator> <new_name>

<dbm_operator>

Name of the DBM operator you would like to change

<new_name>

New name of the DBM operator

Reply

OK

In the event of errors, see Reply Format.

Example

Call the Database Manager CLI, log on as operator OLEG with password MONDAY, connect to the database instance DEMODB , change the name of the DBM operator ELENA to JULIE:

>dbmcli -u OLEG,MONDAY -d DEMODB user_rename ELENA JULIE

OK

 

Leaving content frame