Oracle REST Data Services Demo - Create a REST Service
(Doc ID 2297021.1)
Last updated on OCTOBER 01, 2024
Applies to:
Oracle REST Data Services - Version 3.0 and laterInformation in this document applies to any platform.
Purpose
This is the first in a series of documents that provide a tutorial on creating ORDS based REST services for ORDS standalone.
Scope
For the purpose of this series the following assumptions are made:
* All testing / set up will be done with standalone ORDS.
* Standalone has been modified to accept http requests for REST:
<entry key="security.verifySSL">false</entry>
* A schema named ordsdemo exists and contains the EMP table.
Information on creating the schema / EMP table can be found in the Creating the ORDSDEMO Schema and Data section in this document.
Details
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
Purpose |
Scope |
Details |
Creating the TESTORDS Schema and Data |
Enable ORDS and Create a REST Service |
References |