DB2 Maestro online Help
Prev | Return to chapter overview | Next |
Group Editor
Group Editor is the basic DB2 Maestro tool for working with existing groups. It can be open automatically after the group is created and is available on editing the group (see How to edit group for details).
You can open a group in Group Editor from the Explorer Tree or Object Manager.
The basic principles of Object Editors in DB2 Maestro are considered in the corresponding topic. See below to find the description of editor tabs that are unique to the current object.
Name
Here you can view the group name.DBADM authority
Grants the database administrator authority and all other database authorities except for security administrator authority (SECADM). A database administrator holds nearly all privileges on nearly all objects in the database. The only exceptions are those privileges that are part of the security administrator authority. A database administrator can grant any privilege that is part of database administrator authority to others. All database authorities except for SECADM are implicitly and automatically granted to an authorization-name that is granted DBADM authority.
Create table authority
Grants the authority to create base tables. The creator of a base table automatically has the CONTROL privilege on that table. The creator retains this privilege even if the Create table authority authority is subsequently revoked.
Bind add authority
Grants the authority to create packages. The creator of a package automatically has the CONTROL privilege on that package and retains this privilege even if the Bind add authority authority is subsequently revoked.
Connect authority
Grants the authority to access the database.
No fence authority
Grants the authority to register routines that execute in the database manager’s process. Care must be taken that routines so registered will not have adverse side effects. (For more information, see the description of the FENCED clause on the CREATE or ALTER routine statements.) Once a routine has been registered as not fenced, it continues to run in this manner, even if No fence authority is subsequently revoked. External routine authority is automatically granted to an authorization-name that is granted No fence authority authority
Implicitly schema authority
Grants the authority to implicitly create a schema.
Load authority
Grants the authority to load in this database. This authority gives a user the right to use the LOAD utility in this database. SYSADM and DBADM authority also have this authority by default. However, if a user only has LOAD authority (not SYSADM or DBADM authority), the user is also required to have table-level privileges. In addition to LOAD privilege, the user is required to have:
• | INSERT privilege on the table for LOAD with mode INSERT, TERMINATE (to terminate a previous LOAD INSERT), or RESTART (to restart a previous LOAD INSERT) |
• | INSERT and DELETE privilege on the table for LOAD with mode REPLACE, TERMINATE (to terminate a previous LOAD REPLACE), or RESTART (to restart a previous LOAD REPLACE) |
• | INSERT privilege on the exception table, if such a table is used as part of LOAD |
External routine authority
Grants the authority to register external routines. Care must be taken that routines so registered will not have adverse side effects.
Quiesce connect authority
Grants the authority to access the database while it is quiesced.
To apply the changes, select the Apply Changes item in the Navigation bar or use Ctrl+F9 or Ctrl+F7 shortcut keys.
It is also possible to modify object properties without opening the object editor: use the Object Properties item of the popup menu of the selected object from the explorer tree.
Prev | Return to chapter overview | Next |