ORA-28659: COMPRESS must be specified at object level first Cause: Attempt to specifyCOMPRESS at partition level without first specifying at
the table level Action: Specify COMPRESS attable level. Use ALTER TABLE xxx MODIFY
DEFAULT ATTRIBUTES COMPRESS ...