7.1 SQL-cL Adoption (Infra)
SQLcL is a Java-based command-line interface for Oracle Database. Using SQLcL, you can execute SQL and PL/SQL statements interactively or as as a batch file. SQLcL provides inline editing, statement completion, command recall, and also supports existing SQL*Plus scripts. Converted all the existing flyway scripts to sqlcl scripts and new scripts released has to be in sqlcl format along with the change log files.
Parent topic: Technical Changes