1. 程式人生 > >ORA-28000: the account is locked 解決方式

ORA-28000: the account is locked 解決方式

ORA-28000: the account is locked  

解決 進入DOS 視窗

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.


C:\Users\IBM_ADMIN>sqlplus /nolog


SQL*Plus: Release 11.2.0.1.0 Production on 星期六 7月 11 20:09:01 2015


Copyright (c) 1982, 2010, Oracle.  All rights reserved.


SQL> conn /as sysdba
已連線。
SQL> alter user scott account unlock;


使用者已更改。


SQL> alter user scott identified by tiger;


使用者已更改。




SQL>

測試下是否 更改正確