日期:2014-05-16  浏览次数:20453 次

忘记ORACLE用户的密码应该怎么办?
正在使用的数据库,用户的密码忘记了,只记着管理员的密码。

修改如下(蓝色部分为敲入的命令):

C:\Users\Administrator>sqlplus / as sysdba

SQL*Plus: Release 11.1.0.6.0 - Production on 星期五 9月 21 12:57:12 2012

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


连接到:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> alter user system identified by system;

用户已更改。

SQL>

经过上面的命令,就将SYSTEM的修改为SYSTEM。