3.284 ALL_JSON_DOMAIN_SCHEMA_COLUMNS
ALL_JSON_DOMAIN_SCHEMA_COLUMNS
describes JSON schema constraints on columns of data use case domains accessible to the current user.
Related Views
-
DBA_JSON_DOMAIN_SCHEMA_COLUMNS
describes JSON schema constraints on columns of all data use case domains in the database. -
USER_JSON_DOMAIN_SCHEMA_COLUMNS
describes JSON schema constraints on columns of data use case domains owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the data use case domain containing the column on which the JSON schema constraint is defined |
|
|
|
Name of the data use case domain containing the column on which the JSON schema constraint is defined |
|
|
|
Name of the data use case domain 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.