IFCID145: Audit DML Statement
The IFCID145 DD contains the extracted IFCID 145 (Audit DML Statement) records.
Fields
- LOCATION NAME
- The location name.
- PKG COLLCT ID
- The package collection identifier.
- PROGRAM NAME
- The program name.
- TIME
- The hexadecimal value of the precompiler timestamp.
- TYPE
- The SQL statement type.
- STMT#
- The precompiler statement number.
- STATEMENT ID
- The statement ID. This field can contain one of the following values:
- SQL statement ID
- 0
- HOST OPTIONS
- The options 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 TEXT
- The SQL statement text.
- DATABASE
- The database ID.
- TABLE OBID
- The object ID.
- ISOLATION
- The isolation level of the DML statement. ISOLATION can have the following values:
- RR Repeatable read
- CS Cursor stability
- RS Read stability
- UR Uncommitted read
- RRX Repeatable read with X lock
- RSX Read stability with X lock
- ACCESS SCHEMA
- ACCESS OBJECT
- The access control object name
Example
LOCATION NAME: STLEC1
PKG COLLCT ID: PKCC1A3
PROGRAM NAME : MCC1A3
TIME : 02:22:12
TYPE : INSERT STMT#: 0000000014
STATEMENT ID : 00000000000000036343
HOST OPTIONS : X'0300D70010020000'
DATABASE : 00269 TABLE OBID: 00004
ISOLATION : CS
SQL TEXT: INSERT INTO SCCC1A31 . TBCC1A31 ( ID , NAME ) VALUES ( 1 , 'X' )