Rename a Procedure/Function. How?
484123Oct 6 2006 — edited Oct 6 2006Hi folks!
what is the statement to rename a procedure whether it is a stand-alone or a packaged one?
I used
ALTER PROCEDURE <existing_procedure_name> RENAME TO <new_procedure_name>;
This statement is throwing some internal error message.
Your favour'll be deeply appreciated.
Thanks,
PCZ.