Database Error Messages

ORA-28659

COMPRESS must be specified at object level first

Cause

Attempt to specify COMPRESS at partition level without first specifying at the table level


Action

Specify COMPRESS at table level. Use ALTER TABLE xxx MODIFY DEFAULT ATTRIBUTES COMPRESS ...