Security and revoking UTL_SMTP, DBMS_SQL etc from PUBLIC
697698Jun 18 2009 — edited Jun 18 2009We have been tasked via a security audit to revoke execute on various PL/SQL packages (such as UTL_SMTP, UTL_TCP, UTL_FILE, DBMS_RANDOM, DBMS_LOB, DBMS_SQL) from PUBLIC. I believe there are a great number of dependencies that could cause destructive consequences in the database if this is done.
Is this true and if so is there a way to stop users (other than admin type users) from having use of these procedures?
Thanks
Greg