Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to determine the owner of the current package ?

mtefftMar 2 2012 — edited Mar 5 2012
From a package (that is defined with invoker's rights: AUTHID CURRENT_USER) I want to determine the owner of that package. (We plan to deploy the same code into multiple schemas.)

One approach would be to parse the results of DBMS_UTILITY.format_call_stack . . . any other ideas?

Thanks,
Mike
This post has been answered by unknown-7404 on Mar 2 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2012
Added on Mar 2 2012
6 comments
1,611 views