Monthly Archive for December, 2005

Page 3 of 3

恢复Oralce数据库的system用户口令

Oracle 9i

Log in as oracle

% sqlplus /nolog

SQL> conn / as sysdba

SQL> alter user system identified by new_password;

SQL> exit




This work by wolfg is licensed under a Attribution-Noncommercial-Share Alike 2.5 China Mainland.