Microsoft Windows [版本 6.1.7601]
版權所有 (c) 2009 Microsoft Corporation。保留所有權利。
C:\Users\Administrator>sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on 星期三 12月 30 10:10:53 2015
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> connect /as sysdba
已連接配接。
SQL> alter user system identified by suntek
2 ;
使用者已更改。
SQL> alter user sys identified by suntek;
使用者已更改。
SQL> alter user scott identified by tiger;
使用者已更改。
SQL>