SQLcl and Liquibase : Automating Your SQL and PL/SQL Deployments

preview_player
Показать описание
In this video we'll give a quick demonstration of applying changes to the database using the Liquibase implementation in SQLcl.

Update: From SQLcl version 20.2 onward, the syntax has changed a little, adding the "-changelog" flag.

SQLcl : Automating Your SQL and PL/SQL Deployments using the SQLcl implementation of Liquibase

Cameo by Steve Karam :

Cameo appearances are for fun, not an endorsement of the content of this video.

All trademarks, product names and logos are the property of their respective owners.
Рекомендации по теме
Комментарии
Автор

From SQLcl version 20.2 onward, the syntax has changed a little, adding the "-changelog" flag.
lb update -changelog /path/to/changelog-master.xml

oracle-base
Автор

Excellent video, short and to the point. Thank you!

catquilt
Автор

This video is exactly what I was looking for to migrate our existing form of oracle code deployment. This will really help in my DevOps migration activity.
Most Importantly, video is short and precise. 👍
You got one more subscriber added to you channel. 😊

aakashshrivastav
Автор

In your example i see just new objects, which will be added to the database. What is about changing existing objects and generation automatically new changesets?

GmR-ewmb
Автор

Wondering if there is a way to print out the sql execution outputs/dbms so we can understand what exactly has been processed at each moment? Cheers

pea