Ispirer Website
Ispirer Capabilities - Oracle Migration
Free Trial
Oracle NCHR function to HiRDB
HiRDB hasn't equivalents for NCHR function. SQLWays leaves it as is and adds message /* SQLWays: Could not convert 'NCHR' */.
Oracle:
select nchr(122) from t;
HiRDB:
select nchr(122) from t; /* SQLWays: Could not convert 'nchr' */