Oracle REST Data Services: Implicit Parameters

1 · Colm Divilly · Jan. 7, 2019, 10:43 a.m.
Introduction Oracle REST Data Services (ORDS) understands two kinds of named parameter binds that can be used in the source of a resource handler statement: Explicit - Explicit parameters are defined by the Resource Handler author using the ords.define_parameter API procedure. They can be used to map request headers to bind parameters and also used to bind outbound values to response headers. Implicit - Implicit parameters are defined by ORDS, they’re automically available to use, rather tha...