本篇内容介绍了“Oracle数据库存储迁移之后启动过程报错:ORA-00210 ORA-00202 ORA-17503 ORA-15173怎么解决”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!
存储迁移之后, 数据库通过集群启动时,报错
SUCCESS: diskgroup NEWDATA was mounted
ORA-00210: cannot open the specified control file
ORA-00202: control file: '+NEWDATA/test/controlfile/control02.ctl'
ORA-17503: ksfdopn:2 Failed to open file +NEWDATA/test/controlfile/control02.ctl
ORA-15173: entry 'control02.ctl' does not exist in directory 'controlfile'
ORA-00210: cannot open the specified control file
ORA-00202: control file: '+NEWDATA/test/controlfile/control01.ctl'
ORA-17503: ksfdopn:2 Failed to open file +NEWDATA/test/controlfile/control01.ctl
ORA-15173: entry 'control01.ctl' does not exist in directory 'controlfile'
ORA-205 signalled during: ALTER DATABASE MOUNT...
但是手动启动并没有问题
Starting up ORACLE RDBMS Version: 11.1.0.7.0.
Using parameter settings in server-side pfile /oracle/product/11/db/dbs/inittest1.ora
System parameters with non-default values:
....
检查数据库告警日志发现, 集群启动时,使用的是spfile文件:
Starting up ORACLE RDBMS Version: 11.1.0.7.0.
Using parameter settings in server-side spfile +GROUP1/test/spfiletest.ora
System parameters with non-default values:
但是旧的spfile参数文件的controlfile参数并没有指向正确的controlfile文件位置:
control_files = "+NEWDATA/test/controlfile/control01.ctl"
control_files = "+NEWDATA/test/controlfile/control02.ctl"
正确的:
control_files = "+NEWDATA/test/controlfile/control01.ctl.399.1000116879"
control_files = "+NEWDATA/test/controlfile/control02.ctl.400.1000116887"
解决方法:
srvctl modify database -d test -p +NEWDATA/test/spfilespfiletest.ora
修改OCR中注册的spfile。其实这一步,应该在存储迁移的时候完成,但是,迁移的时候忽略了这一步。
“Oracle数据库存储迁移之后启动过程报错:ORA-00210 ORA-00202 ORA-17503 ORA-15173怎么解决”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注亿速云网站,小编将为大家输出更多高质量的实用文章!
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。