Hi,
I want to modify the procedure which exists in package using SQL Plus.
But I should not touch entire package. I want to modify the particular part of procedure which is placed in package.
PS : In TOAD, we can directly change the script and compile using the option which available in TOAT. But I want to make it in "SQL Plus".
Kindly guide me on this.