How to Compile all Invalid Objects in Oracle
When reviewing a team's release processes I commonly encounter developers spending a lot of time and concern over the order of their PL/SQL objects (i.e. views and packages). For example if pkg_a references view_b then the release looks like:
...
@pk...
talkapex.com2 min read