3.87 ALL_ASSERTIONS
ALL_ASSERTIONS displays assertions accessible to the
current user.
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_ASSERTIONSdisplays all assertions in the database. -
USER_ASSERTIONSdisplays assertions owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Owner of the assertion |
|
|
|
|
Name of the assertion |
|
|
|
|
Object ID number of the assertion You can join this column with the |
|
|
|
|
Indicates whether the assertion is enfoced during
execution of DML statements ( |
|
|
|
|
Indicates whether the assertion is
|
|
|
|
|
Indicates whether the assertion is deferred by default
( |
|
|
|
|
Indicates whether the database has validated that data
in the involved tables of the assertion obeys the assertion
( |
|
|
|
|
Reserved for internal use |
|
|
|
|
SQL text of the assertion definition If the assertion is not owned by the current user, the value of this column is null. |
Note:
This view is available starting with Oracle AI Database 26ai, Release Update 23.26.1.
See Also: