3.287 ALL_JSON_DUALITY_VIEW_TABS
ALL_JSON_DUALITY_VIEW_TABS
describes the tables associated with the JSON-relational duality views accessible to the current user.
Related Views
-
DBA_JSON_DUALITY_VIEW_TABS
describes the tables associated with all JSON-relational duality views in the database. -
USER_JSON_DUALITY_VIEW_TABS
describes the tables associated with the JSON-relational duality views owned by the current user. This view does not display theVIEW_OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the duality view |
|
|
|
Name of the duality view |
|
|
|
Owner of the table |
|
|
|
Name of the table |
|
|
SQL expression in the If the query does not contain a |
|
|
|
|
Indicates whether rows can be inserted into the table using the duality view ( |
|
|
|
Indicates whether the column can be updated using the duality view ( |
|
|
|
Indicates whether rows can be deleted from the table using the duality view ( |
|
|
Indicates whether the table is read-only in the duality view, that is, no rows can be modified, inserted, or deleted ( |
|
|
|
Indicates whether the table contains a flex column ( |
|
|
|
Indicates whether the table is the root (topmost) table ( |
|
|
|
|
Number value that identifies this table in the duality view |
|
|
|
Number value that points to the parent table in the hierarchy |
|
|
|
Relationship between the table (that is, the child table) and the parent table:
|
Note:
This view is available starting with Oracle Database 23ai.
See Also: