You display the list of server authorizations of the specified DBM operator.
See also:
Concepts of the Database System, Server Authorizations for the DBM Server
You have the DBInfoRead server authorization.
user_getrights <user_name> SERVERRIGHTS
<user_name> |
Name of the DBM Operator |
OK
UserMgm <flag> User management
InstallMgm <flag> Install management
SystemCmd <flag> System commands
FileFull <flag> File full access
FileRead <flag> File read access
DBFileRead <flag> Database file read access
AccessUtility <flag> Utility session access
BackupRestore <flag> Backup restore actions
BackupSave <flag> Backup save actions
ParamFull <flag> Parameter full access
ParamCheckWrite <flag> Parameter check-write access
ParamRead <flag> Parameter read access
AccessSQL <flag> SQL session access
ExecLoad <flag> Can execute load
LoadSysTab <flag> Can load system tables
DBStop <flag> Can stop database
DBStart <flag> Can start database
DBInfoRead <flag> Info functions access
Values for the Reply Fields
Value |
Description |
<flag> |
Indicates
whether the DBM user has the relevant server authorization. Possible values
are: -: User does not have server authorization. |
In the event of errors, see Reply Format
Logging on to the Database Manager CLI as operator OLEG with password MONDAY, connecting to the DEMODB database instance, and displaying the rights of the registered DBM operator with the name ELENA
dbmcli -u OLEG,MONDAY -d DEMODB user_getrights ELENA SERVERRIGHTS
OK
DBInfoRead + Request status data
SystemCmd + Execute operating system commands
ExecLoad + Execute the LOAD program
UserMgm + User management
DBFileRead + Database file access (read only)
Backup + Saving backups
InstallMgm + Installation management
LoadSysTab + Load the system tables
ParamCheckWrite + Parameter access (checked write)
ParamFull + Parameter access (read and write)
ParamRead + Parameter access (read only)
DBStart + Start database instance
DBStop + Stop database instance
Recovery + Restoring backups
AccessSQL + Access to SQL session
AccessUtility + Access to utility session
SharedMemoryMgm + Shared memory management
SchedulerMgm + Scheduler management
Scheduling + Scheduler use
EvtDispMgm + Event Dispatcher management
EvtDisp + Event Dispatcher use