NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Oracle package ownership (Score:2)
I wasn't able to reply earlier so I created a journal entry of my own with the same title: Oracle Package Ownership [perl.org].
Reply to This
Re: (Score:2)
Thank you!! I believe SYSCONTEXT is the solution I was looking for (although I was able to synthesize another workaround this afternoon, but it still didn't solve this problem in the general case).
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re: (Score:2)
You're welcome. :)
Using the SYS_CONTEXT [psoug.org] function with the USERENV namespace has replaced the old USERENV [psoug.org] function.