首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

忘记ORACLE用户的密码应该怎么处理

2012-09-24 
忘记ORACLE用户的密码应该怎么办?正在使用的数据库,用户的密码忘记了,只记着管理员的密码。修改如下(蓝色部

忘记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 - ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> alter user system identified by system;
用户已更改。
SQL>
经过上面的命令,就将SYSTEM的修改为SYSTEM。

热点排行