FeuersteinJSON and PLSQL - Match Made in Database
FeuersteinJSON and PLSQL - Match Made in Database
A Match Made in
Database
• Oracle Database 12c Release 1 added many great features for native
support of JSON in tables and via SQL.
• "IS JSON" constraint for existing types – there is no JSON type
– (N)VARCHAR2, (N)CLOB, BLOB, RAW
• JSON operators in SQL
– JSON_VALUE, JSON_QUERY, JSON_TABLE, JSON_EXISTS, IS JSON
• JSON Dataguide
– Discover information about structure and content of JSON documents
• Index JSON data – scalar values and in 12.2 the Search Index.
Not on 12.2?
Check out APEX_JSON and PL/JSON for similar functionality.