List of Examples
- 1-1 Parameters to configure for Application Express and APEX RESTful Services and run in standalone mode
- 1-2 Parameters to run in standalone mode using http
- 1-3 Parameters to run in standalone mode using https and providing the ssl certificate paths
- 2-1 Configuring custom error page for “HTTP 404” status code
- 3-1 Enabling the PL/SQL Function
- 3-2 Enabling the PL/SQL Procedure
- 3-3 Generating an Endpoint for the Stored Procedure
- 3-4 Package Procedure and Function Endpoints
- 3-5 Nested JSON Purchase Order with Nested LineItems
- 3-6 PL/SQL Handler Code Used for a POST Request
- 3-7 GET Handler Code using Oracle REST Data Services Query on Relational Tables for Generating a Nested JSON object
- 3-8 PL/SQL API Call for Creating a New
test/:id
Template and GET Handler in thedemo
Module - 3-9 Setting the Duser.timezone Java Environment Variable in Standalone Mode
- 3-10 Setting the Duser.timezone Java Environment Variable in a Java Application Server
- 3-11 Setting Enabled for all Pools
- 4-1 Example cURL Command
- 4-2 Binds in POST Request
- 4-3 Complex Bind in POST Request
- 4-4 Batch statements
- 4-5 Batch bind values
- 4-6 Oracle REST Data services Time Zone Set as Europe/London
- 4-7 PL/SQL Statement
- 5-1 dads.conf file
- 5-2 ords_conf/ords/conf/basic_auth.xml
- 5-3 ords_conf/ords/conf/basic_dynamic_auth.xml
- 5-4 ords_confs/ords/conf/custom_auth.xml
- 5-5 ords_conf/ords/url-mapping.xml
- 5-6 ords_conf/ords/default.xml
- 5-7 security.requestValidationFunction
- 5-8 procedure.preProcess
- 5-9 procedure.postProcess
- 5-10 Table upload
- 5-11 Procedure upload
- 5-12 Curl command for file upload
- 7-1 ORDS_ADMIN.CREATE_ROLE
- 7-2 ORDS_ADMIN.DEFINE_PARAMETER
- 7-3 ORDS_ADMIN.ENABLE_HOUSEKEEPING_JOB
- 7-4 ORDS_ADMIN.DROP_HOUSEKEEPING_JOB
- 7-5 ORDS_ADMIN.PERFORM_HOUSEKEEPING
- 8-1 Example
- 9-1 Example to Add Multiple Privileges