ORA-28659: COMPRESS must be specified at object level first
What triggered the Error:
tempt to specify COMPRESS at partition level without first specifying at the table levelWhat should we do to fix it:
ecify COMPRESS at table level. Use ALTER TABLE xxx MODIFY DEFAULT ATTRIBUTES COMPRESS ...