修复oracle 11g密码过期To fix the password expiration in Oracle 11g run the following SQL logged on
修复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;
