5.2.3 Ensure 'EXECUTE ANY PROCEDURE' Is Revoked from 'OUTLN'

Information

Remove unneeded EXECUTE ANY PROCEDURE privileges from OUTLN.

Rationale:

Migrated OUTLN 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 OUTLN;

See Also

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