使用默认配置文件,用户连续11次输错密码后提示:ORA-28000,the account is locked.Database Control上显示account status为‘LOCKED(TIMED)’,但是查询dba_users,显示状态却是\'open\'
select username,account_status from dba_users where username = \'john\';
...
↧