读书人

修理oracle 11g密码过期

发布时间: 2012-07-26 12:01:08 作者: rapoo

修复oracle 11g密码过期
To fix the password expiration in Oracle 11g run the following SQL logged on as system (sys@agile9/oracle as sysdba).


alter profile default limit PASSWORD_LIFE_TIME unlimited;

读书人网 >其他数据库

热点推荐