DB/ORACLE

[Oracle] RAWTOHEX()

yeon.Biju 2020. 4. 14. 11:08

오라클 RAWTOHEX()

 

RAWTOHEX()

   -

 

RAWTOHEX(raw)

의 형태

 

RAWTOHEX converts raw to a character value containing its hexadecimal representation.

 

As a SQL built-in function, RAWTOHEX accepts an argument of any scalar data type other than LONG, LONG RAW, CLOB, BLOB, or BFILE. It returns a VARCHAR2 value with the hexadecimal representation of bytes that make up the value of raw. Each byte is represented by two hexadecimal digits.