Cause: The input raw buffer passed to a UTL_PG RAW_TO_NUMBER conversion routine had no trailing sign, but the mask options parameter specified a trailing sign. See the solution below.
Error solution: Correct the input raw data or the mask options so that they match.
Database version: Oracle 11g Release 2 (11.2)