14.7.4 Defining Explicit Handler Parameters

Define explicit handler parameters for request headers, query strings, and other inputs.

The figure below shows the Parameters tab of the PL/SQL PUT handler's details page. Notice how it defines the bind variable name debug for an incoming HTTP Header named app$debug. Use this tab to create any explicit parameters your handler needs, defining a parameter name, bind variable name, source type, access method, and data type for each one.

Figure 14-21 Defining a Custom Parameter for an ORDS Handler