note for future questions...
you'll get more and faster responses by weighting your questions with more points.
Main Topics
Browse All TopicsHi All,
I'm trying to run the following as user test
exec dbms_system.get_env('ORACL
PLS-00201: identifier 'DBMS_SYSTEM.GET_ENV' must be declared
I've tried GRANT EXECUTE ON dbms_system TO test
(which it accepts)
If I run sqlplus "/ as sysdba" it works.
What do I need to check/do for test to be able to use dbms_system.get_env?
Thanks,
Mark
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Actually as a matter of interest - my next challenge is trying to figure out how to actually use the variable - I may need to submit a seperate post on it.
BTW sdstuber, not sure where to ask this but since you raised - what stops me from using 500 points for ecvery question raised? I believe the rating is supposed to be on difficulty. And thanks!
Business Accounts
Answer for Membership
by: sdstuberPosted on 2009-10-27 at 07:20:11ID: 25672696
there is no synonym for dbms_system by default
prefix it with the SYS owner
SYS.DBMS_SYSTEM.GET_ENV