R12.2.6 installation failed with - Unable to rename database
2016-12-23 13:09 abce 阅读(693) 评论(0) 编辑 收藏 举报报错信息:
日志信息:/data/ebsdb/VIS/12.1.0/appsutil/log/VIS_ebstest/12222150.log
1 2 3 4 5 6 7 8 9 10 11 12 | Phase 3 Rename Database Executing command : sh -c "ORACLE_SID=ORCLVIS; export ORACLE_SID;ORACLE_HOME= /data/ebsdb/VIS/12 .1.0; export ORACLE_HOME; /data/ebsdb/VIS/12 .1.0 /bin/rman target / nocatalog @ /data/e bsdb /VIS/12 .1.0 /appsutil/out/VIS_ebstest/restore-rac3 .rman > /data/ebsdb/VIS/12 .1.0 /appsutil/out/VIS_ebstest/restore-rac3 .log" Unable to rename database RW-50010: Error: - script has returned an error: 1 RW-50004: Error code received when running external process. Check log file for details. Running Database Install Driver for VIS instance |
日志信息:/data/ebsdb/VIS/12.1.0/appsutil/out/VIS_ebstest/restore-rac3.log
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | Unable to rename database RW-50010: Error: - script has returned an error: 1 RW-50004: Error code received when running external process. Check log file for details. Running Database Install Driver for VIS instance RMAN> # 2> # $Header: restore-rac3.rman 120.6 2013/03/15 16:42:00 rledezma noship $ 3> # 4> # This shell script was originally built to reset the first node of 5> # a RAC database in Rapid Clone in 12.1 after an RMAN database restore 6> # procedure. RI evolved to restore a single instance from an RMAN backup 7> # as well, so now it's used here too. 8> # 9> # 10> host " echo 'In the above output, if RMAN-03002 and RMAN-06054 errors are present, they can be safely ignored.' >> /data/ebsdb/VIS/12 .1.0 /appsutil/out/VIS_ebstest/restore-sin gle2.log"; 11> alter database open resetlogs; 12> shutdown normal 13> startup mount pfile= /data/ebsdb/VIS/12 .1.0s /RMANinit .ora 14> exit host command complete RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of sql statement command at 12 /22/2016 22:19:00 ORA-01157: cannot identify /lock data file 1 - see DBWR trace file ORA-01110: data file 1: '/u01/R122_EBS/data/sys1.dbf' Recovery Manager complete. |
从上可以看出数据文件被恢复到/u01,但是环境中并没有该目录。
报错原因:安装介质部分受损
1 2 3 | v100053-01_2of2.zip 官网介质的md5值: md5 54d720a36bd0b89ec70241cbae937dae 本次安装介质的md5值: md5 7d5cbdfbe03e0e929a8c4c8c50c0851d |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· .NET10 - 预览版1新功能体验(一)
2015-12-23 RAC安装gird,第一个节点执行root.sh报"The ora.asm resource is not ONLINE"错误