[Home] [Help]
[Dependency Information]
| Object Name: | STMT_AUDIT_OPTION_MAP |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description table for auditing option type codes. Maps auditing option type numbers to type names
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| I_STMT_AUDIT_OPTION_MAP | NORMAL | UNIQUE |
SYSTEM
|
OPTION#
NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPTION# | NUMBER | Yes | Numeric auditing option type code | |
| NAME | VARCHAR2 | (40) | Yes | Name of the type of auditing option |
| PROPERTY | NUMBER | Yes | Property flag of auditing option |
Cut, paste (and edit) the following text to query this object:
SELECT OPTION#
, NAME
, PROPERTY
FROM SYS.STMT_AUDIT_OPTION_MAP;
SYS.STMT_AUDIT_OPTION_MAP does not reference any database object
SYS.STMT_AUDIT_OPTION_MAP is referenced by following:
PUBLIC
STMT_AUDIT_OPTION_MAP
SYS
DBA_AUDIT_TRAIL
DBA_COMMON_AUDIT_TRAIL
DBA_STMT_AUDIT_OPTS
EXU7AUD
EXU8AUD
KU$_AUDIT_VIEW
UNIFIED_AUDIT_TRAIL
|
|
|
|