Today’s question: Does ORDS support PUT/POST with Array or Cursor as part of the payload? I need to call a procedure with 1 IN parameter defined as Array or Cursor (for a list of IDs). The answer is Yes, and I’ll show with the AUTO Feature. The Underlying Code: 16084463556a87c69ab6a87_000001 Executing FORUMS_PLSQL_TABLE.INS_C() via POST First, let’s Auto PL/SQL Enable the Package. 16084463556a87c69ab6a87_000002 Second, let’s call the package. 16084463556a87c69ab6a87_000003 So in my POST I passed a…


