The JSON_DUALITY_VIEW_TABLES table
shows information about all tables referenced by any JSON duality
view which is accessible by the current user. This table contains
one row per table reference.
The JSON_DUALITY_VIEW_TABLES table
has the columns listed here:
TABLE_CATALOGView catalog; this is always
def.TABLE_SCHEMAView schema.
TABLE_NAMEView name.
REFERENCED_TABLE_CATALOGTable catalog; this is always
def.REFERENCED_TABLE_SCHEMATable schema.
REFERENCED_TABLE_NAMEName of the table.
WHERE_CLAUSEExpression used in the
WHEREclause.ALLOW_INSERT1if inserts are allowed, otherwise0.ALLOW_UPDATE1if updates are allowed, otherwise0.ALLOW_DELETE1if deletes are allowed, otherwise0.READ_ONLY1if insert, update, or delete are not allowed, otherwise0. (In other words, this is1only whenALLOW_INSERT,ALLOW_UPDATE, andALLOW_DELETEare all0.)IS_ROOT_TABLE1if this is the root table, otherwise0.REFERENCED_TABLE_IDUnique table ID within this view.
REFERENCED_TABLE_PARENT_IDID of the parent table.
REFERENCED_TABLE_PARENT_RELATIONSHIPOne of
nested(arrays) orsingleton(otherwise).