This repo contains a set of evolving scripts that may be executed from within Oracle's SQLCL tool:
- sql scripts that may be run from a sqlcl prompt: @script_name.sql
- javascript that may be run from a sqlcl prompt: script some_javascript.js
The SQLCL tool is a java-based command line application that is Oracle's replacement for their SQLPlus command line utility. SQLCL requires a Java Rumtime Environment (JRE) version 17 or 21. OpenJDK/JRE installations appear to meet those requirements.
Process? What process?
Seriously though ... the only thing that I can think to note at present is that if you shamelessly lift some code or tip from another person's repo, blog, etc., please attribute the source. This is only fair; and we may need to track back its origins to find some long lost tidbit to fix a bug in a scriptlet you've added here.
Thanks for playin'.