Azam Sajidaazamsajid.hashnode.dev·Jul 7, 2024Upgrading Oracle APEX to 24.1 and ORDS to 24.2 on WindowsUpgrading Oracle APEX (Application Express) and ORDS (Oracle REST Data Services) on Windows is a straightforward process. Here’s a detailed guide to help you with the upgrade. Step-by-Step Upgrade Guide 1. Create Tablespace (Optional) If you wish to ...Discuss·13 likes·203 readsorcleapex
Jon DixonProblog.cloudnueva.com·Jun 6, 2024Building Integrations with the Oracle DB APEX & ORDS - Part 2Introduction In the previous post in the series, I showed you how APEX and the database can fetch data from other systems. In this post, I will talk about receiving data (or requests for action) from other systems. 📢 Oracle REST Data Services (ORDS...Discuss·4 likes·869 readsords
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Jun 4, 2024Index of Cloud BlogsThis blog contains links referenced by my presentation entitled What you can do for Free/Small budget on Oracle Cloud with APEX Creating of Cloud Components Remote Access A Ready Made REST API Postman Collection for Oracle Cloud Infrastructure Inst...Discuss·85 reads#oracle-apex
Jon DixonProblog.cloudnueva.com·Apr 18, 2024Building Integrations with the Oracle DB APEX & ORDS - Part 1Introduction There are many ways to integrate data between two systems. One way to start a lively conversation / fight between two developers is to ask them how they would move some data between system A and system B. There are also many Integration ...Jaco Fourie and 2 others are discussing this3 people are discussing thisDiscuss·17 likes·2.7K readsorclapex
Arun Mohanforapexvarsityapexvarsity.com·Mar 29, 2024How to Secure Oracle APEX Development Environment with Free SSL from Let's Encrypt?Introduction In our previous tutorial, we discussed setting up a reverse proxy using Microsoft IIS, enhancing the security and accessibility of our Oracle APEX applications. Continuing from there, this tutorial delves into another crucial aspect of a...Discuss·1 like·524 readsHow to? Oracle APEXorclapex
Jon DixonProblog.cloudnueva.com·Mar 28, 2024Hosting Open API / Swagger Docs from ORDSIntroduction One of the joys of working with APEX and ORDS is the ability to develop great-looking web apps and host REST APIs on the same platform. I have developed many Oracle REST Data Services (ORDS) REST APIs over the years, and one key factor i...Vinícius Damarques and 1 other are discussing this2 people are discussing thisDiscuss·6 likes·1.7K readsords
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Mar 4, 2024Single Step Oracle 23c DB + APEX Docker ContainerWhat is this about? I had previously put together a blog, which is guide to install APEX & ORDS on a 23cFree Database container . That blog includes several steps which are prone to manual error. It is also time-consuming copying and pasting the requ...Discuss·2 likes·380 readsorclapex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Feb 4, 2024Unexpiring the ORDS_PUBLIC_USER user for APEXI went to use my APEX+ORDS All in one Docker and noticed parts of APEX weren't working. Sometimes ORDS would throw an error, sometimes images wouldn't load. It was annoying I found that the problem was that user ORDS_PUBLIC_USER had expired & I neede...Discuss·1 like·123 readsords
Jon DixonProblog.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...Connor McDonald and 2 others are discussing this3 people are discussing thisDiscuss·16 likes·5.7K readsOracle REST Data Services (ORDS)orclords
Dimitri Gielisdgielis.com·Nov 22, 2023ORDS - SQL Developer Web: Fix Invalid credentialsI had a weird issue with some Oracle database users I wanted to connect to in SQL Developer Web. When I tried to log in at https://hostname/ords/sql-developer, I received the error: Invalid credentials: If your ORDS schema alias is different from you...Discuss·1.9K readsords