Slide 43
Slide 43 text
PL/SQL
1. ORDS Enable PL/SQL (package, proc, func)
2. OR Publish a REST Module
AUTO
• RPC for PL/SQL program
• Input params in req body
• OUT/RETURNs
transformed and returned
as JSON response
RESTful Service
• Your code -
• Inputs, outputs, error handling, response
codes, formatting
• Print HTML, return JSON, download
files…