Oracle PL/SQL gives you the ability to perform DML operations in bulk instead of via a regular row-by-row FOR loop. This article shows you how to use bulk DML using the FORALL construct and handle exceptions along the way.
Options that can be used with JSON_TABLE query operator to select JSON data as relational rows and columns: ERROR ON ERROR, FOR ORDINALITY, NESTED PATH etc.
Querying JSON data in Oracle 12c using various query approaches: simple SQL, SQL/JSON functions (JSON_QUERY, JSON_VALUE, JSON_TABLE), dot-notation syntax.