3.5 Ensure 'PASSWORD_REUSE_TIME' Is Greater than or Equal to '365'
Information
As reusing the same password after only a short period of time has passed makes the success of brute-force login 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_TIME 365;