User Documentation Ispirer Capabilities - Oracle Migration Pricing

Oracle SQL%NOTFOUND to HiRDB

Oracle SQL%NOTFOUND changed to its equivalent in HiRDB.

Oracle:

IF SQL%NOTFOUND then
exit;
end if;

HiRDB:

IF SQLCODE=100 then
leave;
end if