How To Integrate VB Studio With Liquibase To Manage Database Changes
(Doc ID 3026821.1)
Last updated on OCTOBER 21, 2024
Applies to:
Oracle SQLcl - Version 24.0 and laterVisual Builder Studio - Version 20.10 and later
Information in this document applies to any platform.
Goal
Liquibase is an open source solution for managing revisions of your database schema scripts. The SQLcl utility added support for Liquibase commands, adopting it as a framework for managing database objects lifecycle across instances of Oracle Databases.
VB Studio incorporated the latest version of SQLcl utility in the list of software you can configure for build machines, making it easier to incorporate Liquibase commands into your CI/CD pipelines.
By integrating Liquibase into your overall code version management system and continuous integration platform you can sync up your database versions with your app version.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |