登錄plsql 報錯 the account is locked --用戶被鎖


登錄數據庫服務器,進入oracle用戶下:

[root@uumsnormal-oracle admin]# su - oracle

[oracle@uumsnormal-oracle ~]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 4 16:08:27 2016

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

Connected to:

Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production

With the Partitioning, OLAP and Data Mining options

SQL> alter user xx account unlock; --xx為你的用戶名,解鎖
         User altered.
SQL> commit;
         Commit complete.

SQL> alter user XX identified by 用戶名的密碼;  --修改密碼


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM