Compress Partitioned Binary XMLType ORA-22997: VARRAY | OPAQUE stored as LOB is not specified at the table level
(Doc ID 2965786.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
Attempting to compress a partitioned Binary XMLType column sees the error listed just below:
SQL> ALTER TABLE <TABLE_OWNER>.<TABLE_NAME> MOVE PARTITION P_BASE lob(XML_DOCUMENT) store as (tablespace MYTABSPACE COMPRESS) update indexes;
ALTER TABLE aga.RECEIVED_REQUESTS MOVE PARTITION P_BASE lob(XML_DOCUMENT) store as (tablespace MYTABSPACE COMPRESS) update indexes
*
ERROR at line 1:
ORA-22997: VARRAY | OPAQUE stored as LOB is not specified at the table level
ORA-22997: VARRAY | OPAQUE stored as LOB is not specified at the table level
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 |