[Home] [Help]
[Dependency Information]
| Object Name: | AUDIT_ACTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description table for audit trail action type codes. Maps action type numbers to action type names
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| I_AUDIT_ACTIONS | NORMAL | UNIQUE |
SYSTEM
|
ACTION
NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACTION | NUMBER | Yes | Numeric audit trail action type code | |
| NAME | VARCHAR2 | (28) | Yes | Name of the type of audit trail action |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION
, NAME
FROM SYS.AUDIT_ACTIONS;
SYS.AUDIT_ACTIONS does not reference any database object
SYS.AUDIT_ACTIONS is referenced by following:
PUBLIC
AUDIT_ACTIONS
SYS
DBA_AUDIT_TRAIL
DBA_COMMON_AUDIT_TRAIL
DBMS_INTERNAL_LOGSTDBY
- show dependent code
|
|
|
|