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


VIEW: SYS.ALL_JSON_COLUMNS

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

Comments on the JSON columns accessible to the user

[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.ALL_JSON_COLUMNS;

Dependencies

[top of page]

SYS.ALL_JSON_COLUMNS references the following:

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

SchemaPUBLIC
SynonymALL_JSON_COLUMNS