修复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;
发布时间: 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;