You are on page 1of 1

If FAILED_LOGIN_ATTEMPTS is not set to UNLIMITED, you can adjust it as follows: ALTER PROFILE DEFAULT LIMIT FAILED_LOGIN_ATTEMPTS UNLIMITED; This

is also possible for Oracle 10. 1 and earlier and Oracle 10.2 and later. If a user is already locked, you can unlock it as follows: ALTER USER <username> ACCOUNT UNLOCK;

You might also like