当前所在位置:珠峰网资料 >> 计算机 >> Oracle认证 >> 正文
oracle忘记密码解决
发布时间:2010/9/17 11:46:19 来源:城市学习网 编辑:ziteng
  1. cmd ----------------
  2.set oracle_sid=database;
  3.sqlplus /nolog;
  4.connect /as sysdba
  5.starpup
  6.alter user sys identifed by yan;
  7.connect sys/sys@orcl as sysdba;
  或者:
  建个用户提权为sysdba
  create user now_fly identifed by now_fly;
  grant sysdba to now_fly;
广告合作:400-664-0084 全国热线:400-664-0084
Copyright 2010 - 2017 www.my8848.com 珠峰网 粤ICP备15066211号
珠峰网 版权所有 All Rights Reserved