D:\oracle\ora92\bin>sqlplus /nolog
SQL*Plus: Release 9.2.0.1.0 - Production on 星期四 8月 16 11:32:22 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> conn /as sysdba
已连接。
SQL> alter user system identified by password;
用户已更改。
SQL> alter user sys identified by password;
用户已更改。
SQL> alter user system identified by manger;
用户已更改。
SQL> exit
前提是把oracle_home\product\10.2.0\db_1\NETWORK\ADMIN
中的sqlnet.ora文件里的SQLNET.AUTHENTICATION_SERVICES= (NTS)取消注释(把前面的#号去掉)