Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle cursor_name%FOUND to HiRDB

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

Oracle:

IF Curname%FOUND 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.