本机安装的oracle 时间长了忘记密码怎么办?
很久之前在本机安装的oracle, 因为一直用mysql, 时间久了也就忘记了oracle的密码了!
遂百度之...
第一步: C:\Users\gavinage>sqlplus /nnolog
结果:
SQL*Plus: Release 10.2.0.3.0 - Production on 星期四 10月
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
第二步:
SQL> alter user sys identified by dongdh;
用户已更改。
SQL>
SQL>
SQL> alter user scott identified by dongdh;
用户已更改。
------------------------------
ok 现在 我们用户的密码就修改完成了!