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 moreYou 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 moreI have to admit, Terraform module syntax has driven me mad. Especially since I’ve been away from Terraform since before
Read moreThe following code uses a JavaScript that can install multiple exported APEX applications, by looping over the export directories and
Read moreSome example for adding parameters and variables to SQLcl aliases.
Read moreTrying to reference an environment variable in SQLcl can be a bit tricky. Here are three ways you can do
Read moreYou can use a wallet to connect to an OCI Autonomous Database with Liquibase. To do this you need to
Read moreIn this example, I configure ORDS to run as a systemd service. This way ORDS runs in the background and
Read moreHere is an example for using Jenkins to loop through multiple Oracle databases (pluggable databases in this case), and execute
Read more