Oracle
-
Avoiding precision loss with MLE/JavaScript in Oracle AI Database 26ai
Oracle AI Database 26ai introduced Multilingual Engine (MLE), allowing you to run JavaScript inside the database.…
-
Using the operating system’s certificate store in Oracle Database 19c
I previously wrote about Using the Operating System’s certificate store instead of an Oracle wallet in…
-
Adding self-signed certificates to a wallet became a one-liner in SQLcl 26.1
Before Oracle AI Database 26ai, anyone wanting to make a REST call from the database to…
-
Updated setup-oracle-sqlcl Action and why it matters for SQLcl projects
This is a short post announcing a small but important change in the way you install…
-
Real productivity gains with AI: coding unit tests for your ORDS endpoints. A walthrough
After the completion of my little experiment writing unit tests with the help of AI I…
-
Life hack: causing utPLSQL to raise an error in case of failed tests
The wonderful Symposium 42 community is always a source of inspiration, kindness and willingness to help.…
-
Real productivity gains with AI: coding unit tests for your ORDS endpoints
Ever since I first heard about them, I have become a great fan of unit tests,…
-
Using JSON Schema to validate data submitted to the database via REST Calls
The title’s a mouthful (sorry!), but here’s the core idea: your application exposes REST endpoints through…
-
Augmenting JSON Relational Duality Views with generated data
A recent forum post inspired this brief article on generating summary data in JSON Relational Duality…
-
Handling Query Parameters in JavaScript-based ORDS Endpoints
Oracle REST Data Services (ORDS) allows you to REST-enable your Oracle Database. REST is short for…