Oracle REST Data Services Demo - Create a REST Service - GET
(Doc ID 2626566.1)
Last updated on JANUARY 03, 2025
Applies to:
Oracle SQL Developer - Version 4.2.0 and laterOracle SQL Developer Web - Version 19.4 and later
Oracle REST Data Services - Version 3.0 and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Goal
This is the first in a series of documents that provide a tutorial on creating ORDS based REST services for ORDS standalone. This demonstration is based on the example.oracle.hr demo and uses the same underlying database objects. While REST objects can be created via multiple interfaces (SQLPlus, SQL Developer, SQLcl, APEX, SQL Developer Web, etc.), this document focuses on the SQLPlus.
While much of this information applies to other supported web servers, there are differences in the requirements and set up for these web servers. Where possible these differences will be noted. As a best practice, it is recommended that REST services be configured and tested in standalone ORDS prior to deploying in other supported web servers: Weblogic, Glassfish and Tomcat.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
Enable the DEMO Schema For ORDS |
Create the REST Module Template |
Create the REST GET Handler for the Module Template |
References |