Previous |
Next |
You should revoke unnecessary privileges and roles from the database server user group PUBLIC
. PUBLIC
acts as a default role granted to every user in an Oracle database. Any database user can exercise privileges that are granted to PUBLIC
. These privileges include EXECUTE
on various PL/SQL packages, potentially enabling someone with minimal privileges to access and execute functions that this user would not otherwise be permitted to access directly.