Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle cursor_name%NOTFOUND to HiRDB

Oracle Curname%NOTFOUND changed to its equivalent in HiRDB. Add message “/*This conversion has inappropriate possibility*/”.

Oracle:

IF Curname%NOTFOUND then
exit;
end if;

HiRDB:

IF SQLCODE=100 then
leave;
end if;
/*This conversion has inappropriate possibility*/

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.