Purpose
AUDIT_ACTIONS displays action IDs and names in audit records.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| ACTION | NUMBER(38) | NO | The action ID in the audit record. |
| NAME | VARCHAR2(128) | NO | The name corresponding to the action ID in the audit record. |
AUDIT_ACTIONS displays action IDs and names in audit records.
| Field | Type | Nullable? | Description |
|---|---|---|---|
| ACTION | NUMBER(38) | NO | The action ID in the audit record. |
| NAME | VARCHAR2(128) | NO | The name corresponding to the action ID in the audit record. |
Previous topic