Cloning Oracle Applications Release 12 with Rapid Clone
Oracle/E-Business Suite / 2010. 8. 10. 23:22
1. Before cloning, prepare the source system by applying any required patches and running AutoConfig.
. Verify source and target nodes software versions
zip 2.3
unzip 5.52
perl 5.x
. Apply the latest AD patch
. Apply the latest AutoConfig Template patch
. Apply the latest Rapid Clone patches
. Run AutoConfig on the Application Tiers
. Synchronize appsutil on the Database Tier Nodes
. Run AutoConfig on the Database Tier
. Maintain Snapshot information
2. Clone Oracle Applications Release 12
. Prepare the source system database node for cloning
. Apply the latest AutoConfig Template patch
. Apply the latest Rapid Clone patches
. Run AutoConfig on the Application Tiers
. Synchronize appsutil on the Database Tier Nodes
. Run AutoConfig on the Database Tier
. Maintain Snapshot information
2. Clone Oracle Applications Release 12
. Prepare the source system database node for cloning
cd <RDBMS ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>
perl adpreclone.pl dbTier
perl adpreclone.pl dbTier
. Prepare the source system application tier for cloning
cd <INST_TOP>/admin/scripts
perl adpreclone.pl appsTier
perl adpreclone.pl appsTier
. Copy the Source System to the Target System
. Copy the database node file system
. Configure the target system database server
. Copy the database node file system
. Configure the target system database server
cd <RDBMS ORACLE_HOME>/appsutil/clone/bin
perl adcfgclone.pl dbTier
hot backup (or online backup) 을 이용하여 ERP Clone 을 수행시 방법

. Configure the target system application tier server nodes
cd <COMMON_TOP>/clone/bin
perl adcfgclone.pl appsTier
3. Finishing Tasks
. Update profile options
. Update printer settings
. Update Workflow configuration settings
WF_NOTIFICATION_ATTRIBUTES (TEXT_VALUE)
WF_ITEM_ATTRIBUTE_VALUES (TEXT_VALUE)
W_SYSTEMS (GUID)
WF_SYSTEMS (NAME)
WF_AGENTS (ADDRESS)
FND_FORM_FUNCTIONS (WEB_HOST_NAME)
FND_FORM_FUNCTIONS (WEB_AGENT_NAME)
FND_CONCURRENT_REQUESTS (LOGFILE_NAME)
FND_CONCURRENT_REQUESTS (OUTFILE_NAME)
WF_ITEM_ATTRIBUTE_VALUES (TEXT_VALUE)
W_SYSTEMS (GUID)
WF_SYSTEMS (NAME)
WF_AGENTS (ADDRESS)
FND_FORM_FUNCTIONS (WEB_HOST_NAME)
FND_FORM_FUNCTIONS (WEB_AGENT_NAME)
FND_CONCURRENT_REQUESTS (LOGFILE_NAME)
FND_CONCURRENT_REQUESTS (OUTFILE_NAME)
. Verify the APPLCSF(s_applcsf) variable setting
. Update the SESSION_COOKIE_DOMAIN value in ICX_PARAMETERS
. Update the SESSION_COOKIE_DOMAIN value in ICX_PARAMETERS
'Oracle > E-Business Suite' 카테고리의 다른 글
EBS 로그인 후 첫 화면의 Main Menu Layout 과 Worklist Layout 세로 길이를 동일하게 변경 (1) | 2012.01.05 |
---|---|
Forms 에서 호출한 OZ Report View 가 실행되지 않습니다. (0) | 2012.01.03 |
ERP 에서 Forms 실행시 '경고 - 보안' 창 해제하는 방법 (0) | 2011.12.30 |
Oracle EBS R12 OAS 10.1.3에서 mod_plsql 사용하기 (0) | 2011.08.22 |
Release 11i Adpatch Basics (0) | 2010.11.18 |
Concurrent Manager 'Output Post Processor' is not Actual. (1) | 2010.08.16 |
Oracle Applications 11i 에서 APPS 암호 변경하기 (0) | 2010.08.16 |
Oracle Application 12i 에서 Module을 추가하는 방법 (0) | 2010.08.05 |
Oracle Application 11i 에서 Module을 추가하는 방법 (0) | 2010.08.05 |
Oracle ERP 웹 접속시 동일 계정으로 여러 PC 에서 로그인되는 것을 방지하고 싶다면? (2) | 2010.08.04 |