I am in the next situation: I am using oracle 11g. I am connected to an user, lets say schema1, where are a lot of permissions. I want to create a script which will copy the Package1 (and its body) from schema2 to schema3.
The script will be executed from schema1.
PS: I already look for a solution and I am not interested in export/import or in using other tools from toad, sql developer etc.