用PLSQL Developer登录scott/tiger 账户时
给出提示:
ERROR:
ORA-28000: the account is locked
小注:有可能会出现在用PLSQL Developer登陆远程服务器上的数据库时,提示。但在服务器上登陆就不提示,的情况。
解决方法:
(1)(以DBA的身份)登录system账户
(2)为scott解锁,输入:
alter user scott account unlock;
用PLSQL Developer登录scott/tiger 账户时
给出提示:
ERROR:
ORA-28000: the account is locked
小注:有可能会出现在用PLSQL Developer登陆远程服务器上的数据库时,提示。但在服务器上登陆就不提示,的情况。
解决方法:
(1)(以DBA的身份)登录system账户
(2)为scott解锁,输入:
alter user scott account unlock;