oracle 28002 密码过期 zt

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

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注