SQLcl (Liquibase) (MOSC)

MOSC Banner

ORA-39726 error when column dropped via Liquibase

Hi,

I am trying to setup CICD pipeline for database objects and using liquibase commands of sqlcl for an entire schema. We have compression enabled at database level and all tables created have compress enabled by default as expected.


As part of CICD, we generated entire schema DDL using below

lb generate-schema -split

Then we are trying to import the entire db objects to target database using below command

lb update -changelog-file database/controller.xml

Everything is working expected like if a table/columns are missing, got created. But when a column needs to dropped as its not available in source database, getting below error.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center