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

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

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/4252