User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
Oracle cursor_name%ROWCOUNT to HiRDB
Oracle Curname%ROWCOUNT changed to its equivalent in HiRDB. Add message “/*This conversion has inappropriate possibility*/”.
Oracle:
IF Curname%ROWCOUNT then exit; end if;
HiRDB:
IF SQLCOUNT then leave; end if; /*This conversion has inappropriate possibility*/