Following sample demonstrates how to update several records from Dept table simultaneously using parameter of PL/SQL Table type. Here is SQL statement used at our sample: DECLARE i INTEGER; BEGIN i:= 1; FOR re
Using the :body_json implicit bind, activates a code path in ORDS such that the REST handler can process the contents of the request body in JSON attributes, but also accounts for arrays of things. This is the most interesting part of the POST REST Handler code: PLSQL FORiIN1..ORDS...