AUDITABLE_SYSTEM_ACTIONS
maps the auditable system action numbers to the action names. These actions are configurable for audit when unified auditing is enabled.
The actions include:
All standard RDBMS actions (from the V$SQLCOMMAND
view) except the following, which are not configurable for auditing:
ALTER EDITION
ALTER REWRITE EQUIVALENCE
CREATE BITMAPFILE
CREATE CONTROL FILE
CREATE DATABASE
DECLARE REWRITE EQUIVALENCE
DROP BITMAPFILE
DROP DATABASE
DROP REWRITE EQUIVALENCE
FLASHBACK DATABASE
NO-OP (No operation)
Other actions:
ALL
LOGON
LOGOFF
Note:
This view is populated only in an Oracle Database where unified auditing is enabled.
See Oracle Database Security Guide for more information about unified auditing.
See Oracle Database Upgrade Guide for more information about migrating to unified auditing.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Numeric component type for system wide actions |
|
|
|
Name of component for system wide actions |
|
|
|
Numeric auditable action code for system wide actions |
|
|
|
Name of auditable action |
See Also: