R12.2.6 installation failed with - Unable to rename database

报错信息:

日志信息:/data/ebsdb/VIS/12.1.0/appsutil/log/VIS_ebstest/12222150.log

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

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,但是环境中并没有该目录。

报错原因:安装介质部分受损 

v100053-01_2of2.zip
官网介质的md5值: 		md5	54d720a36bd0b89ec70241cbae937dae
本次安装介质的md5值:	md5 7d5cbdfbe03e0e929a8c4c8c50c0851d

  

时间: 2024-11-10 07:04:36

R12.2.6 installation failed with - Unable to rename database的相关文章

iOS 开发之 Xcode installation failed invalid argument!

1.运行模拟器的时候 报出:installation failed invalid argument! 原因分析:我把Bundle indentifier 置为空了! http://stackoverflow.com/questions/27037589/xcode-6-1-installation-failed-invalid-argument-when-trying-to-run-today-appli/28193369

Android 模拟机出现Installation failed due to invalid URI!错误

[2017-03-28 09:52:13 - DataVDemo06] Installation failed due to invalid URI![2017-03-28 09:52:13 - DataVDemo06] Please check logcat output for more details.[2017-03-28 09:52:13 - DataVDemo06] Launch canceled![2017-03-28 09:53:25 - DataVDemo06] /DataVD

Hive报错:Failed with exception Unable to rename

之前也安装过hive,操作过无数,也没发现什么错误,今天因为之前安装的hadoop不能用了,不知道为什么,老是提示node 0,所以重新安装了hadoop和hive.安装完测试hive创建表也没发现什么错误,但是一旦执行create table tab_name as select * from (原表)的时候报如下的错: Failed with exception Unable to rename: hdfs://hadoop:9000/tmp/hive-root/hi ve_2014-10-

Android Studio: Application Installation Failed

[Android Studio: Application Installation Failed] 参考:http://stackoverflow.com/questions/32718044/android-studio-application-installation-failed

重新postgresql出现错误:Problem running post-install step. Installation may not complete correctly. The database cluster initialisation failed.

以下内容是自己重装后一直出现上述问题,在博客园里面找到的解决办法,然而按照本方法还是没能解决问题,终于在最后解决了,傻瓜式错误,再次提示下:请关闭杀毒软件和防火墙. 以前正常使用的postgresql,今天出现问题:报*.dll错误.百度了一下,只能重新安装 . 在重新安装过程中报:Problem running post-install step. Installation may not complete correctly. The database cluster initialisat

Android开发调试Installation failed since the device possibly has stale dexed jars

今天写完代码运行时,出现了程序安装失败的对话框: Installation failed since the device possibly has stale dexed jars that don't match the current version (dexopt error). In order to proceed, you have to uninstall the existing application. WARNING: Uninstalling will remove th

"Installation failed !" in GUI but not in CLI (/usr/bin/winusb: line 78: 18265 Terminated )

"Installation failed !" in GUI but not in CLI (/usr/bin/winusb: line 78: 18265 Terminated ) Installation failed ! Exit code: 256 Log: **blank** ----- Install log(when running winusbgui as root) Installation failed ! Exit code: 256 Log: Formattin

安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 " (Ela)

原文:安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 " (Ela) 安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 &qu

iOS 开发之 Xcode6 installation failed invalid argument!

1.运行模拟器的时候 报出: installation failed invalid argument! 原因分析: 我把Bundle indentifier 置为空了! http://stackoverflow.com/questions/27037589/xcode-6-1-installation-failed-invalid-argument-when-trying-to-run-today-appli/28193369