You create a DBM operator with the operator name and operator password specified in <user_name> and <password>.
For information about the length and permitted characters for user names, see also: Database Manager Operators (DBM Operators).
At first, this operator has no server authorizations. You must explicitly assign these to the operator (Changing the DBM Operator Data).
Alternatively, you can also specify a <template_user>, from which all authorizations, but not operator name and operator password are then copied. (See also: Authorizations of a DBM Operator)
You have the server authorization UserMgm.
user_create <user_name>,<password> [<template_user>]
Log on to the Database Manager CLI as operator DBM with the password DBM, create a connection to the database instance myDB, create the DBM operator MEYER with the password secret and the authorizations of the operator DBM
dbmcli –u DBM,DBM –d myDB user_create Meyer,secret DBM
The system displays an OK message.
In the event of errors, see Reply Format.