unable revoke execute permission on UTL_SMPT from public
950197Sep 6 2012 — edited Sep 14 2012HI,
I logged into oracle with SYS user and run below command.
revoke execute on UTL_SMTP from public;
I received following error.
ORA-01927: cannot REVOKE privileges you did not grant
Can anyone tell me who is owner of UTL_SMTP package?