用户为scott时,用pl/sql登录oracle,报错问题的解决方案

一.现象

用户为scott时,用pl/sql登录oracle,报错

二.解决方案

(1)以DBA的身份登录另一个用户,输入:

c:> sqlplus sys/test1234 as sysdba

(2)为scott解锁,输入:

alter user scott account unlock;

给出提示:

用户已更改。

SQL> conn scott/tiger

ERROR:

ORA-28001: the password has expired

更改 scott 的口令

新口令:

(0)
上一篇 2022年3月22日
下一篇 2022年3月22日

相关推荐