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 SYSDBA user.
· You must have the server authorization UserMgm.
·
You can only change
the names of the SYSDBA user in the ONLINE operational status.
You can also change the names of all other DBM operators in the ADMIN or
OFFLINE operational states.
user_rename <user_name> <new_user_name>
<user_name> |
Name of the DBM operator you would like to change |
<new_user_name> |
New name of the DBM user |
OK
In the event of errors, see Reply Format
Logging on to the Database Manager CLI as user OLEG with password MONDAY, connecting to the DEMODB database instance, changing the name of the DBM operator ELENA to JULIE:
>dbmcli -u OLEG,MONDAY -d DEMODB user_rename ELENA JULIE
OK