How can I safely replace and recompile a package
We have an heavy used Oracle system running in a critical production environment. Now we'd like to replace a big PL/SQL package (> 2000 lines), which is used almost every second.
Is there a way to do this without risking a system failure? I can't fins any information regarding this.