Linux
-
Fetch()-ing GraphQL data in MLE/JavaScript
This post demonstrates how to use the new GraphQL endpoint ORDS provides in MLE/JavaScript. The first…
-
SQLcl: new lb generate-schema option to overwrite files
I have written a lot about SQLcl’s Liquibase integration because I’m a great fan of it.…
-
Ad-hoc MLE JavaScript in Oracle Database 23c: Database Actions
A short post describing how to use Database Actions to run some ad-hoc JavaScript code
-
Ad-hoc MLE/ JavaScript execution in Oracle Database 23ai: DBMS_MLE
Occasionally it makes sense to run In-Database JavaScript code in an ad-hoc fashion. You typically do…
-
Using server-side JavaScript in APEX processes
Before you can use the MLE module you have to create an MLE environment first. Still…
-
More fun while coding: local dev-environment for MLE, Oracle Database 23c Free
The recent release of the SQL-Developer extension for VSCode (Visual Studio Code) closes a gap for…
-
Jump-start developing APEX apps using MLE/JavaScript: Containers
Support for In-Database JavaScript is one of the most exciting new features in Oracle Database 23c…
-
Using a proxy with the JavaScript fetch API and UTL_HTTP
This short post details how to use a proxy server for outgoing API requests, covering both…