DB2 Authorizations Required
The following table lists the authorizations that are necessary to implement Siebel CRM on DB2 for z/OS.
Task | Authorization Required | Task Command Example |
---|---|---|
Alter a buffer pool. |
SYSADM, SYSCTRL, SYSOPR |
|
Grant use of a buffer pool. |
SYSADM, SYSCTRL |
|
Grant CREATEIN for triggers. |
SYSADM, SYSCTRL |
|
Create a storage group. |
SYSADM, SYSCTRL, CREATESG |
|
Grant use of a storage group. |
SYSADM, SYSCTRL |
|
Grant CREATEDBA and DBADM authority. |
SYSADM, SYSCTRL |
|
Create a database. |
SYSADM, SYSCTRL, CREATEDBA, CREATEDBC |
|
Alter a table space. |
DBADM, SYSADM, SYSCTRL |
|
Create a table space. |
SYSADM, SYSCTRL, DBADM, DBCTRL, DBMAINT, CREATETS |
|
Modify DB2 Connect package (if package already exists). |
DBADM, SYSADM, BIND privilege on the package, ALTERIN privilege on the schema |
|
Add DB2 Connect package (if a package does not already exist). |
DBADM, SYSADM, BINDADD privilege, and IMPLICIT_SCHEMA authority on the database if the schema name does not exist CREATIN privilege on the schema if the schema name of the package exists |
|
Alter a table. |
DBADM, SYSADM, SYSCTRL |
|
Create a table. |
SYSADM, SYSCTRL, DBADM, DBCTRL, DBMAINT, CREATETAB |
|
Alter an index. |
DBADM, SYSADM, SYSCTRL |
|
Create an index. |
SYSADM, SYSCTRL, DBADM, DBCTRL |
|
Grant CREATE or PACKADM for stored procedures. |
SYSADM, SYSCTRL |
|
Grant BINDADD. |
SYSADM, SYSCTRL |
|
Grant SELECT on catalog tables. |
SYSADM, SYSCTRL |
|
Create User-Defined Functions |
SYSADM, DBADM |
|