Member-only story

Oracle EBS R12.2 Cloning Using Cold Backup step by steps

1.Source Database: DEV instance

oracleappsdba
7 min readAug 10, 2021

/dev/backup/01AUG21/ORACLE_HOME_01AUG21.tar.gz

/dev/backup/01AUG21/DB_BACKUP_01AUG21.tar.gz

2.Backup move to Target database:

Backup move to Target database(TEST instance)

I.ORACLE_HOME Move to Test server

scp -P ORACLE_HOME.tar.gz 172.165.12.17:/testebsdb/TEST/db/tect_st/

II. Data Backup move to Target Instance (TEST)

scp -P DB_BACKUP_01AUG21.tar.gz 172.165.12.17:/testebsdb/TEST/db/apps_st/

3.Target Database: TEST Instance

1. untar the ORACLE_HOME Backup

cd /testebsdb/TEST/db/tect_st/

[oracle@ebs-db tech_st] tar -xvzf ORACLE_HOME.tar.gz

2. untar the DB backup

cd /testebsdb/TEST/db/apps_st/

[oracle@ebs-db apps_st] tar -xvzf DB_BACKUP_01AUG21.tar.gz

4.Export the PERL5LIB and PATH:

cd /testebsdb/TEST/db/tech_st/12.1.0/

export PERL5LIB=/testebsdb/TEST/db/tech_st/12.1.0/perl/lib/5.14.1:/testebsdb/TEST/db/tech_st/12.1.0/perl/lib/site_perl/5.14.1

--

--

oracleappsdba
oracleappsdba

Written by oracleappsdba

OracleAppsDBA knowledge has been shared here, To learn different Oracle EBS concepts and methods quickly my website is https://oracleappsdba.com

No responses yet