ALTER TABLE MOVE COMPRESS FOR ALL OPERATIONS fails with ORA-14133
(Doc ID 1588564.1)
Last updated on JANUARY 07, 2025
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
On : 11.2.0.2 version, RDBMS
When attempting to move a table with "compress for all operations"
SQL> alter table owner.table MOVE COMPRESS FOR ALL OPERATIONS;
the following error occurs.
ERROR
-----------------------
ORA-14133: ALTER TABLE MOVE cannot be combined with other operations
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |