摘要:
ORA-28001: the password has expired是指‘密码过期’,oracle数据库默认密码是180天的。 使用管理员账户进入数据库,然后使用 sql> select * from dba_profiles where profile = 'DEFAULT' and resou 阅读全文
摘要:
1查看概要文件中设置的密码错误后限制的登录次数,默认为10次。 SQL语句为:select * from dba_profiles where profile='DEFAULT' and resource_name='FAILED_LOGIN_ATTEMPTS'; LIMIT列应为红色的数字10。 阅读全文