DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_JSON_COLUMNS

Object Details
Object Name: CDB_JSON_COLUMNS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Comments on all JSON columns in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the table with the JSON column
TABLE_NAME VARCHAR2 (128) Yes Name of the table with the JSON column
COLUMN_NAME VARCHAR2 (128) Yes Name of the JSON column
FORMAT VARCHAR2 (9)
Format of the JSON data
DATA_TYPE VARCHAR2 (13)
Data type of the JSON column
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      FORMAT
,      DATA_TYPE
,      CON_ID
FROM SYS.CDB_JSON_COLUMNS;

Dependencies

[top of page]

SYS.CDB_JSON_COLUMNS does not reference any database object

SYS.CDB_JSON_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymCDB_JSON_COLUMNS