首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

修理oracle 11g密码过期

2012-07-26 
修复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;

热点排行