Nothing here yet.
One thing that can be a bit annoying is that APEX automatically disables all automations whenever an application is overwritten with a new version. I usually automate much of the pipeline for generating and deploying database objects and applications...

You know when you make that epic blunder, run an UPDATE on a table without a WHERE clause, and you’re so confident that you even throw in a COMMIT right after? Yeah… it happens. Or when a user deletes or modifies a bunch of records they really should...

About five years ago, while developing a CRM module, I needed to implement a field where the salesperson could describe the entire conversation they had with a customer. Initially, I went with the obvious approach and created a VARCHAR2(4000) column....

Leia em português In my first year as a developer, one issue that gave me a bit of a headache was needing to pass multiple item values from one page to another using a link. This had always worked reliably—until one day it started behaving strangely...
