Entering content frame

 Displaying Operator Data 

Use

You display the data for the Database Manager operator (DBM operator) specified in <user_name>.

The Database Manager displays a list of the server authorizations assigned to the operator. These are separated by commas.

Prerequisites

You have the server authorization UserMgm.

Syntax

user_get <user_name>

Log on to the Database Manager CLI as the operator DBM with the password DBM, create a connection to the database instance myDB, display the data of the DBM operator with the name Meyer

dbmcli -u dbm,dbm -d myDB user_get meyer

OK
SERVERRIGHTS=DBInfoRead,ExecLoad,SystemCmd,UserMgm,DBFileRead,Backup,...
SECONDPASSWORD=NO
DISABLED=NO
COMMENT=

Reply

OK<NL>
SERVERRIGHTS=<right_list><NL>
SECONDPASSWORD=[YES|NO]<NL>
DISABLED=[YES|NO]<NL>
COMMENT=<comment><NL>

In the event of errors, see Reply Format.

 

Leaving content frame