3.4 Ensure 'PASSWORD_REUSE_MAX' Is Greater than or Equal to '20'
Information
As allowing reuse of a password within a short period of time after the password's initial use can make the success of both social-engineering and brute-force password-based attacks more likely, this value should be set according to the needs of the organization.
Solution
Remediate this setting by executing the following SQL statement. ALTER PROFILE DEFAULT LIMIT PASSWORD_REUSE_MAX 20;