[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: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: | 40 |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
I_STMT_AUDIT_OPTION_MAP | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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:
|
|
|