Liquibase for Oracle DBA
March 10, 2022

Liquibase for Oracle DBA

Sharang Dwivedi | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User

Software Version

Liquibase Enterprise

Overall Satisfaction with Liquibase

Using the Liquibase tool for one of our clients. It is being used for the deployment & version control in the oracle database. Liquibase has been integrated into our CICD pipeline which provides the ability to have automated DB deployment without DBAs intervention. The earlier deployment process was manual and error-prone as many pre-steps needed to perform before executing the SQL scripts in the DB. Using Liquibase we are controlling the deployment & version cross all non-prod and prod DBs.
  • Versioning
  • Preventing the duplicate SQL script execution
  • Easy implementation and usage
  • More comprensive documentation
  • Liquibase & Oracle database integration - There are some limitations that need to be improved.
  • liquibase advaced tutorials for DBAs & DevOps people
  • No deplicate deployment
  • More releases possible
  • Less database errors and better tracking in the databasechangelog table
As a DBA I was responsible to perform the database deployments in my production environment. So the earlier process was quite tedious as I need to copy the build files to the database server, set the right parameters environment variables based on the developer's instruction, etc. Liquibase has been integrated with our CICD pipeline hence as DBA we need not worry about deployments.
I have not used the customer support options yet.

Do you think Liquibase delivers good value for the price?

Yes

Are you happy with Liquibase's feature set?

Yes

Did Liquibase live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of Liquibase go as expected?

I wasn't involved with the implementation phase

Would you buy Liquibase again?

Yes

Suited Well Maintaining our Oracle database as infrastructure as code was extracted the application-related metadata using Liquibase Genschema command. Maintaining our database deployment using git and Liquibase. No duplicate deployment as changes is tracked in the database changelog table. Successful database deployment in production went high and more releases are possible within a short span of time.