Jan 26 · 5 min read · Uno de los escenarios más habituales al trabajar con Oracle REST Data Services (ORDS) es el versionado de APIs. Antes de entender qué hace el script de clonado, es importante comprender cómo modela ORDS una API internamente. ORDS no trabaja con “endp...
Join discussion
Dec 22, 2025 · 3 min read · Ok, so you are here because you just like my blogs or you have his error Access to fetch at 'https://leedsunited.com/ords/hrw/hr/employees/' from origin 'http://127.0.0.1:5500' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header ...
Join discussion
Dec 22, 2025 · 1 min read · I used to add to blog titles like these “…on your lunch break”. They were catchy and you could learn something in around an hour. Well not really anymore, as Perplexity can pump out an app in mere seconds or a few minutes - and you learn basically no...
Join discussion
Dec 13, 2025 · 6 min read · Introduction Oracle REST Data Services (ORDS) has become essential for exposing Oracle database functionality through RESTful APIs. Whether you're building microservices or APEX applications ORDS endpoints often form critical components of your infra...
Join discussion
Oct 15, 2025 · 3 min read · Why you should read this Displaying custom avatar images in Oracle APEX’s top navigation bar isn't as straightforward as you might think. By default, APEX lets you use Font APEX icons, but replacing those with actual image - especially ones stored as...
CSenthil commented
Sep 23, 2025 · 2 min read · Ever hit your domain and land on the default ORDS page instead of your APEX app? Here's a simple hack to fix that without touching your load balancer or proxy configs. https://www.linkedin.com/posts/arunkakkattil_oracleapex-ords-oracle-activity-73764...
Join discussion
Sep 8, 2025 · 2 min read · I created a workspace called JESSIE. I thought it was a good idea at the time… Here is my App running - take notice of the workspace name in the URL. I made a huge mistake and now I want to call my workspace DANIEL instead There are 4 places to cha...
Join discussion
Aug 11, 2025 · 2 min read · I experienced a Account is Locked whilst calling a REST URL like this - however APEX works just fine. I would unlock that User, but I dont know which one it is - the error message declined to mention it. None of the usual suspects are locked CO...
Join discussion
Jul 9, 2025 · 6 min read · Section 1: ORDS Basics (for Beginners) 1.1 What is ORDS? Oracle REST Data Services (ORDS) is a lightweight service that: Exposes your Oracle database data as RESTful APIs. Acts as a bridge between clients (like browsers or mobile/web apps) and the ...
Join discussion