I'm looking through the documentation for OBIEE 11g Weblogic on User Lockout policy http://docs.oracle.com/cd/E21764_01/apirefs.1111/e13951/core/index.html
There are LockoutDuration
and LockoutResetDuration
which set finite numbers for login attempts and duration before getting automatically unlocked.
Is there a way to set it so that a locked account stays locked until someone manually unlocks it?
Also, which schema and tables contain user account information and the audit trail of login attempts?