Entering content frame

Procedure documentation Displaying a List of DBM Operators Locate the document in its SAP Library structure

Use

You display the names of all the DBM operators registered for the current database instance.

Prerequisites

You have the server authorization UserMgm.

Syntax

user_getall

Reply

OK<NL>
<user_name><NL>
<user_name><NL>
...

In the event of errors, see Reply Format.

Example

Logging on to the Database Manager CLI as operator DBM with password DBM, connecting to the HOTELDB database instance, displaying all the DBM operators for the database instance:

dbmcli -u DBM,DBM -d HOTELDB user_getall

OK
dbm
OLEG
DBA

 

Leaving content frame