3.290 ALL_JSON_SCHEMA_COLUMNS
ALL_JSON_SCHEMA_COLUMNS
describes JSON schema constraints on columns in tables accessible to the current user.
Related Views
-
DBA_JSON_SCHEMA_COLUMNS
describes JSON schema constraints on columns in all tables in the database. -
USER_JSON_SCHEMA_COLUMNS
describes JSON schema constraints on columns in tables owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table containing the column on which the JSON schema constraint is defined |
|
|
|
Name of the table containing the column on which the JSON schema constraint is defined |
|
|
|
Name of the column on which the JSON schema constraint is defined |
|
|
|
Name of the JSON schema constraint |
|
|
|
JSON schema constraint definition |
|
|
Indicates whether the JSON schema validator is operating in cast mode ( |
Note:
This view is available starting with Oracle Database 23ai.
See Also: