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


VIEW: SYS.DBA_JSON_COLUMNS

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

Comments on all JSON columns

[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
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      FORMAT
,      DATA_TYPE
FROM SYS.DBA_JSON_COLUMNS;

Dependencies

[top of page]

SYS.DBA_JSON_COLUMNS references the following:

SchemaSYS
ViewINT$DBA_JSON_COLUMNS
SYS.DBA_JSON_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymDBA_JSON_COLUMNS