Re: R12.2 Installation Failed on OEL 7.2
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/R12-2-Installation-Failed-on-OEL-7-2-tp3547p3715.html
Your installation failed while restoring the database(which comes by the installation) using rman.
The failing command is ->
sh -c "ORACLE_SID=ORCLPROD;export ORACLE_SID;ORACLE_HOME=/u01/db/oracle/PROD/12.1.0;export ORACLE_HOME; /u01/db/oracle/PROD/12.1.0/bin/sqlplus /nolog @/u01/db/oracle/PROD/12.1.0/appsutil/out/PROD_node1/restore-single2.sql"
So, restore-single2.sql script is failing.
Check the contents of restore-single2.sql, you will see the log file of it there. (probably you will see a spool file there)
Check that log/spool file to see the reason.