ORA-28000: the account is locked

orcale  10g  XE  數據庫
用戶名:system 
密碼:democreen
解鎖過程:
C:\Documents and Settings\Administrator>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on 星期一 11月 21 14:16:42 2011
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
SQL> conn / as sysdba;
Connected.
SQL> ALTER USER system ACCOUNT UNLOCK;
User altered.
SQL>
重新使用數據庫管理工具,ora- 28000已解決。
新建數據庫用戶,授權
SQL> create user NccBcc identified by NccBcc default tablespace users;
用戶已創建。
SQL> grant connect,resource,dba to NccBcc;
授權成功。

查看本機字符集設置:










 select userenv('language')from dual; 


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