SlideShare a Scribd company logo
Cloning Oracle Applications
Objectives At the end of this module, you should be able to do the following: Describe situations that may require cloning Describe the Rapid Clone utility Detail the phases of the cloning process Perform the steps within each phase
Module Overview This module consists of the following topics: Situations that may require cloning Rapid Clone  Cloning phases Prerequisite steps Clone Oracle Applications Finishing tasks
Cloning Oracle Applications Cloning is the act of creating an identical copy of an existing Oracle Applications system. The new and existing systems must initially be identical in the following aspects: Component versions Platform type
Cloning Uses Situations that may require cloning of an Applications system include:  Creating a copy of a production system for testing (an example of standard cloning) Adding new machines to a system to meet an increased workload (an example of system scale-up) Migrating an existing system to a new platform (an example of system transformation) Creating a rolling environment to reduce patching downtime (and example of cloning being used to support maintenance)
Rapid Clone The Rapid Clone utility: Preserves Oracle Applications configuration information specific to the target system Removes components of the file system Re-implements the saved configuration on the target system Is applied in pre-install mode to all APPL_TOPs on the source system
Cloning Phases The main phases of cloning are: Prerequisite steps Clone Oracle Applications Prepare the source system  Copy the source system to the target system Configure target system  Perform finishing tasks Test the target system
Overview of Prerequisite Steps Perform the following prerequisite steps: Verify source and target node software versions Apply the latest AutoConfig template patch (if applicable) Apply the latest Rapid Clone patches (if applicable) Run AutoConfig on the application tier Copy utility files to database tier nodes Run AutoConfig on the database tier Maintain snapshot information on application tier nodes
Verify Source and Target Nodes Software Versions - Perl You can use the Perl shipped with OracleAS10.1.3 and RDBMS 10g, or download it from Perl.com. Perl must be in the PATH  and PERL5LIB must be correctly set . Details All target system nodes Location 5.x Minimum version Perl
Verify Source and Target Nodes Software Versions - Zip You can download Zip from http://www.info-zip.org/.  Zip must be in your PATH for cloning. Details All source system nodes Location 2.3 Minimum version Zip
Apply the Latest AutoConfig Template Patch Update the Oracle Applications file system with the latest AutoConfig template files by: Applying the latest TXK AutoConfig Template rollup patch to all application tier server nodes
Apply the Latest Rapid Clone Patches Update the Oracle Applications file system with the latest Rapid Clone files by: Applying the latest Rapid Clone patches to all application tier server nodes
Run AutoConfig on the Application Tier To run AutoConfig on the application tier: UNIX: AutoConfig prompts for the APPS password $ <INST_TOP>/admin/scripts/adautocfg.sh
Copy Utility Files to the RDBMS_ORACLE_HOME  Update the <RDBMS_ORACLE_HOME> file system with the relevant files by performing the following steps: On the application tier (as the applmgr user): Log in to the APPL_TOP environment and source the environment file Run Perl to create appsutil.zip file  in <INST_TOP>/admin/out  perl <AD_TOP>/bin/admkappsutil.pl  On the database tier (as the oracle user):  Copy or ftp the appsutil.zip file to the <RDBMS_ORACLE_HOME>  cd <RDBMS_ORACLE_HOME> unzip -o appsutil.zip
Run AutoConfig on the Database Tier To run AutoConfig on the database tier: UNIX: AutoConfig prompts for the APPS password $ <RDBMS_ORACLE_HOME>/appsutil/scripts/ \ <CONTEXT_NAME>adautocfg.sh
Maintain Snapshot Information Log on to each application tier node as the applmgr user, and run Maintain Snapshot information in AD Administration  See Oracle Applications Maintenance Utilities for more information
Overview of Cloning Steps There are three sections to the actual cloning process:  Prepare the source system Copy the source system to the target system Configure the target system
Clone Oracle Applications Use Rapid Clone to create template files for cloning on the source system (the source system configuration is not changed) After the source system is copied to the target system, Rapid Clone updates these templates to contain the new target system configuration settings
Prepare the Source System Database Tier for Cloning Log on to the source system as the oracle user and run the following commands: cd <RDBMS_ORACLE_HOME>/appsutil/scripts/ \  <CONTEXT_NAME>  perl adpreclone.pl dbTier
Prepare the Source System Application Tier for Cloning Log on to the source system as the applmgr user and run the following commands on each node that contains an APPL_TOP: cd <INST_TOP>/admin/scripts  perl adpreclone.pl appsTier
Copy the Source System to the Target System Copy the application tier file system from the source Applications system to the target node  Ensure the application tier files copied to the target system are owned by the target applmgr user, and that the database tier files are owned by the oracle user Source Target
Copy the Application Tier File System Log on to the source system application tier nodes as the applmgr user Shut down the application tier server processes  Copy the following application tier directories from the source node to the target application tier node:  <APPL_TOP>  <COMMON_TOP>  Technology Stack <OracleAS 10.1.2 ORACLE_HOME>  <OracleAS 10.1.3 ORACLE_HOME>
Copy the Database Tier File System Log on to the source system database node as the oracle user Perform a normal shutdown of the source system database Copy the database (.dbf) files from the source to the target system Copy the source database ORACLE_HOME to the target system Start up the source Applications system database and application tier processes
Configure the Target System Database Node Log on to the target system as the oracle user and enter the following commands to configure and start the database:  cd <RDBMS_ORACLE_HOME>/appsutil/clone/bin  perl adcfgclone.pl dbTier
Configure the Target System Application Server Nodes Log on to the target system as the applmgr user and enter the following commands:  cd <COMMON_TOP>/clone/bin  perl adcfgclone.pl appsTier
Finishing Tasks Update profile options Rapid Clone updates only site-level profile options If any other profile options are set to instance-specific values, you must update them manually Update printer settings If the new cloned system utilizes different printers, update the target system with the new printer settings Update Workflow and other configuration settings Cloning an instance will not update the host- and instance-specific information used by Oracle Workflow and other components Refer to the following slides to confirm there is no instance-specific data on the target system
Check for and Update Instance-Specific Settings Value starts with http://<old web host>.  Update to new web host Column Value Details: TEXT_VALUE  Column Name: WF_NOTIFICATION_ATTRIBUTES Table Name:
Check for and Update Instance-Specific Settings Value starts with http://<old web host>.  Update to new web host Column Value Details: TEXT_VALUE  Column Name: WF_ITEM_ATTRIBUTE_VALUES Table Name:
Check for and Update Instance-Specific Settings Using the Workflow Administrator Web Applications responsibility, create a new system defined as the new global database name Column Value Details: GUID Column Name: WF_SYSTEMS Table Name:
Check for and Update Instance-Specific Settings Replace value with the database global name Column Value Details: NAME  Column Name: WF_SYSTEMS Table Name:
Check for and Update Instance-Specific Settings Update database link with new database global name Column Value Details: ADDRESS Column Name: WF_AGENTS Table Name:
Check for and Update Instance-Specific Settings Update with the new web host name Column Value Details: WEB_HOST_NAME Column Name: FND_FORM_FUNCTIONS Table Name:
Check for and Update Instance-Specific Settings Update to point at the new PL/SQL listener name Column Value Details: WEB_AGENT_NAME Column Name: FND_FORM_FUNCTIONS Table Name:
Check for and Update Instance-Specific Settings Update with the correct path to the log file directory Column Value Details: LOGFILE_NAME Column Name: FND_CONCURRENT_REQUESTS Table Name:
Check for and Update Instance-Specific Settings Update with the new directory path on the target system Column Value Details: OUTFILE_NAME Column Name: FND_CONCURRENT_REQUESTS Table Name:
Other Finishing Tasks Verify the setting of the APPLCSF environment variable To modify it if needed, update the value of the s_applcsf variable in the context file and run AutoConfig Verify the value of the SESSION_COOKIE_DOMAIN in ICX_PARAMETERS Will need to be updated if the target system is in a different domain from the source system, and SESSION_COOKIE_DOMAIN was not null in the source system
Module Summary In this module, you should have learned how to do the following: Describe situations where cloning can be used Describe the Rapid Clone utility Detail the phases of the cloning process Perform the steps within each of the phases Perform the finishing tasks to complete cloning
Module Discussion Name some situations that may require cloning of Oracle Applications What are the features of Rapid Clone? Describe the main stages of the cloning process
Module Practice Performing clone prerequisite tasks Cloning Oracle Applications Performing finishing tasks

More Related Content

PPT
R12 d49656 gc10-apps dba 23
PPT
R12 d49656 gc10-apps dba 10
PPT
R12 d49656 gc10-apps dba 27
PPT
R12 d49656 gc10-apps dba 11
PPT
R12 d49656 gc10-apps dba 15
PPT
R12 d49656 gc10-apps dba 18
PPT
R12 d49656 gc10-apps dba 05
PPT
R12 d49656 gc10-apps dba 12
R12 d49656 gc10-apps dba 23
R12 d49656 gc10-apps dba 10
R12 d49656 gc10-apps dba 27
R12 d49656 gc10-apps dba 11
R12 d49656 gc10-apps dba 15
R12 d49656 gc10-apps dba 18
R12 d49656 gc10-apps dba 05
R12 d49656 gc10-apps dba 12

What's hot (20)

PPT
R12 d49656 gc10-apps dba 09
PPT
R12 d49656 gc10-apps dba 16
PPT
R12 d49656 gc10-apps dba 14
PPT
R12 d49656 gc10-apps dba 13
PPT
R12 d49656 gc10-apps dba 03
PPT
R12 d49656 gc10-apps dba 02
PPT
R12 d49656 gc10-apps dba 24
PPT
R12 d49656 gc10-apps dba 22
PPT
R12 d49656 gc10-apps dba 01
PPT
R12 d49656 gc10-apps dba 20
PPT
R12 d49656 gc10-apps dba 19
PPT
R12 d49656 gc10-apps dba 25
PPT
R12 d49656 gc10-apps dba 06
PPT
R12 d49656 gc10-apps dba 00
PPT
Less16 Recovery
PDF
17398351 sap-system-copy-homcopyv1
PPT
Less11 Security
PPT
Oracle data pump
PPTX
Data pump-export-examples
PDF
Configuration of sap net weaver for oracle grid infrastructure 11.2 with orac...
R12 d49656 gc10-apps dba 09
R12 d49656 gc10-apps dba 16
R12 d49656 gc10-apps dba 14
R12 d49656 gc10-apps dba 13
R12 d49656 gc10-apps dba 03
R12 d49656 gc10-apps dba 02
R12 d49656 gc10-apps dba 24
R12 d49656 gc10-apps dba 22
R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 20
R12 d49656 gc10-apps dba 19
R12 d49656 gc10-apps dba 25
R12 d49656 gc10-apps dba 06
R12 d49656 gc10-apps dba 00
Less16 Recovery
17398351 sap-system-copy-homcopyv1
Less11 Security
Oracle data pump
Data pump-export-examples
Configuration of sap net weaver for oracle grid infrastructure 11.2 with orac...
Ad

Viewers also liked (8)

PPT
R12 d49656 gc10-apps dba 21
PPT
R12 d49656 gc10-apps dba 04
PPT
R12 d49656 gc10-apps dba 17
PPT
R12 d49656 gc10-apps dba 08
PDF
Oracle App's DBA Training Noida Delhi NCR
PPTX
OOW15 - Online Patching with Oracle E-Business Suite 12.2
PDF
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
PPT
R12 d49656 gc10-apps dba 07
R12 d49656 gc10-apps dba 21
R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 17
R12 d49656 gc10-apps dba 08
Oracle App's DBA Training Noida Delhi NCR
OOW15 - Online Patching with Oracle E-Business Suite 12.2
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
R12 d49656 gc10-apps dba 07
Ad

Similar to R12 d49656 gc10-apps dba 26 (20)

PDF
Cloning 2
DOC
Cloning 2
DOC
Oracle applications 11i hot backup cloning with rapid clone
PDF
Oracle applications 11i hot backup cloning with rapid clone
PDF
6048618 cloning-procedure-of-r12-single-tier
DOC
PPT
Upgrading 11i E-business Suite to R12 E-business Suite
PDF
linux installation.pdf
PDF
Basic commands for powershell : Configuring Windows PowerShell and working wi...
PPTX
Infrastructure as Code in your CD pipelines - London Microsoft DevOps 0423
PDF
9i lin relnotes
ODP
(2) c sharp introduction_basics_part_i
PDF
OroCRM Partner Technical Training: September 2015
PPT
NoCOUG Presentation on Oracle RAT
PPTX
PPTX
Terraform modules restructured
PPTX
Terraform Modules Restructured
PPTX
Subsystem Framework and Authentication
PPT
Hybrid framework
PPT
Chapter09
Cloning 2
Cloning 2
Oracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid clone
6048618 cloning-procedure-of-r12-single-tier
Upgrading 11i E-business Suite to R12 E-business Suite
linux installation.pdf
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Infrastructure as Code in your CD pipelines - London Microsoft DevOps 0423
9i lin relnotes
(2) c sharp introduction_basics_part_i
OroCRM Partner Technical Training: September 2015
NoCOUG Presentation on Oracle RAT
Terraform modules restructured
Terraform Modules Restructured
Subsystem Framework and Authentication
Hybrid framework
Chapter09

Recently uploaded (20)

PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Cell Structure & Organelles in detailed.
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Business Ethics Teaching Materials for college
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
master seminar digital applications in india
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Pharma ospi slides which help in ospi learning
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
Microbial diseases, their pathogenesis and prophylaxis
Renaissance Architecture: A Journey from Faith to Humanism
Cell Structure & Organelles in detailed.
Supply Chain Operations Speaking Notes -ICLT Program
TR - Agricultural Crops Production NC III.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Microbial disease of the cardiovascular and lymphatic systems
Week 4 Term 3 Study Techniques revisited.pptx
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Business Ethics Teaching Materials for college
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
master seminar digital applications in india
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPH.pptx obstetrics and gynecology in nursing
Pharma ospi slides which help in ospi learning
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
2.FourierTransform-ShortQuestionswithAnswers.pdf
RMMM.pdf make it easy to upload and study
Microbial diseases, their pathogenesis and prophylaxis

R12 d49656 gc10-apps dba 26

  • 2. Objectives At the end of this module, you should be able to do the following: Describe situations that may require cloning Describe the Rapid Clone utility Detail the phases of the cloning process Perform the steps within each phase
  • 3. Module Overview This module consists of the following topics: Situations that may require cloning Rapid Clone Cloning phases Prerequisite steps Clone Oracle Applications Finishing tasks
  • 4. Cloning Oracle Applications Cloning is the act of creating an identical copy of an existing Oracle Applications system. The new and existing systems must initially be identical in the following aspects: Component versions Platform type
  • 5. Cloning Uses Situations that may require cloning of an Applications system include:  Creating a copy of a production system for testing (an example of standard cloning) Adding new machines to a system to meet an increased workload (an example of system scale-up) Migrating an existing system to a new platform (an example of system transformation) Creating a rolling environment to reduce patching downtime (and example of cloning being used to support maintenance)
  • 6. Rapid Clone The Rapid Clone utility: Preserves Oracle Applications configuration information specific to the target system Removes components of the file system Re-implements the saved configuration on the target system Is applied in pre-install mode to all APPL_TOPs on the source system
  • 7. Cloning Phases The main phases of cloning are: Prerequisite steps Clone Oracle Applications Prepare the source system Copy the source system to the target system Configure target system Perform finishing tasks Test the target system
  • 8. Overview of Prerequisite Steps Perform the following prerequisite steps: Verify source and target node software versions Apply the latest AutoConfig template patch (if applicable) Apply the latest Rapid Clone patches (if applicable) Run AutoConfig on the application tier Copy utility files to database tier nodes Run AutoConfig on the database tier Maintain snapshot information on application tier nodes
  • 9. Verify Source and Target Nodes Software Versions - Perl You can use the Perl shipped with OracleAS10.1.3 and RDBMS 10g, or download it from Perl.com. Perl must be in the PATH and PERL5LIB must be correctly set . Details All target system nodes Location 5.x Minimum version Perl
  • 10. Verify Source and Target Nodes Software Versions - Zip You can download Zip from http://www.info-zip.org/. Zip must be in your PATH for cloning. Details All source system nodes Location 2.3 Minimum version Zip
  • 11. Apply the Latest AutoConfig Template Patch Update the Oracle Applications file system with the latest AutoConfig template files by: Applying the latest TXK AutoConfig Template rollup patch to all application tier server nodes
  • 12. Apply the Latest Rapid Clone Patches Update the Oracle Applications file system with the latest Rapid Clone files by: Applying the latest Rapid Clone patches to all application tier server nodes
  • 13. Run AutoConfig on the Application Tier To run AutoConfig on the application tier: UNIX: AutoConfig prompts for the APPS password $ <INST_TOP>/admin/scripts/adautocfg.sh
  • 14. Copy Utility Files to the RDBMS_ORACLE_HOME Update the <RDBMS_ORACLE_HOME> file system with the relevant files by performing the following steps: On the application tier (as the applmgr user): Log in to the APPL_TOP environment and source the environment file Run Perl to create appsutil.zip file in <INST_TOP>/admin/out perl <AD_TOP>/bin/admkappsutil.pl On the database tier (as the oracle user): Copy or ftp the appsutil.zip file to the <RDBMS_ORACLE_HOME> cd <RDBMS_ORACLE_HOME> unzip -o appsutil.zip
  • 15. Run AutoConfig on the Database Tier To run AutoConfig on the database tier: UNIX: AutoConfig prompts for the APPS password $ <RDBMS_ORACLE_HOME>/appsutil/scripts/ \ <CONTEXT_NAME>adautocfg.sh
  • 16. Maintain Snapshot Information Log on to each application tier node as the applmgr user, and run Maintain Snapshot information in AD Administration See Oracle Applications Maintenance Utilities for more information
  • 17. Overview of Cloning Steps There are three sections to the actual cloning process: Prepare the source system Copy the source system to the target system Configure the target system
  • 18. Clone Oracle Applications Use Rapid Clone to create template files for cloning on the source system (the source system configuration is not changed) After the source system is copied to the target system, Rapid Clone updates these templates to contain the new target system configuration settings
  • 19. Prepare the Source System Database Tier for Cloning Log on to the source system as the oracle user and run the following commands: cd <RDBMS_ORACLE_HOME>/appsutil/scripts/ \ <CONTEXT_NAME> perl adpreclone.pl dbTier
  • 20. Prepare the Source System Application Tier for Cloning Log on to the source system as the applmgr user and run the following commands on each node that contains an APPL_TOP: cd <INST_TOP>/admin/scripts perl adpreclone.pl appsTier
  • 21. Copy the Source System to the Target System Copy the application tier file system from the source Applications system to the target node Ensure the application tier files copied to the target system are owned by the target applmgr user, and that the database tier files are owned by the oracle user Source Target
  • 22. Copy the Application Tier File System Log on to the source system application tier nodes as the applmgr user Shut down the application tier server processes Copy the following application tier directories from the source node to the target application tier node: <APPL_TOP> <COMMON_TOP> Technology Stack <OracleAS 10.1.2 ORACLE_HOME> <OracleAS 10.1.3 ORACLE_HOME>
  • 23. Copy the Database Tier File System Log on to the source system database node as the oracle user Perform a normal shutdown of the source system database Copy the database (.dbf) files from the source to the target system Copy the source database ORACLE_HOME to the target system Start up the source Applications system database and application tier processes
  • 24. Configure the Target System Database Node Log on to the target system as the oracle user and enter the following commands to configure and start the database: cd <RDBMS_ORACLE_HOME>/appsutil/clone/bin perl adcfgclone.pl dbTier
  • 25. Configure the Target System Application Server Nodes Log on to the target system as the applmgr user and enter the following commands: cd <COMMON_TOP>/clone/bin perl adcfgclone.pl appsTier
  • 26. Finishing Tasks Update profile options Rapid Clone updates only site-level profile options If any other profile options are set to instance-specific values, you must update them manually Update printer settings If the new cloned system utilizes different printers, update the target system with the new printer settings Update Workflow and other configuration settings Cloning an instance will not update the host- and instance-specific information used by Oracle Workflow and other components Refer to the following slides to confirm there is no instance-specific data on the target system
  • 27. Check for and Update Instance-Specific Settings Value starts with http://<old web host>. Update to new web host Column Value Details: TEXT_VALUE Column Name: WF_NOTIFICATION_ATTRIBUTES Table Name:
  • 28. Check for and Update Instance-Specific Settings Value starts with http://<old web host>. Update to new web host Column Value Details: TEXT_VALUE Column Name: WF_ITEM_ATTRIBUTE_VALUES Table Name:
  • 29. Check for and Update Instance-Specific Settings Using the Workflow Administrator Web Applications responsibility, create a new system defined as the new global database name Column Value Details: GUID Column Name: WF_SYSTEMS Table Name:
  • 30. Check for and Update Instance-Specific Settings Replace value with the database global name Column Value Details: NAME Column Name: WF_SYSTEMS Table Name:
  • 31. Check for and Update Instance-Specific Settings Update database link with new database global name Column Value Details: ADDRESS Column Name: WF_AGENTS Table Name:
  • 32. Check for and Update Instance-Specific Settings Update with the new web host name Column Value Details: WEB_HOST_NAME Column Name: FND_FORM_FUNCTIONS Table Name:
  • 33. Check for and Update Instance-Specific Settings Update to point at the new PL/SQL listener name Column Value Details: WEB_AGENT_NAME Column Name: FND_FORM_FUNCTIONS Table Name:
  • 34. Check for and Update Instance-Specific Settings Update with the correct path to the log file directory Column Value Details: LOGFILE_NAME Column Name: FND_CONCURRENT_REQUESTS Table Name:
  • 35. Check for and Update Instance-Specific Settings Update with the new directory path on the target system Column Value Details: OUTFILE_NAME Column Name: FND_CONCURRENT_REQUESTS Table Name:
  • 36. Other Finishing Tasks Verify the setting of the APPLCSF environment variable To modify it if needed, update the value of the s_applcsf variable in the context file and run AutoConfig Verify the value of the SESSION_COOKIE_DOMAIN in ICX_PARAMETERS Will need to be updated if the target system is in a different domain from the source system, and SESSION_COOKIE_DOMAIN was not null in the source system
  • 37. Module Summary In this module, you should have learned how to do the following: Describe situations where cloning can be used Describe the Rapid Clone utility Detail the phases of the cloning process Perform the steps within each of the phases Perform the finishing tasks to complete cloning
  • 38. Module Discussion Name some situations that may require cloning of Oracle Applications What are the features of Rapid Clone? Describe the main stages of the cloning process
  • 39. Module Practice Performing clone prerequisite tasks Cloning Oracle Applications Performing finishing tasks

Editor's Notes

  • #2: ILT Schedule: Timing Topic 40 minutes Lecture 90 minutes Practice 130 minutes Total
  • #3: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #4: &lt;Course name&gt; &lt;Lesson number&gt; - Overview The following terms are used to identify the systems:  Source system - the system to be cloned Target system - the newly created (or cloned) system Instructor Note: Cloning has been removed from Oracle Applications Manager in Release 12. An alternative to the command-line cloning described in this and the next module is for customers to purchase the Enterprise Manager Applications Management Pack. See OracleMetaLink Note 394448.1, “ Getting Started with the Application Management Pack for Oracle E-Business Suite (Release 2.0)”.
  • #5: &lt;Course name&gt; &lt;Lesson number&gt; - Cloning Oracle Applications With the flexible and sophisticated architecture of Oracle Applications Release 12, simply copying all of the components will not provide you with a working Oracle Applications system. For instance, there are numerous configuration files in your file system that must match the physical topology of a given system.
  • #6: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #7: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #8: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #9: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #10: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #11: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #12: &lt;Course name&gt; &lt;Lesson number&gt; - Apply the Latest AutoConfig Template Patch Instructor Note: There wre no applicable patches when this course was published.
  • #13: &lt;Course name&gt; &lt;Lesson number&gt; - Apply the Latest Rapid Clone Patches Instructor Note: At the time of course publication, the latest patches were 5484000 (Oracle E-Business Suite 12.0.2 Release Update Pack), and 5872965 (Rapid Clone fixes for Windows).
  • #14: &lt;Course name&gt; &lt;Lesson number&gt; - Running AutoConfig on the Application Tier Instructor Note: All Release 12 systems use (and require) AutoConfig.
  • #15: &lt;Course name&gt; &lt;Lesson number&gt; - Copy Utility Files to the RDBMS_ORACLE_HOME You need to perform this step every time a new Rapid Clone patch is applied.
  • #16: &lt;Course name&gt; &lt;Lesson number&gt; - Running AutoConfig on the Database Tier Instructor Note: All Release 12 systems use (and require) AutoConfig.
  • #17: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #18: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #19: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #20: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #21: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #22: &lt;Course name&gt; &lt;Lesson number&gt; - Copy the Source System to the Target System Instructor Note: UNIX users should ensure that symbolic links (soft links) are preserved when copying. On most UNIX platforms, the cp -Rh command will accomplish this. Those using the tar utility to archive the files for copying may need to specify the -h option to ensure symbolic links are followed.
  • #23: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #24: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #25: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #26: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #27: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #28: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #29: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #30: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #31: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #32: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #33: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #34: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #35: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #36: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #37: &lt;Course name&gt; &lt;Lesson number&gt; - Other Finishing Tasks Verify the APPLCSF variable setting: Source the APPS environment and review that the variable APPLCSF (identifying the top-level directory for concurrent manager log and output files) points to a suitable directory. To modify it, change the value of the s_applcsf variable in the context file and run AutoConfig on the application tier. Update the SESSION_COOKIE_DOMAIN value in ICX_PARAMETERS: If the target system is in a different domain to the source system, and SESSION_COOKIE_DOMAIN was not null in the source system, update that value to reflect the new domain name.
  • #38: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #39: &lt;Course name&gt; &lt;Lesson number&gt; -
  • #40: &lt;Course name&gt; &lt;Lesson number&gt; - Refer to Practice – Cloning Oracle Applications: Preparatory Tasks [LAB421EY] Refer to Practice – Cloning Oracle Applications: Cloning Tasks [LAB421FY] Refer to Practice – Cloning Oracle Applications: Finishing Tasks [LAB4220Y]