ERROR | 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 ... |