Configure GraalVM on Mac OS for running JavaScript in SQLcl
You may have already come across Jeff Smith’s post How to run JavaScript in Oracle SQLcl with Java 17. To
Read MoreA Backup for My Brain!
You may have already come across Jeff Smith’s post How to run JavaScript in Oracle SQLcl with Java 17. To
Read MoreHere are some quick examples of using bind variables in SQL queries in JavaScript inside SQLcl. Usage: Copy the examples
Read MoreUsing a hybrid SQLcl script to fetch a BLOB from a procedure and writing it to the local (client) filesystem.
Read MoreThe following code uses a JavaScript that can install multiple exported APEX applications, by looping over the export directories and
Read MoreTrying to reference an environment variable in SQLcl can be a bit tricky. Here are three ways you can do
Read MoreIn my use case, I needed to fetch data (JSON) larger than 32k into a JavaScript variable. In APEX versions
Read More