oracle賬戶鎖定解決方案

來源:互聯網
上載者:User

標籤:http   使用   os   io   資料   ar   art   問題   

  今天進使用orcle中,發現系統中,system賬戶登入裡提示賬戶被鎖定 ,後來查了查資料,問題解決,方法如下:

    Microsoft Windows [版本 5.2.3790]

    (C) 著作權 1985-2003 Microsoft Corp.

    C:Documents and SettingsAdministrator>sqlplus /nolog

    SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 6月 24 10:43:39 2009

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

    SQL> conn /as sysdba

    已串連。

    SQL> alter user system account unlock;

    使用者已更改。

    SQL> exit

    從 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

    With the Partitioning, OLAP and Data Mining options 斷開

    C:Documents and SettingsAdministrator>sqlplus

    SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 6月 24 10:45:26 2009

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

    請輸入使用者名稱:  system

    輸入口令:

    串連到:

    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

    With the Partitioning, OLAP and Data Mining options

    SQL>

    至此賬戶解鎖成功:)

 

 

 

 

 

在建立資料庫時,已經為SYS等4個賬戶設定了口令,其中SYS與SYSTEM具有管理員權限,在SQL*Plus工具中使用SYSTEM賬戶登入Oracle資料庫。

1、通過資料字典dba_users,查看Oracle賬戶的鎖定狀態,如下:(v其中,OPEN表示賬戶為解鎖狀態;EXPIRED表示賬戶為到期狀態(需要設定口令才能解除此狀態);LOCKED表示賬戶為鎖定狀態。)

二、下面使用ALTER USER語句為scott賬戶解鎖:

     SQL> ALTER USER scott ACCOUNT UNLOCK;

   再使用ALTER USER語句為scott賬戶設定口令,如下:

    SQL> ALTER USER scott IDENTIFIED BY tiger; 

   通過資料字典dba_users查看現在scott賬戶的狀態,如下: 通過查詢結果可以看出,scott賬戶已經被成功解鎖。在使用資料字典dba_users時,需要注意其欄位的值是區分大小的。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.