解除ORA-2800:the account is locked

来源:互联网 发布:dns域名服务器地址 编辑:程序博客网 时间:2024/05/19 14:37

一、解决办法

1.cmd -> sqlplus /nolog

2.SQL> connect /as sysdba

3.SQL> alter user scott account unlock;

二、修改帐号口令

SQL> alter user scott identified by tiger;


原创粉丝点击