[Home] [Help]
[Dependency Information]
| Object Name: | DBA_APPLY_EXECUTE |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Details about the apply execute action
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_OWNER
, RULE_NAME
, EXECUTE_EVENT
FROM SYS.DBA_APPLY_EXECUTE;
SYS
ANYDATA
DBA_RULES
RE$NV_ARRAY
PUBLIC
DBA_APPLY_EXECUTE
SYS
ALL_APPLY_EXECUTE
|
|
|
|