Can compilation of several Oracle Pl/SQL package be an atomic operation?
- by Alexey Kalmykov
If I deploy N pl/sql packages to Oracle DB, can I make their compilation atomic i.e. the changes in these packages will be applied after the successful compilation of all packages?