Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
RESTful Services in Oracle APEX - The Complete Guide (2026)
Rating: 4.2 out of 5(803 ratings)
4,061 students

RESTful Services in Oracle APEX - The Complete Guide (2026)

Build a RESTful Service using ORDS (Oracle REST Data Services) in Oracle APEX. Unfold the power of REST Enabled SQL.
Created byVelchandru M
Last updated 7/2026
English

What you'll learn

  • Hosting Oracle APEX in Oracle Cloud
  • Build a RESTful Service with Oracle APEX
  • Learn in detail about ORDS
  • Understand the API programming in Oracle APEX
  • Learn about protecting the web services
  • Understand OAUTH to access the protected web services
  • Learn about implementing REST Enabled SQL Service
  • Learn how to consume the external API in Oracle APEX

Course content

8 sections26 lectures1h 42m total length
  • Introduction2:46

    In this lecture, you will getting to know a brief overview of this course.

  • Prerequisites1:06

    In this lecture, you will be informed with prerequisites before proceeding to further lectures in this course.

  • Learning Oracle APEX Fundamentals0:19

Requirements

  • A standard web browser like Google Chrome / Mozilla Firefox / Opera / Edge / Safari
  • Postman Application (Web / Native)
  • Basic knowledge of Oracle APEX
  • Fundamentals of writing SQL and PL/SQL
  • REST Architecture concepts and terminology
  • You don't need to be a Oracle APEX or SQL or PL/SQL expert to succeed in this course!

Description

This is a very practical video course about how to build a RESTful Service in Oracle APEX.

Though this course is at an intermediate level, it explains the basics of a RESTful Service starting from ORDS (Oracle REST Data Service) in detail.

You will learn about setting up the Autonomous Database in Oracle Cloud and also how to use Postman which acts as the REST Client.

You will get to know how to enable the ORDS schema for RESTful Access in Oracle APEX.

Using the ORDS principles, you will learn how to build a RESTful Service from scratch.

Once a RESTful Service is created, you will understand how to protect it using the ORDS concepts, which block free access.

Following that, you will be clear on how to access the protected web services using OAUTH which is a recommended method nowadays.

You will learn about the REST Enabled SQL Service and how to implement it in Oracle APEX by consuming the service in another database.

You will get to know the advantages of using REST-enabled SQL Service over the standard RESTful Service.

Finally, you will get a brief idea about the REST Data Sources in Oracle APEX and the Legacy Apex Web Service PL/SQL API as well.

Who this course is for:

  • Developers looking to understand the backend programming of Oracle APEX