DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_APPLY_EXECUTE

Object Details
Object Name: DBA_APPLY_EXECUTE
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Details about the apply execute action

[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_OWNER VARCHAR2 (128) Yes Owner of the rule
RULE_NAME VARCHAR2 (128) Yes Name of the rule
EXECUTE_EVENT VARCHAR2 (2)
Whether the event satisfying the rule is executed
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_OWNER
,      RULE_NAME
,      EXECUTE_EVENT
FROM SYS.DBA_APPLY_EXECUTE;

Dependencies

[top of page]

SYS.DBA_APPLY_EXECUTE references the following:

SchemaSYS
TYPEANYDATA
ViewDBA_RULES
TYPERE$NV_ARRAY
SYS.DBA_APPLY_EXECUTE is referenced by following:

SchemaPUBLIC
SynonymDBA_APPLY_EXECUTE
SchemaSYS
ViewALL_APPLY_EXECUTE