My user account is being locked after 3 wrong password entries.
As my team is using same user, the account being locked is very frequent.
Is there anyway we can increase this limit to atleast 10. So I don't need to unlock again.
alter profile profile_name set failed_login_attempts = 10;
Resource with explanation and sample code ::
Instead of decreasing security on the database, you should have separate accounts/logins created for each person. That's just an opinion of course...
No one has followed this question yet.