Purpose
STMT_AUDIT_OPTION_MAP displays statement-level auditing types, names, and priorities.
Related views
DBA_STMT_AUDIT_OPTS
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| OPTION# | NUMBER(38) | NO | The type ID of auditing at the statement level. |
| NAME | VARCHAR2(128) | NO | The name of the statement-level auditing type. |
| PROPERTY | NUMBER | NO | The priority of the statement-level auditing type. At present, this field is not supported and is NULL by default. |