[已解决]报错:oracle the account is locked

开始-->运行-->cmd 进行DOS界面

输入:sqlplus.exe / as sysdba;

SQL>alert user scott account unlock;

User altered.

sql>commit;

Commit complete.

SQL>conn scott/tiger

ERROR:

ORA-28001:the password has expired

Change password for scott

New passoword:

Retype new password

Password changed

Connect.

SQL>commit;

Commit complete.

from: https://www.cnblogs.com/bondy/articles/2092621.html

posted @ 2021-02-02 23:46  hank-li  阅读(482)  评论(0编辑  收藏  举报