oracle 11g 用户密码180天过期解决方法
alter profile default limit password_life_time unlimited;
select * dba_profiles where profile=‘DEFAULT’ and resource-name=‘PASSWORD_LlFE_TIME’;
发布时间: 2013-12-26 00:35:35 作者: rapoo
oracle 11g 用户密码180天过期解决方法
alter profile default limit password_life_time unlimited;
select * dba_profiles where profile=‘DEFAULT’ and resource-name=‘PASSWORD_LlFE_TIME’;