Restoring Oracle Database From a Cold Backup on a new Server.
Step #0: Set up the Oracle Code Tree. cd $ORACLE_HOME/clone/bin perl clone.pl ORACLE_HOME="/u002/app/oracle/product/11.2.0/db_1" ORACLE_HOME_NAME="TST_ORACLE_HOME" ORACLE_SID="TST" ORACLE_BASE="/u002/app/oracle" inventory_loc=/u002/app/oracle/oraInventory inst_group=dba export ORACLE_HOME=/u002/app/oracle/product/11.2.0/db_1 export ORACLE_SID=uhcmtst export ORACLE_BASE=/u002/app/oracle export PATH=$PATH:$ORACLE_HOME/bin/. export PATH=$PATH:$ORACLE_HOME/OPatch/. /u008/app/oradata/uhcmtst/controlfiles /u008/app/oradata/uhcmtst/datafiles /u008/app/oradata/uhcmtst/redologfiles Ensure that you have a VALID cold backup. The cold backup mentioned here is obtained by using RMAN in mount mode on a 11g Database. Step #1: Restore the Control Files [oracle@dvpsaixdb02us] controlfiles $ rman target / Recovery Manager: Release 11.2.0.2.0 - Production on Wed Nov 8 07:00:47 2017 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights...