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.