June 2018
Intermediate to advanced
478 pages
10h 52m
English
This is the highest level of administrative authority available within Db2 and it allows the user to perform the following tasks:
You can assign SYSADM authority by updating the database manager configuration parameter, SYSADM_GROUP.
To add an operating system group SYSADMIN to the SYSADM_GROUP use the following command:
UPDATE DBM CFG USING SYSADM_GROUP SYSADMIN;
To revert to the default setting, execute the following command:
UPDATE DBM CFG USING SYSADM_GROUP NULL;
Read now
Unlock full access