Oracle Solution for Error ora-33429

Solution for Oracle Error ORA-33429

ORA-33429: (EIFMAKEF17) CAUTION: NTEXT expression will be exported with type TEXT.

What triggered the Error:

User attempted to export an expression whose data type is NTEXT, but but the EIFVERSION option indicates a version of Express / Oracle OLAP that does not support the NTEXT data type. The expression will be exported as a TEXT object instead.

What should we do to fix it:

No action needed.