Aug 14, 2025 · 21 min read · Oracle APEX nos permite desarrollar aplicaciones de forma ágil, pero cuando el proyecto crece, o trabajamos en equipo, el control de versiones, la trazabilidad y la automatización del despliegue dejan de ser opcionales. En este contexto, implementar ...
Join discussion
Jun 4, 2025 · 3 min read · Building on the previous topic of leveraging Liquibase properties to modify APEX installations, we will delve into a companion technique. This one enables users to define as many property files as they wish in the artifact to set it when deploying. T...
Join discussion
May 31, 2025 · 4 min read · A common question we get: why doesn’t SQLcl Projects support Liquibase rollback? At first glance, Liquibase’s rollback feature seems like a great safety net. Not only can it evolve your schema forward, it promises to take you backward if something go...
Join discussionMay 21, 2025 · 3 min read · I needed to set maintenance mode for my 15 APEX applications in the production environment. Typically, the process is simple - just set Application Definition - Status to “Unavailable”: And your users will be logged out and will see this ugly, defau...
JJoe commented
Mar 7, 2025 · 3 min read · Prereqs Latest SQLcl Existing SQLcl Project with an APEX app Note On average, I prefer to keep the same Schema name, APEX Application ID, Workspace Name, and Workspace ID across environments and have separate databases. I understand that this isn...
Tlucky commented
Mar 6, 2025 · 4 min read · Oracle APEX has always been a tool for both professional development teams and citizen developers. The key advantage of citizen developers is that they have a deep understanding of their department's processes and the specific needs of their colleagu...
Join discussion
Feb 28, 2025 · 6 min read · For the past two years, I’ve been using Liquibase (open-source version) to manage database objects in my Oracle APEX projects. Since I work exclusively with the Oracle database, I never had to explore Liquibase’s support for other databases. But in O...
DDan commented
Feb 17, 2025 · 3 min read · The Question Someone recently asked me: What's the possibility/risk of just using one dev branch and multiple developers working in there, then just merge to main when a release/artifact is generated? Good Practice? Bad Practice? Thoughts? Risky Bu...
Join discussionFeb 17, 2025 · 17 min read · This is a Quick Reference / Cheat Sheet take your pick. SQLcl Projects is a feature in Oracle's SQLcl tool that helps manage and automate database changes and deployments for Oracle Database and APEX applications. It provides a structured approach to...
PPatrizia commented