Hello,
I'm using PowerDesigner 16.5 SP03 PL2 with a PDM for an Oracle Database.
If i remove a column from a compressed table powerdesigner generates an change script like this
alter table OWNER.TABLE
drop column COLUMN_NAME;
The problem is, that dropping of columns from compressed tables isn't allowed.
Is there any workaround for this?
kind regards
Christian