User Documentation Ispirer Capabilities - Oracle Migration Pricing

Oracle EXIT … WHEN to HiRDB

Replace “EXIT” to “LEAVE”. And “WHEN condition” convert to “IF” syntax.

Oracle:

EXIT [label_name] WHEN condition;

HiRDB:

IF condition THEN
 LEAVE [label_name];
END IF;

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