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/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/38542/viewspace-1045725/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值