3.85 ALL_ASSERTION_DEPENDENCIES
ALL_ASSERTION_DEPENDENCIES displays the dependencies
between assertions accessible to the current user and the objects they
reference.
This view displays assertions owned by the current user, as well as
assertions owned by other users that involve at least one table on which the current
user has at least one of the following object privileges: SELECT,
INSERT, UPDATE, or
DELETE.
Related Views
-
DBA_ASSERTION_DEPENDENCIESdisplays the dependencies between all assertions in the database and the objects they reference. -
USER_ASSERTION_DEPENDENCIESdisplays the dependencies between assertions owned by the current user and the objects they reference. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Owner of the assertion |
|
|
|
|
Name of the assertion |
|
|
|
|
Owner of the referenced object |
|
|
|
|
Name of the referenced object |
|
|
|
|
Type of the referenced object |
|
|
|
|
Unique identifier for the referenced object |
|
|
|
|
Type of validation for the referenced object
( |
|
|
|
|
Event on the referenced object that triggers the validation |
Note:
This view is available starting with Oracle AI Database 26ai, Release Update 23.26.1.
See Also: