3.288 ALL_JSON_DUALITY_VIEWS
ALL_JSON_DUALITY_VIEWS
describes the JSON-relational duality views accessible to the current user.
Related Views
-
DBA_JSON_DUALITY_VIEWS
describes all JSON-relational duality views in the database. -
USER_JSON_DUALITY_VIEWS
describes 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 |
|
|
|
Name of the column containing the JSON data |
|
|
|
Name of the root table |
|
|
|
Owner of the root table |
|
|
Indicates whether inserts of top level objects or sub-objects into the duality view are allowed ( |
|
|
|
Indicates whether updates to top level objects or sub-objects in the duality view are allowed ( |
|
|
|
Indicates whether deletes of top level objects or sub-objects from the duality view are allowed ( |
|
|
|
|
Indicates whether the duality view is read-only, that is, no objects or sub-objects can be modified, inserted, or deleted ( |
|
|
|
JSON schema description of the JSON data |
|
|
Status of the duality view ( |
|
|
|
Indicates whether the duality view is enabled for logical
replication ( This setting is ignored if database-wide column data supplemental logging is enabled. |
Footnote 1 This column is available starting with Oracle Database 23ai, Release Update 23.6.
Note:
This view is available starting with Oracle Database 23ai.
See Also: