Timo HerwixforTM-APEXtm-apex.hashnode.dev·Oct 31, 2024Implementing Single Sign-On for APEX with Entra-ID and SAML on Oracle Autonomous DatabaseIntroduction In our previous blogs, we set up a Customer-Managed ORDS for an Autonomous Database in Oracle Cloud and secured it with SSL. Now, let's dive into configuring ORDS to use something like SAML for Single Sign-On. Oracle APEX is great becaus...2 likes·1.2K readsCloud Computingorclapex
Timo HerwixforTM-APEXtm-apex.hashnode.dev·Oct 24, 2024How to Set Up Custom URLs for Oracle Autonomous Database with Customer-Managed ORDS 24.3 and Let's EncryptIntroduction In the first part of this series, we showed you how to install and configure a Customer-Managed ORDS 24.3 for an Autonomous Database. We walked you through installing an ORDS standalone instance and running it on port 8080 without SSL en...4 likes·1.1K readsCloud Computingorclapex
Timo HerwixforTM-APEXtm-apex.hashnode.dev·Oct 16, 2024Setting Up Customer-Managed ORDS 24.3 on Oracle Autonomous Database: A Complete GuideIntroduction In this step-by-step guide, we will walk you through the process of setting up Customer-Managed ORDS 24.3 on Oracle Autonomous Database. Usually, after installing APEX on the database, users need to install, configure, and deploy ORDS. B...4 likes·1.4K readsCloud Computingorclapex
Jon Dixonblog.cloudnueva.com·Jun 13, 2024Building Integrations with the Oracle DB APEX & ORDS - Part 3Sending Data to Other Systems Introduction This is the final post in my series on "Building Cost-Effective Integrations with the RAD Stack" (Oracle REST Data Services, APEX, and the Database). In this post, I will focus on how we can send data to oth...3 likes·982 readsorclords
Jon Dixonblog.cloudnueva.com·Jan 4, 2024Configuration Changes to Make after Installing ORDS StandaloneIntroduction These days, I nearly always deploy ORDS in Standalone mode. Standalone mode allows you to run ORDS without deploying it within a container like Tomcat or Weblogic, thus simplifying your technology stack. Oracle fully supports ORDS runnin...16 likes·7.2K readsOracle REST Data Services (ORDS)orclords
Timo HerwixforTM-APEXtm-apex.hashnode.dev·Apr 20, 2023Quick and Easy APEX and ORDS Installation for Oracle Database 23c Developer Release on OCIIntroduction Are you ready to take your Oracle Database 23c experience to the next level? In this article, we'll guide you through the simple steps to install APEX and ORDS for Oracle Database 23c on Oracle Linux 8 in the Oracle Cloud Infrastructure ...7 likes·13.3K readsCloud Computingorclapex
Jon Dixonblog.cloudnueva.com·Mar 2, 2023What is a Webhook, & How can ORDS Help?Introduction In this post, I will describe what a Webhook is and show examples of how Oracle REST Data Services (ORDS) can be used to handle Webhook events. I will dive deep into an example of a SendGrid Webhook, summarize three other examples, and f...11 likes·2.9K readsorclords
Jon Dixonblog.cloudnueva.com·Dec 8, 2022ORDS Schema Level OverridesIntroduction Oracle REST Data Services (ORDS) configurations are typically stored in configuration files on the ORDS server. When the OCI Autonomous Database service and the OCI APEX Service were released, I wondered how we were going to be able to a...8 likes·1.1K readsOracle REST Data Services (ORDS)Oracle
Jon Dixonblog.cloudnueva.com·Nov 3, 2022Move Large Volumes of Data Over REST with APEX & ORDSIntroduction On a recent project, I was faced with the need to Sync large volumes of data from one instance to another over REST. This post will review several options for achieving this using APEX and ORDS. For the sake of this post, I will consider...6 likes·5.4K readsorclords
Jon Dixonblog.cloudnueva.com·Sep 20, 2022How To Run Code Remotely Using APEX_EXEC & REST Enabled SQLIntroduction In a previous post APEX, ORDS, and REST Enabled SQL, I explained how REST Enabled SQL works, how to configure it in ORDS, and how to set up a REST Enabled SQL Service in APEX. This post will show you how to use the APEX_EXEC API to execu...6 likes·4.0K readsOracle APEX Shortsorclapex