SYSCTXTTRUSTATTRS catalog table
The SYSCTXTTRUSTATTRS table contains one row for each list of attributes for a given trusted context. The schema is SYSIBM.
FL 505 SYSIBM.SYSCTXTTRUSTATTRS has an associated history table, SYSIBM.SYSCTXTTRUSTATTR_H, which provides temporal versioning of the catalog table. Both tables contain the same columns, with the same data types. The temporal relationship must be enabled before the history table can be used. Rows in the history table can be deleted by using the REORG TABLESPACE DISCARD option. For information about enabling the temporal relationship, see Temporal versioning for Db2 security-related catalog tables.
| Column name | Data type | Description | Use |
|---|---|---|---|
| CONTEXTID | INTEGER
NOT NULL |
The internal trusted context ID. | G |
| NAME | VARCHAR(128)
NOT NULL |
The name of the trust attribute. Possible values include the following:
|
G |
| VALUE | VARCHAR(254)
NOT NULL |
The value of the trust attribute. Possible values including the following attributes:
|
G |
| CREATEDTS | TIMESTAMP
NOT NULL |
The time when the attribute is created. | G |
| IBMREQD | CHAR(1)
NOT NULL |
A value of Y indicates that the row was provided with the Db2 product code. For all other values, see Release dependency indicators. The value in this field is not a reliable indicator of release dependencies. |
G |
| SYS_START | TIMESTAMP(12)
NOT NULL GENERATED ALWAYS AS ROW BEGIN |
FL 505 The row-begin column of the SYSTEM_TIME period, for system-period data versioning.![]() |
G |
| SYS_END | TIMESTAMP(12)
NOT NULL GENERATED ALWAYS AS ROW END |
FL 505 The row-end column of the SYSTEM_TIME period, for system-period data versioning.![]() |
G |
| TRANS_START | TIMESTAMP(12)
NOT NULL GENERATED ALWAYS AS TRANSACTION START ID |
FL 505 The transaction-start-ID column, for system-period data versioning.![]() |
G |
FL 505 GEN_SESSION_USER![]() |
VARCHAR(128)
GENERATED ALWAYS AS (SESSION_USER) ![]() |
The value of the SESSION_USER special register. This column contains a null value when the value is unknown for the existing rows prior to catalog level V13R1M505.![]() |
G![]() |