Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to check owner of package
Hi,
How to check in package (at the runtime) who is the owner of it. The line:
select user
into v_usr
from dual;
gives me the user who executed package, not in who's schema it was created.
Regards, Received on Wed Aug 20 1997 - 00:00:00 CDT
![]() |
![]() |