Contains a row for every privilege held on a package.
Table 69. SYSCAT.PACKAGEAUTH Catalog View
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| GRANTOR | VARCHAR(128) |
| Authorization ID of the user who granted the privileges. |
| GRANTEE | VARCHAR(128) |
| Authorization ID of the user or group who holds the privileges. |
| GRANTEETYPE | CHAR(1) |
|
|
| PKGSCHEMA | VARCHAR(128) |
| Name of the package on which the privileges are held. |
| PKGNAME | CHAR(8) |
| |
| CONTROLAUTH | CHAR(1) |
| Indicates whether grantee holds CONTROL privilege on the package:
|
| BINDAUTH | CHAR(1) |
| Indicates whether grantee holds BIND privilege on the package:
|
| EXECUTEAUTH | CHAR(1) |
| Indicates whether grantee holds EXECUTE privilege on the package:
|