Ispirer Website
Ispirer Capabilities - Oracle Migration
Free Trial
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' */