IFCID141: Audit DDL Grant/Revoke
The IFCID141 DD contains the extracted IFCID 141 (Audit DDL Grant/Revoke) records.
Fields
- GRANTOR/REVOKER
- The authorization ID of the user who gave or revoked the access.
- REASON
- The reason why access was granted or revoked.
- RETURN
- The SQL return code.
- AUTHID TYPE
- The authorization ID type. AUTHID TYPE can have the following values:
- PRIMARY OR SECONDARY AUTH ID
- ROLE
- OBJECT
- The object type. OBJECT can have the following values:
- ACEE
- APPLICATION PLAN
- BUFFERPOOL
- COLLECTION
- DATABASE
- DISTINCT TYPE
- FUNCTION
- SESSION VARIABLE
- JAR
- PACKAGE
- PROCEDURE
- SCHEMA
- SEQUENCE
- STORAGE GROUP
- ROLE
- ROW
- TABLE OR VIEW
- TABLESPACE
- TRUSTED CONTEXT
- USER AUTH
- N/A
- OPTIONS
- The options that were used in the host to check the SQL statement. The bits of this field are used as indicators. If all bits are 0, the statement is not an SQL statement. See the OPTIONS field of IFCID140: Audit Authorization Failures for a full description of the bits of this field.
- SQL STMT
- The SQL statement text. Long SQL text can be truncated.
Example
GRANTOR : SYSADM REASON : N/A RETURN: 0000000562
AUTHID TYPE: PRIMARY OR SECONDARY AUTH ID
OBJECT : APPLICATION PLAN OPTIONS: X'0400000000000000'
SQL STMT: GRANT BIND, EXECUTE ON PLAN DSNTEP2 TO PUBLIC