Můžete použít utl_raw balíček a cast_to_varchar2() konkrétně funkce:
select utl_raw.cast_to_varchar2(hextoraw('30')) as res
from dual
výsledek:
RES
-----
0
Můžete použít utl_raw balíček a cast_to_varchar2() konkrétně funkce:
select utl_raw.cast_to_varchar2(hextoraw('30')) as res
from dual
výsledek:
RES
-----
0