?
su - oracle
sqlplus / as sysdba
select profile,resource_name,resource_type,limit from dba_profiles order by profile,resource_type;
alter profile default limit password_life_time unlimited;
Oracle 11g改密码有效期
原文:http://www.cnblogs.com/appresearch/p/5499190.html