Oracle连接 ORA-28001: 口令已经失效解决方法

cmd进入命令行

C:\Users\Administrator>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on 星期四 9月 24 15:19:21 2020

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

连接到:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

 

SQL> ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

配置文件已更改

SQL> alter user 用户名 identified by 口令 account unlock;

用户已更改。

Oracle报错,ORA-28001: 口令已经失效解决方法

posted @ 2020-09-24 15:28  lybingyu  阅读(2638)  评论(0编辑  收藏  举报