1 |
<pfx>.READ.OBJ.<object> |
Allows a user to write audit log records for functions that
read data from the specified local object (object) in the specified Db2® system (ssid). |
2 |
<pfx>.UPDATE.OBJ.<object> |
Allows a user to write audit log records for functions that
change data from the specified local object (object) in the specified Db2® system (ssid). |
3 |
<pfx>.READ.REMOBJ.<object> |
Allows a user to write audit log records for functions that
read data from the specified remote object (object), when accessed
from the specified Db2® system
(ssid). |
4 |
<pfx>.UPDATE.REMOBJ.<object> |
Allows a user to write audit log records for functions that
update data from the specified remote object (object), when accessed
from the specified Db2® system
(ssid). |
5 |
<pfx>.READ.ADHOCSQL |
Allows a user to write audit log records for functions that
read data from some result table in the specified Db2® system (ssid). |
6 |
<pfx>.UPDATE.ADHOCSQL |
Allows a user to write audit log records for functions that
update data for some result table in the specified Db2® system (ssid). Alternatively, allows a user
to write audit log records for SQL statements that might update data
in the specified Db2® system
(ssid). |
7 |
<pfx>.OTHER.ADHOCSQL |
Allows a user to write audit log records for functions that
issue SQL statements that are not covered by the READ or UPDATE ADHOCSQL
rules, or the DDL and AUTH rules, in the specified Db2® system (ssid). |
8 |
<pfx>.DDL.<objecttype>3 |
Allows a user to write audit log records for functions that
issue DDL statements (such as CREATE, DROP, ALTER and RENAME) in the
specified Db2® system (ssid).
The type of Db2® object is specified
using the <object type> suffix. |
9 |
<pfx>.AUTH.<privilege type>4 |
Allows a user to write audit log records for functions that
issue SQL statements (such as GRANT, REVOKE) that explicitly alter Db2® privileges in the specified Db2® system (ssid). The type of Db2® privilege is specified using
the <privilege type> suffix. |
10 |
<pfx>.DB2CMD.<command type>5 |
Allows a user to write audit log records for functions that
issue Db2® commands in the specified Db2® system (ssid). |