ORACLE startup报错之ORA-01261、ORA-01263错误

做~自己de王妃 提交于 2019-12-30 17:43:52

【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>

报错现象:C:\Users\Administrator.LOB>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on 星期四 12月 26 11:36:50 2019
Copyright (c) 1982, 2013, Oracle.  All rights reserved.
已连接到空闲例程。

SQL> startup;


ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated
ORA-01263: Name given for file destination directory is invalid
OSD-04018: ??????????????????????????
O/S-Error: (OS 2) ??????????????????????

其实是spfile文件中一个路径db_recovery_file_dest找不到导致的。

*.audit_file_dest='D:\app\Administrator\admin\orcl\adump:'
*.audit_trail='db'
*.compatible='11.2.0.4.0'
*.db_block_size=8192
*.db_create_file_dest=''D:\app\Administrator\oratata\orcl\control01.ctl'
*.db_domain=''
*.db_name='orcl'
*.diagnostic_dest='D:\app\Administrator'
*.db_recovery_file_dest='D:\flash_recovery_area'
*.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
*.memory_target=1298137088
*.open_cursors=300
*.processes=150
*.remote_login_passwordfile='EXCLUSIVE'
*.undo_tablespace='UNDOTBS1'


指定目录没有找到,所以新建了一个flash_recovery_area文件夹后再启动数据库实例就没问题了。
SQL> startup
ORACLE 例程已经启动。

重庆思庄oracle 12c OCP认证培训周末班将于2020年2月15日开课,更多详情请访问思庄网站咨询课程老师!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!