Fork me on GitHub

重置Oracle密码

在系统运行中输入:

sqlplus /nolog

在命令窗口分别执行:

conn /as sysdba

alter user scott identified by tiger;

alter user scott account unlock;

这样就把“scott”用户密码修改为“tiger”了,用户可根据自己需求,重置密码。

 

posted @ 2015-09-14 14:23  磊哥|www.javacn.site  阅读(733)  评论(0编辑  收藏  举报