Oracle数据库用户密码过期处理1、sqlplus用户/密码@数据库服务assysdba;2、selectusername,profilefromdba_users;3、select*fromdba_profilesswheres.profile=’DEFAULT’andresource_name=’PASSWORD_LIFE_TIME’;4、alterprofiledefaultlimitpassword_life_timeunlimited;如果用户已经被锁定,则执行5,否则不用执行5;5、alteruser用户identifiedby密码accountunlock;http://hi.baidu.com/jason_xux/blog/item/dd5a643005cd04a55fdf0e5f.htmlhttp://space.itpub.net/11447732/viewspace-627577