名站网址导航为大家提供关于数据库教程相关的教程网站知识。
如何重置oracle 10g SYS 的密码plsql连接oracle网站数据库报ora 12154错误解决具体相关方法
复制具体相关代码 具体相关代码如下:,dev_db = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(hOST = 172.168.10.5)(PORT = 1521
安装完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其有详细提示. 关于数据库教程相关的教程网站知识今天我们就说到这里了,希望可以帮到大家。