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


VIEW: SYS.ALL_APPLY_EXECUTE

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

Details about the apply execute action for all rules visible to the user

[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.ALL_APPLY_EXECUTE;

Dependencies

[top of page]

SYS.ALL_APPLY_EXECUTE references the following:

SchemaSYS
ViewALL_RULES
TYPEANYDATA
ViewDBA_APPLY_EXECUTE
TYPERE$NV_ARRAY
SYS.ALL_APPLY_EXECUTE is referenced by following:

SchemaPUBLIC
SynonymALL_APPLY_EXECUTE