get code of wrapped package
I was trying to ge the code of a SYS package, but it seems wrapped and I cannot get it with below commands.
I don't actually need to get the code, but I need to put an existing object in another schema. So any other way of doing the same would also work. Export/import may be an option
But now I'm stuck trying it this way:
set echo off
set linesize 1000
set long 65536
set trimspool on
set null null
set head off
set pagesize 0
set newpage none
set headsep off
set feedback off
set ver off
set pause off