Oracle Error ORA-12088: cannot online redefine table “string”.”string” with unsupported datatype

Oracle Error Message

ORA-12088: cannot online redefine table “string”.”string” with unsupported datatype

Reason for the Error

An attempt was made to online redefine a table containing a LONG column, an ADT column, or a FILE column.

Solution

Do not attempt to online redefine a table containing a LONG column, an ADT column, or a FILE column.