Robin Bijurobinbiju.hashnode.dev·Nov 18, 2024How to secure a REST web service using OAUTH in Oracle APEX?Securing RESTful web services is crucial to protect sensitive data and ensure authorized access. In Oracle APEX, integrating OAuth adds a robust layer of security by requiring users to authenticate and authorize access to your services. Registering y...Discuss·85 readsoracleapex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Create a Dockerized Customer Managed ORDS for ADB on OCIQ. Why do we need a Customer Managed ORDS when ADB has an Oracle Managed ORDS that works perfectly fine? A. Because we may want, at some point, to change a single ORDS setting. Its not possible do change the default ORDS settings (proof) for Oracle M...Discuss·43 readsoracle-rest-data-services
Ryan Williamsora-wtf.com·Jul 19, 2024Oracle Database 23ai + Oracle Apex with Docker ComposeOracle's latest long-term release now has a developer-focused version available. Hopefully, our pleads for simplicity for the new setup are starting to show. Note: The ORDS docker image is using ORDS 24.1 but with Apex 23.2. You can build your own im...Discuss·473 reads#oracle-db-23ai
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Dec 18, 2023Disable MBean Warnings in Oracle ORDSI've been working with my Oracle 23c Free Docker, APEX & ORDS all-in-one container for some time. However, I've been encountering an MBean Warning in the ORDS log. It looks like this. 2023-12-18T14:22:26.603Z WARNING Error while registering Oracle J...Discuss·2 likes·49 readsoracle ords