Using Oracle 10g.
I am writing a script to apply the delta changes made in our development system to our stage system.
Is there a way to modify or insert a separate procedure inside a package without including the entire contents of the package in my script? I think the answer is no, but I wanted to be sure, because it would be pretty ugly to include all the contents of any modified packages when the changes were small.
source
share