Slide 6
Slide 6 text
SQLcl and Liquibase
Copyright © 2021, Oracle and/or its affiliates
6
What’s SQLcl?
Oracle SQLcl (SQL Developer Command Line) 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.
What’s Liquibase?
Liquibase is an open-source database-independent library for tracking, managing
and applying database schema changes.
How do they work together?
The Liquibase feature in SQLcl enables you to execute commands to generate a
changelog for a single object or for a full schema (changeset and changelogs).