Index

Symbols  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  

Symbols

  • != comparison filter predicate, SQL/JSON path expressions 14.2.1
  • ! filter predicate, SQL/JSON path expressions 14.2.1
  • $, SQL/JSON path expressions
    • for a SQL/JSON variable 14.2.1
    • for the context item 14.2.1
  • && filter predicate, SQL/JSON path expressions 14.2.1
  • <= comparison filter predicate, SQL/JSON path expressions 14.2.1
  • <> comparison filter predicate, SQL/JSON path expressions 14.2.1
  • < comparison filter predicate, SQL/JSON path expressions 14.2.1
  • == comparison filter predicate, SQL/JSON path expressions 14.2.1
  • >= comparison filter predicate, SQL/JSON path expressions 14.2.1
  • > comparison filter predicate, SQL/JSON path expressions 14.2.1
  • || filter predicate, SQL/JSON path expressions 14.2.1

A

  • abs() item method, SQL/JSON path expressions 14.3
  • ABSENT ON NULL, SQL/JSON generation functions 22.1
  • absolute path expression 14.2.1
    • syntax B
  • add_vc trigger procedure 21.9
  • add_virtual_columns, DBMS_JSON PL/SQL procedure 21.8, 21.8.1, 21.8.2
  • adding virtual columns for JSON fields 21.8
    • based on a data guide-enabled search index 21.8.2
    • based on a hierarchical data guide 21.8.1
  • ad hoc search of JSON data 27.9
  • ALL_JSON_COLUMNS view 4.1
  • ALL_JSON_DATAGUIDE_FIELDS view 21.5
  • ALL_JSON_DATAGUIDES view 21.5
  • array, JSON 2.2
  • array element, JSON 2.2
  • array index 14.2.1
  • array range specification 14.2.1
  • array step, SQL/JSON path expressions 14.2.1
    • syntax B
  • ASCII keyword, SQL functions 15.1

B

  • basic SQL/JSON path expression 14.2.1
    • BNF description B
    • diagrams B
  • BLOB storage, using for JSON data 3
  • BNF syntax descriptions, basic SQL/JSON path expression B
  • boolean() item method, SQL/JSON path expressions 14.3
  • booleanOnly() item method, SQL/JSON path expressions 14.3

C

  • canonical form of a JSON number 15.1
  • case-sensitivity
    • in data-guide field o:preferred_column_name 21.4
    • in query dot notation 13
    • in SQL/JSON path expression 14.2, 14.2.1
    • JSON and SQL
    • strict and lax JSON syntax 5.2
  • ceiling() item method, SQL/JSON path expressions 14.3
  • change trigger, data guide 21.9
  • character sets 6
  • check constraint used to ensure well-formed JSON data 4
  • child COLUMNS clause, json_table SQL/JSON function 19.2
  • client, using to retrieve JSON Data 3
  • CLOB storage, using for JSON data 3
  • COLUMNS clause, json_table SQL/JSON function 19.2
  • columns of JSON data 1.1
  • compare predicate, SQL/JSON path expressions
    • syntax B
  • comparison, SQL/JSON path expressions
    • syntax B
  • comparison filter predicates, SQL/JSON path expressions 14.2.1
  • comparison in SQL/JSON path expression, types 14.5
  • compatibility of data types, item methods 14.3
  • condition, SQL/JSON path expressions
    • syntax B
  • conditions, Oracle SQL
    • json_equal IV
  • conditions, SQL/JSON
    • is json 5
      • and JSON null 2.2
    • is not json 5
      • and JSON null 2.2
    • json_exists 16
    • json_textcontains 27.9
  • conjunction, SQL/JSON path expressions
    • syntax B
  • context item, SQL/JSON path expressions 14.2.1
  • create_view_on_path, DBMS_JSON PL/SQL procedure 21.7, 21.7.2
  • create_view, DBMS_JSON PL/SQL procedure 21.7, 21.7.1

D

  • data guide
  • data types for JSON columns 3
  • date() item method, SQL/JSON path expressions 14.3
  • date and time formats, ISO 8601 14.4
  • DBA_JSON_COLUMNS view 4.1
  • DBA_JSON_DATAGUIDE_FIELDS view 21.5
  • DBA_JSON_DATAGUIDES view 21.5
  • DBMS_JSON.add_virtual_columns PL/SQL procedure 21.8, 21.8.1, 21.8.2
  • DBMS_JSON.create_view_on_path PL/SQL procedure 21.7, 21.7.2
  • DBMS_JSON.create_view PL/SQL procedure 21.7, 21.7.1
  • DBMS_JSON.drop_virtual_columns PL/SQL procedure 21.8, 21.8.3
  • DBMS_JSON.FORMAT_FLAT 21.3, 21.4, 21.12
  • DBMS_JSON.FORMAT_HIERARCHICAL 21.3, 21.7.1, 21.8.1, 21.13
  • DBMS_JSON.get_index_dataguide PL/SQL function 21.3, 21.4, 21.7.1, 21.8.1
  • DBMS_JSON.PRETTY 21.7.1, 21.12, 21.13
  • DBMS_JSON.rename_column PL/SQL procedure 21.4
  • descendant step, SQL/JSON path expressions 14.2.1
  • diagrams, basic SQL/JSON path expression syntax B
  • disjunction, SQL/JSON path expressions
    • syntax B
  • Document Object Model (DOM) 23
  • DOM-like manipulation of JSON data 23
  • dot-notation access to JSON data 13
    • use with json_table SQL/JSON function 19
  • double() item method, SQL/JSON path expressions 14.3
  • drop_virtual_columns, DBMS_JSON PL/SQL procedure 21.8, 21.8.3
  • dropping virtual columns for JSON fields 21.8, 21.8.3
  • duplicate field names in JSON objects 5.1

E

  • element of a JSON array 2.2
  • eq_regex filter predicate, SQL/JSON path expressions 14.2.1
  • error clause, SQL query functions and conditions 15.3
  • ERROR ON MISMATCH clause, json_value 15.5
  • exists filter predicate, SQL/JSON path expressions 14.2.1
  • EXISTS keyword, json_table SQL/JSON function 19
  • EXTRA DATA clause, ON MISMATCH clause, json_value 15.5

F

  • field, JSON object 2.2
  • field name, SQL/JSON path expressions
    • syntax B
  • filter, SQL/JSON path expressions
    • syntax B
  • filter condition, SQL/JSON path expressions 14.2.1
  • filter expression, SQL/JSON path expressions 14.2.1
  • floor() item method, SQL/JSON path expressions 14.3
  • FORMAT_FLAT, package DBMS_JSON 21.3, 21.4, 21.12
  • FORMAT_HIERARCHICAL, package DBMS_JSON 21.3, 21.7.1, 21.8.1, 21.13
  • FORMAT JSON keywords
    • json_table SQL/JSON function 19.2
    • SQL/JSON generation functions 22.1, 22.2
  • FOR ORDINALITY keywords, json_table SQL/JSON function 19
  • full-text search of JSON data 27.9
  • functions, Oracle SQL
    • json_serialize 20
  • functions, SQL
    • json_dataguide 21.3, 21.4
      • as an aggregate function 21.10
      • hierarchical format 21.13
      • pretty-print format 21.13
    • json_mergepatch 9
    • json_transform 9
  • functions, SQL/JSON
    • json_array 22.4
    • json_arrayagg 22.6
    • json_object 22.3
    • json_objectagg 22.5
    • json_query 18
    • json_table 19
    • json_value 17
      • function-based indexing 27.4
      • indexing for geographic data 25
      • null JSON value 17.2
      • returning an object-type instance 17.3
  • function step, SQL/JSON path expressions 14.2.1
    • syntax B

G

  • generation of JSON data using SQL 22, 22.1
    • input SQL values 22.2
  • geographic JSON data 25
  • GeoJSON 25
  • geometric features in JSON 25
  • get_index_dataguide, DBMS_JSON PL/SQL function 21.3, 21.4, 21.7.1, 21.8.1
  • get() method, PL/SQL object types 23

H

  • has substring filter predicate, SQL/JSON path expressions 14.2.1
  • hidden virtual columns projected from JSON data 21.8

I

  • IGNORE ON MISMATCH clause, json_value 15.5
  • IM column store 28.1
  • index, array 14.2.1
  • indexing JSON data 27
    • composite B-tree index for multiple fields 27.8
    • for json_exists queries 27.6
    • for json_table queries 27.5
    • for search 27.9
    • full-text and numeric-range 27.9
    • function-based 27.4
      • for geographic data 25
    • GeoJSON 25
    • is (not) json SQL/JSON condition 27.1
    • json_exists SQL/JSON condition 27.3
    • json_value SQL/JSON function 27.4
      • data type considerations 27.7
      • for geographic data 25
      • for json_exists queries 27.6
      • for json_table queries 27.5
    • spatial 25
  • In-Memory Column Store 28.1
    • populating JSON into 28.2
    • upgrading tables with JSON data for 28.3
  • inserting JSON data into a column 9
  • introspection of PL/SQL object types 23
  • is json SQL/JSON condition 5
    • and JSON null 2.2
    • indexing 27.1
    • STRICT keyword 5.3
  • is not json SQL/JSON condition 5
    • and JSON null 2.2
    • indexing 27.1
    • STRICT keyword 5.3
  • ISO 8601 date and time formats 14.4
  • item method, SQL/JSON path expressions 14.2.1, 14.3
    • data type compatibility 14.3
    • syntax B
  • items data-guide field (JSON Schema keyword) 21.4

J

  • JavaScript array 2.2
  • JavaScript notation compared with JSON 2.1
  • JavaScript object 2.2
  • JavaScript object literal 2.2
  • JavaScript Object Notation (JSON) 2.1
  • JSON 2.1
    • character encoding 6
    • character-set conversion 6
    • compared with JavaScript notation 2.1
    • compared with XML 2.3
    • overview 1, 2
    • support by Oracle Database, restrictions A
    • syntax 1, 2, 2.2
      • basic path expression 14.2.1, B
      • strict and lax 5.2
  • JSON_ARRAY_T PL/SQL object type 23
  • json_arrayagg SQL/JSON function 22.6
  • json_array SQL/JSON function 22.4
  • json_dataguide SQL function 21.3, 21.4
    • as an aggregate function 21.10
    • hierarchical format 21.13
    • pretty-print format 21.13
  • JSON_ELEMENT_T PL/SQL object type 23
  • json_equal Oracle SQL condition IV
  • json_exists SQL/JSON condition 16
  • JSON_KEY_LIST PL/SQL object type 23
  • json_mergepatch SQL function 9
  • JSON_OBJECT_T PL/SQL object type 23
  • json_objectagg SQL/JSON function 22.5
  • json_object SQL/JSON function 22.3
  • json_query SQL/JSON function 18
    • as json_table 18.1
  • JSON_SCALAR_T PL/SQL object type 23
  • json_serialize Oracle SQL function 20
  • json_table SQL/JSON function 19
    • EXISTS keyword 19
    • FORMAT JSON keywords 19.2
    • generalizes other SQL/JSON functions and conditions 19.3
    • indexing for queries 27.5
    • NESTED PATH clause 19.4
    • PATH clause 19
  • json_textcontains SQL/JSON condition 27.9
  • json_transform SQL function 9
  • json_value SQL/JSON function 17
    • as json_table 17.4
    • data type considerations for indexing 27.7
    • function-based indexing 27.4
      • for geographic data 25
    • indexing for json_exists queries 27.6
    • indexing for json_table queries 27.5
    • null JSON value 17.2
    • returning an object-type instance 17.3
  • JSON columns 1.1
  • JSON data guide 21
  • JSON generation functions 22
  • JSON object types, PL/SQL
    • overview 23
  • JSON Schema 21
  • JSON search index 27.9

K

  • key, JSON object
    • See: field, JSON object
  • keywords

L

  • lax JSON syntax 5.2
    • specifying 5.3
  • length() item method, SQL/JSON path expressions 14.3
  • like_regex filter predicate, SQL/JSON path expressions 14.2.1
  • like filter predicate, SQL/JSON path expressions 14.2.1
  • limitations, Oracle Database support for JSON A
  • loading JSON data into the database 9
  • LOB storage, using for JSON data 3
  • lower() item method, SQL/JSON path expressions 14.3

M

  • materialized view of JSON data 19.5
    • indexing 29
    • rewriting automatically 29
  • MISSING DATA clause, ON MISMATCH clause, json_value 15.5
  • multiple data guides for the same JSON column 21.10

N

  • NESTED clause, instead of json_table 19.1
  • NESTED PATH clause, json_table 19.4
  • NoSQL databases 1.1
  • null handling, SQL/JSON generation functions 22.1, 22.2
  • NULL-handling clause, SQL/JSON generation functions 22.1
  • NULL ON EMPTY clause, SQL/JSON query functions 15.4
  • NULL ON MISMATCH clause, json_value 15.5
  • NULL ON NULL, SQL/JSON generation functions 22.1
  • number() item method, SQL/JSON path expressions 14.3
  • numberOnly() item method, SQL/JSON path expressions 14.3
  • numeric-range indexing 27.9

O

  • o:frequency data-guide field 21.4
  • o:hidden data-guide field 21.8
  • o:high_value data-guide field 21.4
  • o:last_analyzed data-guide field 21.4
  • o:length data-guide field 21.4
  • o:low_value data-guide field 21.4
  • o:num_nulls data-guide field 21.4
  • o:path data-guide field 21.4
  • o:preferred_column_name data-guide field 21.4
  • object, Javascript and JSON 2.2
  • object literal, Javascript 2.2
  • object member, JSON 2.2
  • object step, SQL/JSON path expressions 14.2.1
    • syntax B
  • ON EMPTY clause, SQL/JSON query functions 15.4
  • oneOf data-guide field (JSON Schema keyword) 21.4
  • ON MISMATCH clause, json_value 15.5
  • Oracle SQL conditions IV
    • See also: SQL/JSON conditions
    • json_equal IV
  • Oracle SQL functions
    • json_dataguide 21.3, 21.4
      • as an aggregate function 21.10
      • hierarchical format 21.13
      • pretty-print format 21.13
    • json_mergepatch 9
    • json_serialize 20
    • json_transform 9
  • Oracle support for JSON in the database A

P

  • parent COLUMNS clause, json_table SQL/JSON function 19.2
  • parsing of JSON data to PL/SQL object types 23
  • PASSING clause, json_exists 16
  • PATH clause, json_table 19
  • path expression, SQL/JSON 14, 14.1
  • performance tuning 26
  • PL/SQL functions
  • PL/SQL object-type methods 23
  • PL/SQL object types
    • overview 23
  • PL/SQL procedures
  • PRETTY, package DBMS_JSON 21.7.1, 21.12, 21.13
  • PRETTY keyword, SQL functions 15.1
  • pretty-printing
    • in book examples
  • projecting virtual columns from JSON fields 21.8
  • properties data-guide field (JSON Schema keyword) 21.4
  • property, JSON object
    • See: field, JSON object
  • put() method, PL/SQL object types 23

Q

  • queries, dot notation 13
    • use with json_table SQL/JSON function 19
  • query rewrite to a materialized view 29

R

  • range specification, array 14.2.1
  • rawtohex SQL function, for insert or update with BLOB JSON column 3
  • relational database with JSON data 1.1
  • relative path expression 14.2.1
    • syntax B
  • rename_column, DBMS_JSON PL/SQL procedure 21.4
  • rendering of JSON data 15.1
  • restrictions, Oracle Database support for JSON A
  • RETURNING clause
    • SQL/JSON generation functions 22.1
    • SQL query functions 15.1
  • rewrite of JSON queries to a materialized view 29
  • row source, JSON
    • definition 19

S

  • scalar, SQL/JSON path expressions
    • syntax B
  • scalar value, JSON 2.2
  • schema, JSON 21
  • schemaless database data 1.1
  • SDO_GEOMETRY 25
  • searching JSON data 27.9
  • SELECT statement, NESTED clause instead of json_table 19.1
  • serialization
    • of JSON data from queries 15.1
    • of JSON data in PL/SQL object types 23
  • serializing JSON data 20
  • setting values in PL/SQL object types 23
  • sharding, data-guide information in index 21.2
  • sibling COLUMNS clauses, json_table SQL/JSON function 19.2
  • simple dot-notation access to JSON data 13
    • use with json_table SQL/JSON function 19
  • Simple Oracle Document Access (SODA) 1
  • simplified syntax
    • See: simple dot-notation access to JSON data
  • size() item method, SQL/JSON path expressions 14.3
  • SODA 1
  • spatial JSON data 25
  • SQL/JSON conditions IV
    • See also: Oracle SQL conditions
    • is (not) json 5
    • is json
    • is not json
    • json_exists 16
    • json_textcontains 27.9
  • SQL/JSON functions
    • for generating JSON 22
    • json_array 22.4
    • json_arrayagg 22.6
    • json_object 22.3
    • json_objectagg 22.5
    • json_query 18
      • as json_table 18.1
    • json_table 19
    • json_value 17
      • as json_table 17.4
      • function-based indexing 25, 27.4
      • null JSON value 17.2
      • returning an object-type instance 17.3
  • SQL/JSON generation functions 22, 22.1
    • input SQL values 22.2
  • SQL/JSON path expression 14, 14.1
    • comparison, types 14.5
    • item methods 14.3
    • syntax 14.2
      • array step B
      • basic 14.2.1, B
      • compare predicate B
      • comparison B
      • condition B
      • conjunction B
      • disjunction B
      • field name B
      • filter B
      • function step B
      • item method B
      • object step B
      • relaxed 14.2.2
      • scalar B
      • variable B
  • SQL/JSON query functions
    • WITH WRAPPER keywords 15.2
  • SQL/JSON variable 14.2.1
  • SQL functions
    • json_dataguide 21.3, 21.4
      • as an aggregate function 21.10
      • hierarchical format 21.13
      • pretty-print format 21.13
    • json_mergepatch 9
    • json_transform 9
  • SQL NESTED clause, instead of json_table 19.1
  • starts with filter predicate, SQL/JSON path expressions 14.2.1
  • step, SQL/JSON path expressions 14.2.1
  • storing and managing JSON data, overview 3
  • strict JSON syntax 5.2
    • specifying 5.3
  • STRICT keyword
    • is (not) json SQL/JSON condition 5.3
    • SQL/JSON generation functions 22.1
  • string() item method, SQL/JSON path expressions 14.3
  • stringOnly() item method, SQL/JSON path expressions 14.3
  • support for JSON, Oracle Database A
  • syntax diagrams, basic SQL/JSON path expression B

T

  • tables with JSON data 1.1
  • time and date formats, ISO 8601 14.4
  • timestamp() item method, SQL/JSON path expressions 14.3
  • tree-like representation of JSON data 23
  • trigger for data-guide changes 21.9
  • TRUNCATE keyword, Oracle extension for SQL/JSON VARCHAR2 return value 19
  • TRUNCATE keyword, Oracle extension for SQL VARCHAR2 return value 15.1
  • type() item method, SQL/JSON path expressions 14.3
  • type data-guide field (JSON Schema keyword) 21.4
  • TYPE ERROR clause, ON MISMATCH clause, json_value 15.5

U

  • UNCONDITIONAL keyword, SQL/JSON query functions 15.2
  • unique field names in JSON objects 5.1
  • updating JSON data 9
  • upper() item method, SQL/JSON path expressions 14.3
  • USER_JSON_COLUMNS view 4.1
  • USER_JSON_DATAGUIDE_FIELDS view 21.5
  • USER_JSON_DATAGUIDES view 21.5
  • user-defined data-guide change trigger 21.9.1

V

  • value, JSON 2.2
  • variable, SQL/JSON path expressions 14.2.1
    • syntax B
  • view
    • create based on a data guide 21.7.1
    • create based on data guide-enabled index and a path 21.7.2
    • create using SQL/JSON function json_table 19.5
  • views
    • ALL_JSON_COLUMNS 4.1
    • ALL_JSON_DATAGUIDE_FIELDS 21.5
    • ALL_JSON_DATAGUIDES 21.5
    • DBA_JSON_COLUMNS 4.1
    • DBA_JSON_DATAGUIDE_FIELDS 21.5
    • DBA_JSON_DATAGUIDES 21.5
    • USER_JSON_COLUMNS 4.1
    • USER_JSON_DATAGUIDE_FIELDS 21.5
    • USER_JSON_DATAGUIDES 21.5
  • virtual columns for JSON fields, adding 21.8
    • based on a data guide-enabled search index 21.8.2
    • based on a hierarchical data guide 21.8.1

W

  • well formed JSON data 5
  • well-formed JSON data
    • ensuring 3
  • WITHOUT UNIQUE KEYS keywords, JSON condition is json 5.1
  • WITH UNIQUE KEYS keywords, JSON condition is json 5.1
  • WITH WRAPPER keywords, SQL/JSON query functions 15.2
  • wrapper clause, SQL/JSON query functions 15.2
  • WRAPPER keyword, SQL/JSON query functions 15.2

X

  • XML
    • compared with JSON 2.3
    • DOM 23