pl\sql developer and liquibase integration

BoSkH

Member
Hello! I want to integrate pl\sql developer and liquibase with option runwith in changeset (https://newreleases.io/project/github/liquibase/liquibase/release/v3.10.0) with custom executor. Is it possible?
 
Hi,

This is not possible because liquibase only supports sqlplus.

Also I don't think that this makes sense because sqlplus is a command line tool and PL/SQL Developer is a UI tool.

Maybe you tell us more why you want to integrate liquibase with PL/SQL Developer?
 
Hello! I want to automate migration scripts deployment to Oracle DB. Our dev team uses PL/SQL Developer and writes comlex PL/SQL or SQL scripts or its mix. I tryed to use liquibase and included migr scripts to db.changelog.yamls by option sqlFile but developer must specify different endDelimeters for every migration script (for SQL - semicolon, PL/SQL - forward slash, its mix don't work with liquibase). Any suggestions how to automate migration scripts deployment, may be another migr tool?
 
Back
Top