解决ORA-01991错误:重建密码文件
2007-06-02 16:03:30 来源:WEB开发网为了省事,直接冷备份oracle的数据文件,安装好oracle后,直接恢复到原来对应的目录。
启动,出现:
SQL> startup
ORACLE 例程已经启动。
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
ORA-01991: ???????'D:\oracle\ora92\DATABASE\PWDora9.ORA'
解决方法,由于未运行在归档模式下,使用orapwd重建oracle的密码文件:
C:\>orapwd /help
Usage: orapwd file= password=entries=
where
file - name of password file (mand),
password - password for SYS (mand),
entries - maximum number of distinct DBA and OPERs (opt),
There are no spaces around the equal-to (=) character.
SQL> host del D:\oracle\ora92\DATABASE\PWDora9.ORA
SQL> host orapwd file=D:\oracle\ora92\DATABASE\PWDora9.ORA password=oraclepass e
ntries=10
SQL> alter database open;
数据库已更改。
重新登录的时候,应该输入旧数据库设定的密码;
更具体完全的恢复,可参考:
http://www.dbonline.cn/source/oracle/20031214/resume%20database%20example.html
其实,最近一年多解决了很多类似的问题,包括linux, oracle, windows server, cisco 路由,交换机,应用服务器..., 但很多,在网上都已经有现成的解决方法可以找到,故很少贴上来。
- ››oracle 恢复误删除的表和误更新的表
- ››Oracle分页查询排序数据重复问题
- ››Oracle创建dblink报错:ORA-01017、ORA-02063解决
- ››解决flash 中无法导出swf文件的方法
- ››解决"ios模拟器未能安装此应用程序"办法...
- ››Oracle 提高SQL执行效率的方法
- ››Oracle 动态查询,EXECUTE IMMEDIATE select into...
- ››解决jquery easyui easyloader加载外部js文件失败...
- ››解决无法使用Android SDK Manager下载SDK开发包的...
- ››解决网页内容无法复制
- ››解决Android手机在开发调试时logcat不显示输出信息...
- ››解决Windows 8操作系统假死的方法
赞助商链接