码迷,mamicode.com
首页 >  
搜索关键字:oracle密码过期    ( 16个结果
一些oracle基础
查询所有用户:select * from all_users;手动注册监听:alter system register;oracle密码过期设置1,查询select * from dba_profiles where profile='DEFAULT' and resource_name='PASS...
分类:数据库   时间:2015-04-30 15:42:33    阅读次数:224
oracle密码过期 ORA-28001: the password has expired
oracle11g默认密码过期时间为180天,密码过期后,访问数据库会出现如下异常:java.sql.SQLException:ORA-28001:thepasswordhasexpired查询密码过期设定:select*fromdba_profileswhereprofile=‘DEFAULT‘andresource_name=‘PASSWORD_LIFE_TIME‘;修改密码过期为:unlimitedalterpr..
分类:数据库   时间:2015-03-18 06:37:02    阅读次数:172
oracle密码过期解决方法
Oracle提示错误消息ORA-28001: the password has expired在oracle服务器上用sqlplus / as sysdba登录进去,可以通过下面的sql语句查看账户情况:select username,account_status from dba_users;找到...
分类:数据库   时间:2015-03-08 11:39:54    阅读次数:142
Oracle 11g 密码过期被锁报 ORA-28000 the account is locked
一、触发这个错误的原因及相关因素    是由于oracle11g中默认在default概要文件中设置了“PASSWORD_LIFE_TIME=180天”所导致,在Oracle 11g中是 存在密码过期问题的。 二、错误现象: 用户被锁定之后会报ORA-28000的错误,并提示无法登录到数据库 SQL> conn system/oracle ERROR: ORA-28000: t...
分类:数据库   时间:2014-09-29 14:52:11    阅读次数:237
oracle密码过期处理方法
首先进行判断是不是真的过期了 输入语句: select * from dba_profiles where profile=‘DEFAULT‘ and resource_name=‘PASSWORD_LIFE_TIME‘;? 如果显示 PROFILE? --------------------------------------------...
分类:数据库   时间:2014-09-11 17:37:52    阅读次数:213
oracle 11g 用户密码过期问题解决
今天听同事讲到oracle密码过期问题,才想起来oracle11g默认用户密码有效期为180天,oracle10g默认用户密码为无期。oracle11g用户密码过期会提示ORA-28001密码过期或ORA-28002密码将过期的错误。用户密码过期有可能导致应用连接出现问题,例如使用oracle11g为数据库的vcenter,..
分类:数据库   时间:2014-07-21 19:38:22    阅读次数:281
16条   上一页 1 2
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!