Oracle Error ORA-64308: hybrid columnar compressed table cannot have column with LONG data type

Oracle Error Message

ORA-64308: hybrid columnar compressed table cannot have column with LONG data type

Reason for the Error

One of the following was attempted:

– Create a hybrid columnar compressed table with a LONG data type.

– Alter an existing table with a LONG data type to be hybrid columnar compressed.

– Add a LONG data type column to a hybrid columnar compressed table.

Solution

LONG data types are not supported with hybrid columnar compressed tables. Create table without LONG column or change table to not be hybrid columnar compressed. If adding a column, do not use LONG data type. If modifying attributes of a column to change data type to LONG, the table cannot be hybrid columnar compressed.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...