Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Messages for No Privileges on Procedure

Status
Not open for further replies.

aldovalerio

Programmer
Mar 29, 2001
36
CH
I would like to pass on Oracle messages to users telling them that they don't have privileges to execute a procedure, but the messages seem very cryptic for users: "PLS-00201: identifier 'schema_name.procedure_name' must be declared". Isn't it possible to get a more descriptive message?

I've got 2 user roles, ROLE_USER and ROLE_READONLY_USER. I granted the former EXECUTE permission on all procedures, and the latter EXECUTE permission only on non-data-modifying procedures. I added the second role recently in an attempt to introduce application-level security without modifying my Visual Basic client app.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top