Home » SQL & PL/SQL » SQL & PL/SQL » execute permissions
execute permissions [message #784] Mon, 04 March 2002 08:03 Go to next message
Dmitry
Messages: 7
Registered: December 2001
Junior Member
Hi,
I was wondering if there was a way to check to see if a function has execute permission. I have a function in the "sys" schema and it works fine from there but when I try to call it from another user's account it doesnt work even though I granted ( or thuoght I did) execute permissions to the other user. Is there a way to error check this somehow?
Thanks in advance,
-Dmitry
Re: execute permissions [message #795 is a reply to message #784] Tue, 05 March 2002 00:50 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
see all_tab_privs and dba_tab_privs views

select grantee
from dba_tab_privs
where table_name=YOUR_FUNCTION_NAME
Previous Topic: deleting rows having even rownum
Next Topic: Find double ...
Goto Forum:
  


Current Time: Sat Apr 20 01:36:47 CDT 2024