oracle 重置sys密码的方法介绍
如何重置oracle 10g SYS 的密码
安装完oracle 10g后,竟然将安装时设置的系统密码忘记。在同事的帮助下通过一下方法解决。
1.oracle的密码文件存在于:oracle_home/database/pwd<sid>.ora
2.使用orapwd 重置SYS密码
C:oracleproduct10.2.0db_1database>orapwd
Usage: orapwd file=<fname> password=<password> entries=<users> force=<y/n>
C:oracleproduct10.2.0db_1database>orapwd file=PWDorcl.ora password=20120020
entries=5 force=y
where
file - name of password file (mand),
password - password for SYS (mand),
entries - maximum number of distinct DBA and force - whether to overwrit
e existing file (opt),
OPERs (opt),
There are no spaces around the equal-to (=) character.
重置oracle的sys用户密码
1.在oracle安装目录下搜索名为PWD数据库实例名.ora文件
2.备份一份密码文件(一定要哦,避免发生意外哦)
3.生成新的密码文件,在dos控制台下输入命令
orapwd file=PWD数据库实例名.ora文件路径\PWD数据库实例名.ora password=新密码 entires=数值
说明:file表示密码文件全路径(要和刚刚搜索到的一致)
password表示新密码
entires表示登录sys最多的用户
如果希望新的密码生效,则需要重新启动数据库实例
特别说明,在dos下输入orapwd其有详细提示.
安装完oracle 10g后,竟然将安装时设置的系统密码忘记。在同事的帮助下通过一下方法解决。
1.oracle的密码文件存在于:oracle_home/database/pwd<sid>.ora
2.使用orapwd 重置SYS密码
C:oracleproduct10.2.0db_1database>orapwd
Usage: orapwd file=<fname> password=<password> entries=<users> force=<y/n>
C:oracleproduct10.2.0db_1database>orapwd file=PWDorcl.ora password=20120020
entries=5 force=y
where
file - name of password file (mand),
password - password for SYS (mand),
entries - maximum number of distinct DBA and force - whether to overwrit
e existing file (opt),
OPERs (opt),
There are no spaces around the equal-to (=) character.
重置oracle的sys用户密码
1.在oracle安装目录下搜索名为PWD数据库实例名.ora文件
2.备份一份密码文件(一定要哦,避免发生意外哦)
3.生成新的密码文件,在dos控制台下输入命令
orapwd file=PWD数据库实例名.ora文件路径\PWD数据库实例名.ora password=新密码 entires=数值
说明:file表示密码文件全路径(要和刚刚搜索到的一致)
password表示新密码
entires表示登录sys最多的用户
如果希望新的密码生效,则需要重新启动数据库实例
特别说明,在dos下输入orapwd其有详细提示.
免责声明:本站所有文章和图片均来自用户分享和网络收集,文章和图片版权归原作者及原出处所有,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服处理。
热门教程
新手学oracle常见疑问2019-12-05
oracle远程连接服务器出现 ORA-12170 TNS:连接超时 解2019-01-22
oracle case when 语句的用法详解2019-02-07
ORACLE性能优化之SQL语句优化2021-03-10
oracle中使用group by优化distinct2019-12-05
ORACLE 10g 安装教程[图文]2019-01-21
ORA-00947:Not enough values (没有足够的值)的深入分2019-01-22
Oracle显示游标的使用及游标for循环2019-03-01
Oracle 查看表空间的大小及使用情况sql语句2019-01-22
ORA-12514及ORA-28547错误解决方案2019-01-23