Background documentationuser_getall Locate this document in the navigation structure

 

You display the names of all DBM operators, including the database system administrator, that were created for the current database instance.

Prerequisites

You have the DBInfoRead server authorization.

Structure

user_getall

Result

OK

<dbm_operator_1>

<sysdba_user>

<dbm_operator_2>

...

In the event of errors, see Reply Format.

Example

Call the Database Manager CLI, log on as operator OLEG with password MONDAY, connect to the database instance DEMODB, display all DBM operators for the database instance:

>dbmcli -u OLEG,MONDAY -d DEMODB user_getall

OK

DBM

DBADMIN

oleg

elena

More Information

Database Administration, Managing Users