Password expiration
By default Oracle 11 and newer has default that will init all new user/schema with the following policy.
The password for the user account expires automatically in 180 days.
The user account is locked 7 days after password expiration.
The user account is locked for 1 day after 10 failed login attempts.
The following SQL can be used to disable all.
To reset an expired password, a new password must be set like this:
Last updated
Was this helpful?