Understanding the Difference Between Git Reset and Git Revert
In the world of software development, managing changes effectively is crucial. Git, as a version control system, offers powerful tools
Read MoreA Backup for My Brain!
In the world of software development, managing changes effectively is crucial. Git, as a version control system, offers powerful tools
Read MoreAPEX has the option to export applications with original IDs. What does that mean and why should it be used?
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 More