About Oracle REST Data Services in Autonomous AI Database

Oracle REST Data Services (ORDS) makes it easy to develop REST interfaces for relational data in a database.

ORDS is a mid-tier Java application that maps HTTP(S) verbs, such as GET, POST, PUT, DELETE, and so on, to database transactions, and returns any results as JSON data.

Note: The Oracle REST Data Services (ORDS) application in Autonomous AI Database is preconfigured and fully managed. ORDS connects to the database using the low predefined database service, and it is not possible to change the default ORDS configuration.

The effective throughput for REST API requests depends on several factors, including database size, workload behavior, application efficiency, and request processing time. Oracle recommends that you load test your REST APIs and application workload to understand the throughput your environment can support.

Note

See About Customer Managed Oracle REST Data Services on Autonomous AI Database for information on using an additional ORDS deployment with flexible configuration options.

See Oracle REST Data Services for information on using Oracle REST Data Services.

See Database Service Names for Autonomous AI Database for information on the low database service.