Hi,
We are doing setting up Diaster Recovery using System Copy method.
We have completed export phase in source System .
We are doing System Copy in Target System using Homogeneous backup/restor Method in Target System.
In Target System DR, We have installed 10.2.0.5 oracle software . After that we have upgraded the Oracle software to 11.2.0.2.0.
We have taken Offline backup and restoration in Target is also completed.
Source System Details:
Oracle Software : 11g
Oracle path: /oracle/SID/112_64
SID: KBP
Kernel : 720 'and patch number 401
Target System Details:
Oracle Software : 11g
Oracle path: /oracle/SID/112_64
SID: KBP
Kernel: 700 Patch Number :144
After restoration, installation is failed with below error.
*******************************************************************************************************************************************************************
An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Central System > Based on AS ABAP and AS Java > Central System
( Last error reported by the step :Caught ESAPinstException in Modulecall: ORA-01034: ORACLE not available ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist IBM AIX RISC System/6000 Error: 2: No such file or directory ORA-00444: background process "PSP0" failed while starting ORA-07446: sdnfy: bad value '' for parameter . ALTER DATABASE ARCHIVELOG * ERROR at line 1: ORA-01034: ORACLE not available ALTER DATABASE OPEN * ERROR at line 1: ORA-01034: ORACLE not available ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist IBM AIX RISC System/6000 Error: 2: No such file or directory Disconnected .).
Log files are written to tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS/
*******************************************************************************************************************************************************************
When i checked the logs of ora_sql_results.log"
**********************************************************************************************************
2013-09-14, 15:52:57 SAPINST ORACLE start logging for
CONNECT / AS SYSDBA
SHUTDOWN ABORT
@CONTROL.SQL
SHUTDOWN IMMEDIATE
STARTUP MOUNT
ALTER DATABASE ARCHIVELOG;
ALTER DATABASE OPEN;
SHUTDOWN IMMEDIATE
EXIT
exit;
Output of SQL executing program:
SQL*Plus: Release 10.2.0.5.0 - Production on Sat Sep 14 15:52:57 2013
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
Connected to an idle instance.
Connected to an idle instance.
*ERROR at line 1:
ORA-01034: ORACLE not available
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
IBM AIX RISC System/6000 Error: 2: No such file or directory
ORA-00444: background process "MMAN" failed while starting
ORA-07446: sdnfy: bad value '' for parameter .
ALTER DATABASE ARCHIVELOG
*
ERROR at line 1:
ORA-01034: ORACLE not available
ALTER DATABASE OPEN
*
ERROR at line 1:
ORA-01034: ORACLE not available
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
IBM AIX RISC System/6000 Error: 2: No such file or directory
Disconnected
SAPINST: End of output of SQL executing program /oracle/KBP/102_64/bin/sqlplus.
****************************************************************************************************************************************
Installation is taking the 10g Oracle path /oracle/SID/102_64 instead of /oracle/SID/112_64.
I have CONTINUED the Target installation by exporting oraclehome=/oracle/SID/112_64
In putty it is connecting correctly
*************************************************************************************************************************************************
orakbp> sqlplus "/ as sysdba"
SQL*Plus: Release 11.2.0.2.0 Production on Sat Sep 14 16:23:27 2013
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
**************************************************************************************************************************************************
I have created control.sql in the installation directory /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS/ .
Oracle is running in DR target system.
I have checked all dbenv files in the directories /home/kbpadm and /home/orakbp and in all env files Oracle_Home is maintained as /oracle/KBP/112_64 only in Target DR System.
Kindly tel me from where the oracle_home path sapinst tool is taking? kindly help me to proceed with the installation.