5.2.4 Ensure 'EXECUTE ANY PROCEDURE' Is Revoked from 'DBSNMP'

Information

Remove unneeded EXECUTE ANY PROCEDURE privileges from DBSNMP.

Rationale:

Migrated DBSNMP users have more privileges than required.

Solution

To remediate this setting, execute the following SQL statement, keeping in mind if this is granted in both container and pluggable database, you must connect to both places to revoke.

REVOKE EXECUTE ANY PROCEDURE FROM DBSNMP;

See Also

https://workbench.cisecurity.org/files/2741