Oracle安裝完成之後,有很多用戶是默認被鎖定的。下面用幾條命令來解開鎖定:
1.在【運行】中輸入 cmd ,然後回車,進入命令行; 2.在命令行中輸入 sqlplus sys/wo657501 as sysdba 然後回車,進入超級管理員用戶,然後提示一大堆東西,以表明你已經成功進入: SQL*Plus: Release 11.2.0.1.0 Production on 星期六 8月 21 11:27:55 2010
Copyright (c) 1982, 2010, Oracle. All rights reserved.
連接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
3.接著輸入命令 SQL> alter user scott account unlock; 然後回車,成功後,提示“用戶已更改”