Home Privacy Policy Feedback Link to us Site Map Forums

Oracle/PLSQL: HexToRaw Function


In Oracle/PLSQL, the hextoraw function converts a hexadecimal value into a raw value.

The syntax for the hextoraw function is:

hextoraw( char )

char is the hexademical value to convert to a raw value.


Applies To:

  • Oracle 8i, Oracle 9i, Oracle 10g, Oracle 11g

For example:

hextoraw('45D') would return '045D' as a raw value
hextoraw('7E') would return '7E' as a raw value