1、在做Oracle監(jiān)聽(tīng)程序測(cè)試時(shí),發(fā)現(xiàn)帳戶已經(jīng)被鎖定。
在新縣等地區(qū),都構(gòu)建了全面的區(qū)域性戰(zhàn)略布局,加強(qiáng)發(fā)展的系統(tǒng)性、市場(chǎng)前瞻性、產(chǎn)品創(chuàng)新能力,以專(zhuān)注、極致的服務(wù)理念,為客戶提供網(wǎng)站設(shè)計(jì)制作、成都網(wǎng)站設(shè)計(jì) 網(wǎng)站設(shè)計(jì)制作定制網(wǎng)站開(kāi)發(fā),公司網(wǎng)站建設(shè),企業(yè)網(wǎng)站建設(shè),高端網(wǎng)站設(shè)計(jì),成都全網(wǎng)營(yíng)銷(xiāo),外貿(mào)網(wǎng)站制作,新縣網(wǎng)站建設(shè)費(fèi)用合理。
2、在數(shù)據(jù)庫(kù)安裝電腦上,點(diǎn)擊開(kāi)始打開(kāi)運(yùn)行窗口。
3、在運(yùn)行窗口輸入CMD,調(diào)出命令提示符界面。
3、在命令提示符下面,用管理員身份登入到數(shù)據(jù)庫(kù)sqlplus / as sysdba。
4、輸入解鎖命令alter user Scott account unlock后回車(chē)。
5、看見(jiàn)用戶已更改的字樣,表示命令已成功執(zhí)行。
6、再切換到監(jiān)聽(tīng)程序驗(yàn)證,原來(lái)的ora-28000帳戶被鎖定的提示已經(jīng)不存在了。用戶解鎖成功。
D:\oracle\ora92\binsqlplus /nolog\x0d\x0a\x0d\x0aSQL*Plus: Release 9.2.0.1.0 - Production on 星期四 8月 16 11:32:22 2007\x0d\x0a\x0d\x0aCopyright (c) 1982, 2002, Oracle Corporation. All rights reserved.\x0d\x0a\x0d\x0aSQL conn /as sysdba\x0d\x0a已連接。\x0d\x0aSQL alter user system identified by password;\x0d\x0a\x0d\x0a用戶已更改。\x0d\x0a\x0d\x0aSQL alter user sys identified by password;\x0d\x0a\x0d\x0a用戶已更改。\x0d\x0a\x0d\x0aSQL alter user system identified by manger;\x0d\x0a\x0d\x0a用戶已更改。\x0d\x0a\x0d\x0aSQL exit\x0d\x0a從Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production\x0d\x0aWith the Partitioning, OLAP and Oracle Data Mining options\x0d\x0aJServer Release 9.2.0.1.0 - Production中斷開(kāi)\x0d\x0a\x0d\x0aD:\oracle\ora92\binsqlplus\x0d\x0a\x0d\x0aSQL*Plus: Release 9.2.0.1.0 - Production on 星期四 8月 16 11:40:37 2007\x0d\x0a\x0d\x0aCopyright (c) 1982, 2002, Oracle Corporation. All rights reserved.\x0d\x0a\x0d\x0a請(qǐng)輸入用戶名: system\x0d\x0a請(qǐng)輸入口令:\x0d\x0a\x0d\x0a連接到:\x0d\x0aOracle9i Enterprise Edition Release 9.2.0.1.0 - Production\x0d\x0aWith the Partitioning, OLAP and Oracle Data Mining options\x0d\x0aJServer Release 9.2.0.1.0 - Production\x0d\x0a\x0d\x0aSQL select instance_name from v$instance;\x0d\x0a\x0d\x0aINSTANCE_NAME\x0d\x0a----------------
一、問(wèn)題
使用system賬號(hào)登錄oracle,系統(tǒng)提示
如何解除Oracle wbr帳號(hào)鎖定(the wbraccount wbris wbrlocked)
二、解決辦法
1、使用oracle用戶登錄系統(tǒng)
2、執(zhí)行如下步驟:
3、$ sqlplus /nolog
4、SQL connect /as sysdba
Connected.
5、SQL alter user system account unlock;User altered.
三、鎖定賬號(hào)方法
1、SQL alter user system account lock;
User altered.
四、修改帳號(hào)口令
1、SQL ALTER USER system IDENTIFIED BY sysPasswd;