Show TOC

user_getallLocate this document in the navigation structure

Use

With this command you can display the names of all the DBM operators, including the database system administrator, which were created for the current database.

Prerequisites

You have the DBInfoRead server permission.

Structure

user_getall

Result

OK

<dbm_operator_1>

<database_system_administrator>

<dbm_operator_2>

...

In the event of errors, see Reply Format.

Example

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

> dbmcli -u OLEG,MONDAY -d DEMODB user_getall

OK

DBM

DBADMIN

OLEG

ELENA

More Information