当前位置: 移动技术网 > IT编程>数据库>Oracle > 用户为scott时,用pl/sql登录oracle,报错问题的解决方案

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

2018年02月13日  | 移动技术网IT编程  | 我要评论

一.现象

用户为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 的口令

新口令:

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网