第一种方式用以下方法修改密码:
sqlplus /nolog;
connect / as sysdba
alter user sys identified by newpassword ;
alter user system identified by newpassword ; |
第二种方法用以下方法修改密码:
orapwd file=pwdxxx.ora password=newpassword entries=10 |
设定完后,重新启动服务,再次登陆就可以了
posted on 2009-10-11 00:56
坏男孩 阅读(582)
评论(0) 编辑 收藏 所属分类:
ORACLE篇章