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