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, Users, Authentication and Authorizations
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.
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 |
OK
In the event of errors, see Reply Format.
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