oracle

推荐列表 站点导航

当前位置:首页 > 数据库 > oracle >

oracle 重置sys密码的方法介绍

来源:网络整理  作者:网络  发布时间:2020-12-13 15:48
近期安装完oracle 10g后,竟发现将安装时设置的系统密码忘记。在同事的帮助下通过一下方法解决,遇到同样问题的朋友...
entires表示登录sys最多的用户
file - name of password file (mand),
1.在oracle安装目录下搜索名为PWD数据库实例名.ora文件
C:oracleproduct10.2.0db_1database>orapwd
2.使用orapwd 重置SYS密码

特别说明,在dos下输入orapwd其有详细提示. Usage: orapwd file=<fname> password=<password> entries=<users> force=<y/n>
where
安装完oracle 10g后,竟然将安装时设置的系统密码忘记。在同事的帮助下通过一下方法解决。
There are no spaces around the equal-to (=) character.
C:oracleproduct10.2.0db_1database>orapwd file=PWDorcl.ora password=20120020
1.oracle的密码文件存在于:oracle_home/database/pwd<sid>.ora
OPERs (opt),
3.生成新的密码文件,在dos控制台下输入命令
entries - maximum number of distinct DBA and force - whether to overwrit
e existing file (opt),
orapwd file=PWD数据库实例名.ora文件路径\PWD数据库实例名.ora password=新密码 entires=数值
2.备份一份密码文件(一定要哦,避免发生意外哦)
password表示新密码
说明:file表示密码文件全路径(要和刚刚搜索到的一致)
entries=5 force=y
重置oracle的sys用户密码
password - password for SYS (mand),
如果希望新的密码生效,则需要重新启动数据库实例
如何重置oracle 10g SYS 的密码

相关热词: oracle 方法

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://www.juheyunku.com/sql/oracle/3335.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

oracle 重置sys密码的方法介绍

2020-12-13 编辑:网络

entires表示登录sys最多的用户
file - name of password file (mand),
1.在oracle安装目录下搜索名为PWD数据库实例名.ora文件
C:oracleproduct10.2.0db_1database>orapwd
2.使用orapwd 重置SYS密码

特别说明,在dos下输入orapwd其有详细提示. Usage: orapwd file=<fname> password=<password> entries=<users> force=<y/n>
where
安装完oracle 10g后,竟然将安装时设置的系统密码忘记。在同事的帮助下通过一下方法解决。
There are no spaces around the equal-to (=) character.
C:oracleproduct10.2.0db_1database>orapwd file=PWDorcl.ora password=20120020
1.oracle的密码文件存在于:oracle_home/database/pwd<sid>.ora
OPERs (opt),
3.生成新的密码文件,在dos控制台下输入命令
entries - maximum number of distinct DBA and force - whether to overwrit
e existing file (opt),
orapwd file=PWD数据库实例名.ora文件路径\PWD数据库实例名.ora password=新密码 entires=数值
2.备份一份密码文件(一定要哦,避免发生意外哦)
password表示新密码
说明:file表示密码文件全路径(要和刚刚搜索到的一致)
entries=5 force=y
重置oracle的sys用户密码
password - password for SYS (mand),
如果希望新的密码生效,则需要重新启动数据库实例
如何重置oracle 10g SYS 的密码

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://www.juheyunku.com/sql/oracle/3335.shtml

相关文章

风云图片

推荐阅读

返回oracle频道首页