Oracle數據庫賬號被鎖定時解鎖方法

C:\Users\Administrator>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on 星期一 6月 2 20:50:12 2014

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


連接到:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing option


SQL> alter user scott account unlock;


用戶已更改。


SQL> conn scott/123456
ERROR:
ORA-01017: 用戶名/口令無效; 登錄被拒絕




警告: 您不再連接到 ORACLE。
SQL> conn scott/tiger
ERROR:
ORA-28001: 口令已經失效




更改 scott 的口令
新口令:
重新鍵入新口令:
口令已更改

已連接。



SQL> show user;

USER 爲 "SCOTT"



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章