How to Resolve PLS-00123: program too largeby Ed ChenJune 26, 2021August 17, 2021PLS-00123 When we compile a big program unit, we may get PLS-00123 if it exceeds any one of compiler limitations that Oracle allows. ... declare… Read More »How to Resolve PLS-00123: program too large
How to Backup PL/SQL Codes in Oracleby Ed ChenSeptember 11, 2019June 6, 2023Backup Packages and Procedures Usually, source codes of programming unit should be version-controlled by the developer team. Mostly, they use Git, CVS or SVN to… Read More »How to Backup PL/SQL Codes in Oracle