Feature
STMT_AUDIT_OPTION_MAP describes statement-level auditing types, names, and priorities.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
Related views
DBA_STMT_AUDIT_OPTS
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| OPTION# | NUMBER(38) | NO | The ID of the auditing type 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. |