Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: want to see code of stored procedure but without permission to execute it
I was wondering whether owner FLX0 should simply
GRANT SELECT on <proceudure> TO FLX0_R0
and to be safe do a
REVOKE EXECUTE grant from the stored procedure.
I am thinking that in this case the procedure will be readable, meaning you can do a SELECT TEXT from ALL_SOURCES WHERE NAME=<> and OWNER='FLX0' ORDER BY line.
Regards,
z1hou1
Received on Wed Sep 26 2007 - 21:12:25 CDT
![]() |
![]() |