Friends,
When a user makes a few failed login attempts, its account is locked.
Then the user can only make successive login after PASSWORD_LOCK_TIME
interval is passed according to given profile limit (or) DBA can unlock his account.
My question is how to make a user to remain his account locked, until DBA
unlock his account, and never by himself.