Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

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