Hi!
Suppose that a package x belongs to a schema, say SCOTT. Now, I want to copy the entire package to another schema, say LIZ. Is there any command in sql for
doing so, e.g. COPY SCOTT.X TO LIZ.X ?
Thanks for your help!
Jeron
P.S.: I don't have the SQL Loader.