Quote:
Originally posted by aarroyob
I think you couldn't do that. If at some time the use had the create procedure it could modify that procedure.
One option is create the procedure, packages ... with one user which only you have the password and grant execute on that procedure to other users.
Cheers
|
Hi,
That is not the case for Trigger. The User had "Create Trigger" privilege and created the trigger. And Now, that privilege has been revoked from that user. Now, he is not able to issue the command "create or replace trigger" for the Trigger which was created by him earlier. It is giving ORA-01031: Insufficient privileges.
Why it is not happening with Procedure.? It is going beyond my imagination....Do u have any clue to this...or anybody having any tips...? Please suggest.
Thanks in advance....
Regards,