How to get SQLcl and Liquibase to export the change SQL?
Hi,
I am using SQLcl 22.3.0.270.1258 (stand-alone, not from SQLDeveloper) on an Oracle 12.2 database and want to get the change DDL using Liquibase for this simple scenario:
- create a DDL baseline
- add a column to a table
- create the change DDL sql script
I have been watching several Youtube's and I am using the PDF of Oracle® SQLcl User's Guide Release 22.3 F61304-05 December 2022.
My questions are:
- do I need to install Liquibase, or is everything I need for that scenario included in the SQLcl version that I use?
- with what user should I login on the database?
- does that user require special privileges (besides those mentioned in the PDF)?