3.286 ALL_JSON_DUALITY_VIEW_TAB_COLS
ALL_JSON_DUALITY_VIEW_TAB_COLS
describes the table columns associated with the JSON-relational duality views accessible to the current user.
Related Views
-
DBA_JSON_DUALITY_VIEW_TAB_COLS
describes the table columns associated with all JSON-relational duality views in the database. -
USER_JSON_DUALITY_VIEW_TAB_COLS
describes the table columns 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 |
|
|
|
Indicates whether the table is the root (topmost) table ( |
|
|
|
Number value that identifies this table in the duality view |
|
|
|
Name of the column |
|
|
|
Data type of the column |
|
|
|
For character data types, the maximum length of the column (in characters) |
|
|
|
JSON key name corresponding to the column |
|
|
|
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 changes to the column are prohibited ( |
|
|
|
Indicates whether the column is a flex column ( |
|
|
|
Indicates whether the value associated with |
|
|
|
Indicates whether |
|
|
|
If the column is part of a primary key, its position in the primary key specification; otherwise, null |
|
|
|
If the column is part of an ETAG, its position in the ETAG specification; otherwise, null |
|
|
|
If the column is part of the |
Note:
This view is available starting with Oracle Database 23ai.