oracle忘记sys密码

前端之家收集整理的这篇文章主要介绍了oracle忘记sys密码前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

开始菜单点击‘运行’,输入‘cmd’,打开命令提示窗口

输入 sqlplus /nolog;

sql> conn / as sysdba

已连接。
sql> alter user system identified by passwordzwdfc;
用户已更改。
sql> alter user sys identified by passwordzwdfc;
sql> exit
从Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning,OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production中断开

原文链接:https://www.f2er.com/oracle/210337.html

猜你在找的Oracle相关文章