Thank you for all the contributions to the project. Good work and much appreciated.
Posts by Ottmar Gobrecht
Today, @ogobrecht.com and I have released version 1.3.0 of the great console logging framework. It includes many new unit tests and a breaking change to the "assert"-procedure.
Check out what's new in my latest blog post:
seedandpublish.com/blog/console...
I've used AI for APEX and PL/SQL for a year, but this week something changed. ⚡ I generated 100s of lines of production-ready PL/SQL in one shot. It’s all about metadata, specs, and agent instructions. #orclAPEX #AI
blog.cloudnueva.com/an-ai-shift-...
I have stumbled across some implicit data conversions that I was unaware of, causing poor performance when querying JSON-relational duality views.
I demonstrate what I mean using a simplified example in this blog post.
www.salvis.com/blog/2025/01...
🚨 APEX 24.2.1 is here! 🚨
This update addresses several bugs in APEX 24.2.
👉 Learn more & download: apex.oracle.com/download
🛠️ Check Known Issues: apex.oracle.com/known-issues
#orclapex
This release of APEX looks like another hit. Lots of new features, AI integrations, RAG, Vector search, JSON duality views, new APIs and Utilities and core component enhancements. Will share more as I explore in the next days and weeks💡
docs.oracle.com/en/database/...
#orclAPEX 24.2 for the win 🏆
Great new features in #orclapex 24.2! Congrats to the whole team!
Here are my favorites: nielsdebr.blogspot.com/2025/01/my-f...
Oracle APEX 24.2 is now generally available!
This release unlocks new capabilities for AI-powered apps 🤖, configure RAG data for AI calls🧠, automate Fusion Applications integration🔁, work directly with JSON data ✨, and much more!
apex.oracle.com/go/242-is-no...
#orclAPEX #LowCode
The wait is over and the version is... 24.2 🤓
#orclAPEX
Jakob Drees and I have just released version 1.2.0 of my #Oracle #PLSQL logging tool “console”. This tool also contains some #orclAPEX goodies. Read his blog post to find out what's new seedandpublish.com/blog/console...
Just released a new version of my npm package to convert #Oracle PL/SQL code into Markdown docs: github.com/ogobrecht/ploc
Have a look here:
APEX_INSTANCE_ADMIN.SET_WORKSPACE_PARAMETER (
p_workspace IN VARCHAR2,
p_parameter IN VARCHAR2,
p_value IN VARCHAR2 )
Parameters:
MAX_SESSION_IDLE_SEC
MAX_SESSION_LENGTH_SEC
...
docs.oracle.com/en/database/...
Many thanks to @thatjeffsmith.com and his team for greatly simplifying the way you deploy MLE/JavaScript modules to Oracle database 23ai. The most recent SQLcl release introduces the create-module command. You can find more details here: martincarstenbach.com/2024/12/02/l...
The Oracle DB Docker images are awesome! Since 23.5 there are ARM images available and they start super fast. oracle-free:23-slim-faststart starts in 3.6 sec on my M4 Pro.
Thanks, @gvenzl.bsky.social for doing an amazing job!
Some of you wanted to know how I set up my lab environment on windows using wsl2. Strictly no serious use, I'm just dabbling with the technology. How does the saying go? It works for me, on my machine. Details here: martincarstenbach.com/2024/11/30/y...
Part 5 of my "Whirlwind Tour of Database Schema Changes" is live! I reviewed Oracle SQLcl's "Project" feature - a game changer for Database & APEX deployments.
Kudos to @thatjeffsmith.com and his Database Tools team!
rafal.hashnode.dev/part5-sqlcl-...
#oracle #orclAPEX #cicd
Thank you Niels!