How to recompile a modified package body back to system in UNIX?
Hello,
We have a unique situation and please help.
We have a special setup which is only used by us but Oracle code uses normal setup. Since it is not possible for us to change our setup (involved too much), Oracle grants a permission to change the package body code a little to accommodate our setup (one word). No change in package spec or header.
I used TOAD to change it and recompile it without any problem in testing. However in PROD, I don't have the privilege to update. So I sent the modified package body code to our DBA but our DBA needs step by step instruction for implementation in UNIX.