Oracle Solution for Error ora-36814

Solution for Oracle Error ORA-36814

ORA-36814: (XSTBLFUNC07) The datatype of the column used in the ROW2CELL clause of a LIMITMAP must be RAW(16).

What triggered the Error:

Datatype of column used in ROW2CELL clause of a LIMITMAP is not RAW(16).

What should we do to fix it:

Change datatype to RAW(16).