JAJuan Andrés Lópezinmetadriven.hashnode.dev·Jun 17 · 4 min readOne of the Most Useful Oracle 23ai Features I Didn't Know I Needed: RETURNING OLD and NEWSometimes the features that make the biggest difference are not the flashy ones. They don't involve AI. They don't require machine learning models. And they probably won't appear on conference keynote00
JAJuan Andrés Lópezinmetadriven.hashnode.dev·Jun 9 · 7 min readJavaScript Inside Oracle Database?When I first heard that Oracle Database could execute JavaScript directly inside the database, my reaction was probably the same as many developers: Wait... why would I want JavaScript running in my 00
JAJuan Andrés Lópezinmetadriven.hashnode.dev·May 29 · 6 min readOracle finally did it: BOOLEAN is now supported directly in SQL. For years, one of the most curious limitations in Oracle Database was the absence of a real BOOLEAN data type in SQL. Yes — Oracle supported BOOLEAN in PL/SQL for decades. But not in SQL itself. That 00
JAJuan Andrés Lópezinmetadriven.hashnode.dev·May 16 · 6 min readOracle APEX Lang: A New Era for Modern APEX DevelopmentFor a long time, Oracle APEX applications have been exported as large SQL scripts full of generated PL/SQL. It works. It’s reliable. And honestly, most of us have lived with it without questioning it 00