how to grant the execute privilege SYS.DBMS_LOCK.SLEEP to user
612462Jun 12 2008 — edited Jun 12 2008Hi Friends,
How can we give the execute privilege to user for the following procedure.
SYS.DBMS_LOCK.SLEEP
We tried the following
grant execute on SYS.DBMS_LOCK.SLEEP to RIM;
Help me
Thanks,
Basker