Originally posted by burzinmk
How can I rename an Oracle stored procedure. Is there a package that I can use because I cannot rename it using the alter procedure command.

Thanks
Burzin
Have you tried renaming it in the source code creating the
new procedure, doing the grants and dropping the old procedure?