password has expired ORA-28001: the password has expired

ORA-28001: the password has expired――简介

ORA-28001: the password has expired

通过ORACLE_NET_SERVICE 连接数据库的时候,报错ORA-28001: the password has expired 密码无效

ORA-28001: the password has expired――方法/步骤

ORA-28001: the password has expired 1、

查看联机文档相关报错

ORA-28001: the password has expired

Cause:The user's account has expired and the password needs to be changed

Action:change the password or contact the DBA

需要通过sqlplus / as sysdba 方式进去数据库更改


ORA-28001: the password has expired 2、

查看用户密码默认管理方式

SQL> select profile from dba_users where username='ZXX';

PROFILE

------------------------------

DEFAULT


ORA-28001: the password has expired 3、

查看数据库默认的密码管理方式有效期

SQL> SELECT * FROM dba_profiles WHERE profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME';

PROFILE RESOURCE_NAMERESOURCE

------------------------------ -------------------------------- --------

LIMIT

----------------------------------------

DEFAULT PASSWORD_LIFE_TIMEPASSWORD

180

ORA-28001: the password has expired_expired


ORA-28001: the password has expired 4、

修改用户密码并设置数据库默认密码为永久有效

SQL> alter user zxx identified by zxx;

SQL> ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED ;

password has expired ORA-28001: the password has expired

ORA-28001: the password has expired 5、

验证修改是否成功

sqlplus zxx/zxx@orcl 登录正常

DEFAULT 密码管理方式为永久有效

  

爱华网本文地址 » http://www.aihuau.com/a/8105170103/352904.html

更多阅读

炫酷概念车 炫酷概念表 看的不是时间

男人的手表就像女人的衣服那样内涵丰富,它彰显的是一个人的气质魅力和个性品味。江湖上有个著名论调:男人必须有三块手表:日常佩戴的用品表、运动款表和一块适合正式场合的华丽腕表。“三块表”理论注重的是手表在现实生活中的功能性

我懂得了幸福作文500 我懂得了珍惜友谊500字作文

篇一:我懂得了珍惜友谊无论时光如何匆匆,美好的东西都值得我们珍藏。友谊是人的一生中最宝贵的东西,我们应该珍惜每一份友谊。在我三年级的暑假,认识了小青。很快我们便成为了好朋友。那个时候,回家就只是睡觉

联通打长途前面加17911 联通打长途前面加什么

联通打长途前面加什么,中国联通有3G卡、新势力、如意通卡、世界风、本地王等品牌,各种品牌命名全国各省不统一,所以联通打长途前面加什么,一直是很多人非常关心的问题。除了联通的3G卡全国统一套餐,全国统一资费套餐外0.15元/分钟,其他卡

声明:《password has expired ORA-28001: the password has expired》为网友努力奔向目标分享!如侵犯到您的合法权益请联系我们删除