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

oracle 批改 sys system 密码

2012-11-18 
oracle 修改 sys system 密码sqlplus /nolog SQL conn /as sysdba已连接。SQL alter user system identif

oracle 修改 sys system 密码

sqlplus /nolog

 SQL> conn /as sysdba

已连接。
SQL> alter user system identified by 123456;

用户已更改。

SQL> alter user sys identified by 123456;

用户已更改。

SQL> exit


热点排行