Just rapid clone data on DB tier in Oracle EBS
We all know that cloning EBS is a huge operation, it will make you to down APP and DB tiers in order to copy files to the destination environment.
These days I got an request that need to clone the source EBS environment PROD into a temporary TEST environment. When I got into this issue I found that no any changes on APP tier and the database oracle files on DB tier, so doing a data recovery from PROD into TEST is a good choice.
The following steps I involved as below:
[@more@]1.Delete all files under /oracle/proddata
2.Do a data recovery from backupsets using rman tool
3.Change the current database name PROD into TEST
1)shutdown immediate;
2)startup mount
3)nid target=/ dbname=TEST setname=y
4.Set $ORACLE_SID=TEST and start up the new database TEST and listener;
5.Clean the old variables in system tables
EXEC FND_CONC_CLONE.SETUP_CLEAN;
COMMIT;
6.Run autoConfig on all tiers, firstly on the DB tier and then the APPS tiers, to repopulate the required system tables.
7.Restart the DB and APP tiers.
It's very important to execute step 5 and 6.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/38542/viewspace-1045725/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Rapid clone issue on R12API
- Oracle EBS11i Clone 文件Oracle
- Oracle EBS R12 clone文件已整理Oracle
- How to change the APPS db password in Oracle EBSAPPOracle
- Oracle EBS APP & DB 打補丁過程簡述OracleAPP
- oracle ebs r12 use loadrunner load dataOracle
- Autoconfig On Db Tier Fails With Error - SP2-1503AIError
- Retrieve id of record just inserted into a Java DB (Derby) databaseJavaDatabase
- EBS R12中中間層(Middle Tier)及應用層指令碼(單獨開啟各服務指令碼)-DB層指令碼
- Oracle EBS R12.0.6 Clone 過程以及出現的問題總結Oracle
- Oracle clone databaseOracleDatabase
- Oracle ebs 11i clone 過來的新系統,需要修改的幾個賬戶Oracle
- oracle ebsOracle
- 克隆(clone) ORACLE HOMEOracle
- Oracle軟體cloneOracle
- Clone (克隆) ORACLE HOMEOracle
- oracle clone oracle_home 方法Oracle
- EBS DB最大連線數調整
- 克隆 clone Oracle 軟體Oracle
- 【EBS】Oracle EBS 之 OM 模組整理(1)Oracle
- rapid js frameworkAPIJSFramework
- Oracle 12c Refreshable CloneOracle
- Linux下使用ps命令來檢視Oracle DB以及EBS相關的程式LinuxOracle
- Oracle EBS ATTACHMENT with fileOracle
- Oracle ebs patch typeOracle
- creating oracle10g data guard using rman(physical db)Oracle
- using rman to creat oracle10g data guard standby db_with recoveryOracle
- Oracle EBS基礎學習:Oracle EBS啟用診斷功能Oracle
- ORACLE EBS INSTALL of ebs12 install packagesOraclePackage
- Oracle Doc list involved with cloneOracle
- ORACLE R12 clone log on liunxOracle
- clone oracle資料庫的方法Oracle資料庫
- Just Do IT
- Just a joke
- Oracle EBS Monitoring ScriptsOracle
- ORACLE EBS 簡稱大全Oracle
- Oracle 12c新特性---Rapid Home Provisioning (RHP)OracleAPI
- clone oracle 12c pluggable databasesOracleDatabase