文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Just rapid clone data on DB tier in Oracle EBS

Just rapid clone data on DB tier in Oracle EBS

时间:2011-02-09  来源:shiyihai

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:


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.

相关阅读 更多 +
排行榜 更多 +
找茬脑洞的世界安卓版

找茬脑洞的世界安卓版

休闲益智 下载
滑板英雄跑酷2手游

滑板英雄跑酷2手游

休闲益智 下载
披萨对对看下载

披萨对对看下载

休闲益智 下载