Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Dec 3, 2024UKOUG Discover '24: DebriefA neat write up of my notes on the train back home. There was an obvious limitation of the number of presentations I could attend. Below you’ll find no opinions, just notes: Hilary Farrell: Oracle APEX 24.1 New Features - Part 1 Hilary discussed the ...2 likes·129 readsUKOUG
Scott Spendolinispendolini.blog·Nov 28, 2024Adding SSL to your ORDS ContainerPhoto by Fer Troulik on Unsplash Something just doesn’t feel “right” about running a development environment on a non-standard port over just HTTP. Not only is it bothersome to see the “Not Secure” message, it’s not a best practice. Your development ...347 readsContainerized, Local Oracle 23ai EnvironmentOracle
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 25, 2024Recover Lost or Overwritten Code on Oracle Autonomous DatabaseIf you are reading this, I presume you’ve just lost some code. Take a reading of you smartwatch heart rate and post it in the comments later. This blog is aimed at Autonomous Database; for non-Autonomous Database, click here. If you don’t have time f...3 likes·98 readsOracle
Scott Spendolinispendolini.blog·Nov 25, 2024Container YourselfPhoto by OSG Containers on Unsplash Overview Having a local development instance offers a lot of benefits. It’s fast, it works from anywhere - with or without the internet - and you can configure it any which way you want. It’s also typically free to...6 likes·610 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Nov 26, 2024Upgrading APEX in a Container💡 NOTE: this is a follow-up post from my last entry, Container Yourself. It’s best to start there if you’re going to follow along and perform the steps outlined here. Photo by Amira El Pohail on Unsplash I didn’t really notice this, but the versio...228 readsContainerized, Local Oracle 23ai EnvironmentOracle
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 25, 2024Custom Domain for your Oracle 23ai Free APEX & ORDS all in one Docker Container with Apache HTTPFollowing the prerequisites, its a fairly easy guide to get up and running, this time on Apache HTTP. OMG this is a super fast web-server. Following this guide you’ll have a Vanity URL, proxied through Apache HTTP to your APEX instance. Prerequisites...1 like·320 reads#oracle-apex
Tom Lieberyaitcon.hashnode.dev·Nov 15, 2024"There is a problem with your environment because the Application Express files are not up-to-date!" Error After Upgrading APEXOn my Autonomouse Database i got this error.. Oracle Support.. : "There is a problem with your environment because the Application Express files are not up-to-date!" Error After Upgrading APEX in the Database (Doc ID 2932174.1)” And Solutions for A...1 like·68 readsTL:DR;orclapex
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...48 readsoracle-rest-data-services
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Cloudflare Load Balancer to a Custom ORDS with a Vanity URL for APEXThis uses the Cloudflare Load Balancer and points it at your Custom ORDS This sets up basic Load Balancing at $5.00/month. You get 2 Endpoint Servers. The Billing says that you may cancel anytime. By clicking “Purchase”, you agree to our Terms and P...cloudflare
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024An APEX Vanity URL for Load Balanced Dockerized Customer Managed ORDS for ADB on OCIIn this guide we will add a Vanity URL to our Customer Managed ORDS. We have to do a bit of network setup first however. This is to get the compute VCN and Load Balancer VCN talking to each other. Prerequisites You cannot do this on Always Free ADB b...35 readsorclapex