Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

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*/

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