User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
Oracle HEXTORAW function to HiRDB
HiRDB hasn't equivalents for HEXTORAW function. SQLWays leaves it as is and adds message /* SQLWays: Could not convert 'HEXTORAW' */.
Oracle:
select hextoraw(col1) from t;
HiRDB:
select hextoraw(col1) from t; /* SQLWays: Could not convert 'hextoraw' */