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

oracle治理原sys密码忘记的修改方法

2012-07-02 
oracle管理原sys密码忘记的修改方法如果sys密码忘记的时候可以用下面的这个两种方法来修改。[oracle@node2

oracle管理原sys密码忘记的修改方法
如果sys密码忘记的时候可以用下面的这个两种方法来修改。


[oracle@node2 ~]$ sqlplus / ' as sysdba'

SQL*Plus: Release 10.2.0.1.0 - Production on Wed May 11 16:48:45 2011

Copyright (c) 1982, 2005, Oracle.? All rights reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> alter user sys identified by test1;

User altered.

SQL> alter user system identified by test1;

User altered.

SQL>

热点排行