Subject
From Anonymous (or Sign In)
Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.
Categories
HEXTORAW converts a hexadecimal value to a raw value.
HEXTORAW
Return Value
RAW
Syntax
HEXTORAW (char)
Arguments
char is a hexadecimal value in the CHAR, VARCHAR2, NCHAR, or NVARCHAR2 data type.
char
CHAR
VARCHAR2
NCHAR
NVARCHAR2
Example
HEXTORAW('7D') returns the RAW value 7D.
HEXTORAW('7D')
7D
Scripting on this page enhances content navigation, but does not change the content in any way.