Posted on 2011-05-31 13:09
贺荣心 阅读(179)
评论(0) 编辑 收藏 所属分类:
oracle
第一种方式用以下方法修改密码:
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 |
设定完后,重新启动服务,再次登陆就可以了