September 2000
Intermediate to advanced
418 pages
11h 5m
English
| RAWTOHEX |
RAWTOHEX(raw) |
Converts a RAW value to a character string of hexadecimal digits in which each 2-character hex digit corresponds to one byte of the raw value.
SQL> SELECT RAWTOHEX(HEXTORAW('C28540D5898385'))
2 FROM dual;
RAWTOHEX(HEXTO
--------------
C28540D5898385
Read now
Unlock full access