Entering content frame

 user_getrights Command: Example 

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 authorizations of the registered DBM operator with the name Meyer

dbmcli -u dbm,dbm -d myDB user_getrights Meyer

OK

DBInfoRead              +       Request status data
ExecLoad                +       Execute the LOAD program
SystemCmd               +       Execute operating system commands
UserMgm                 +       User management
FileFull                -       File access (read and write)
FileRead                -       File access (read only)
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

Result of the Request

The Database Manager operator DBM has all operator authorizations for the Database Manager, with the exception of FileFull and FileRead.

 

Leaving content frame