注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 我的IT路
 帮助

怎样找回 oracle 忘记的sys system 密码


2008-07-17 19:54:33
 标签:oracle 密码 system sys   [推送到技术圈]

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://sunwayle.blog.51cto.com/114995/88373
1.设置sqlnet.ora文件中的SQLNET.AUTHENTICATION_SERVICES= (NTS)
把在这行前面加"#"注释去掉即可
2.以sysdba权限,连接到数据库
[oracle@as4forora ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 16 21:48:18 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
3.更改sys及system密码
SQL> alter user sys identified by wu1982$;
User altered.
SQL> alter user system identified by bo1982#;
User altered.

本文出自 “专注,梦想成就技术----sunwayle.blog.51cto.com” 博客,请务必保留此出处http://sunwayle.blog.51cto.com/114995/88373





    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: