how to copy/clone/backup plsql-package to (different name)
I have package (and package body) called P. Now i want to create script that clones/copies that package under new name "P_COPY". How to do it?
Package "P_COPY" should have same source code as package "P" has.
Package "P_COPY" must be ready to run.
--
I am using Version 10g.
Edited by: CharlesRoos on Aug 10, 2010 6:49 AM