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


VIEW: SYS.USER_JSON_COLUMNS

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

Comments on the JSON columns for which the user is the owner

[View Source]

Columns
Name Datatype Length Mandatory Comments
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 TABLE_NAME
,      COLUMN_NAME
,      FORMAT
,      DATA_TYPE
FROM SYS.USER_JSON_COLUMNS;

Dependencies

[top of page]

SYS.USER_JSON_COLUMNS references the following:

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

SchemaPUBLIC
SynonymUSER_JSON_COLUMNS