Oracle Solution for Error ora-28659

Solution for Oracle Error ORA-28659

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 level

What should we do to fix it:

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