How to fix the Oracle error ORA-36814: (XSTBLFUNC07) The datatype of the column used in the ROW2CELL clause of a LIMITMAP must be RAW(16).?
In this post, you’ll learn more about the Oracle ErrorORA-36814: (XSTBLFUNC07) The datatype of the column used in the ROW2CELL clause of a LIMITMAP must be RAW(16). with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-36814: (XSTBLFUNC07) The datatype of the column used in the ROW2CELL clause of a LIMITMAP must be RAW(16).
Reason for the Error ORA-36814: (XSTBLFUNC07) The datatype of the column used in the ROW2CELL clause of a LIMITMAP must be RAW(16).
Datatype of column used in ROW2CELL clause of a LIMITMAP is not RAW(16).
How to fix the Error ORA-36814: (XSTBLFUNC07) The datatype of the column used in the ROW2CELL clause of a LIMITMAP must be RAW(16). ?
You can fix this error in Oracle by following the below steps
Change datatype to RAW(16).
Leave Your Comment