3.2 Ensure 'PASSWORD_LOCK_TIME' Is Greater than or Equal to '1'

Information

As locking the user account after repeated failed login attempts can block further brute-force login attacks, but can create administrative headaches as this account unlocking process always requires DBA intervention, 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_LOCK_TIME 1;

See Also

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