|
Oracle Home |
|
Home > Oracle Applications 11i/ R12 > Oracle Application 11i DBA > Cloning Oracle Applications 11i with Rapid Clone (multi-node system to single-node system) |
|
Oracle Applications 11i eBusiness Suite DBA |
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cloning Oracle Applications 11i with Rapid Clone(multi-node system to single-node system) |
|||||||||||||||||||||||||
|
NOTE: This article named Cloning Oracle Applications 11i with Rapid Clone (multi-node system to single-node system) was taken from www.in-oracle.com.
To see if your environment is ready for the Cloning with Rapid Clone, please check the Metalink Note 230672.1.
NOTE: The initial system has ONE APPL_TOP on one node (apps.localdomain) and the DB tier on another node (db.localdomain).
These easy to follow steps will allow you to move or clone Oracle applications from one location to another. This can be essential when moving from a multi-node system to single-node system. It may seem complex, but by approaching such a task one stage at a time it will become much easier under understand this technical process.
Cloning Oracle Applications 11i with Rapid Clone is extremely useful for anyone wishing to convert from one system to another. You could even use SSH in conjunction with the latest Mobile Broadband to access this database information when you're not at your computer. Simply follow the stages described in order to clone your database information and convert information stored from one system to another.
1. Maintain Snapshot information (on the APPS node) adadmin -> 2. Maintain Applications Files menu -> 5. Maintain snapshot information -> 2. Update current view snapshot
2. Prepare the source system database tier for cloning cd <RDBMS ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME> perl adpreclone.pl dbTier
cd $ORACLE_HOME/appsutil/scripts/VIS_apps
3. Prepare the source system application tier for cloning
cd <COMMON_TOP>/admin/scripts/<CONTEXT_NAME>
cd $COMMON_TOP/admin/scripts/VIS_apps
4. Stop the Apps services if is not already done $COMMON_TOP/admin/scripts/<CONTEXT_NAME>/adstpall.sh apps/apps
$COMMON_TOP/admin/scripts/VIS_apps/adstpall.sh apps/apps
5. Shutdown the Database and stop the listener
$ORACLE_HOME/appsutil/scripts/<CONTEXT_NAME>/addlnctl.sh stop VIS
$ORACLE_HOME/appsutil/scripts/VIS_db/addlnctl.sh stop VIS
6. On the target system, create the directory where the Applications will be cloned
[oracle@linux1 ~]$ su - root
7.
Copy the following application tier directories from the source node to the target application tier node:
The files are copied from the apps node (apps.localdomain) and db node (db.localdomain) to the new node ( linux1.localdomain). This type of cloning is very similar with a single node system to single node system.
8. Copy the DBF files and ORACLE_HOME to the target system
9. Start up the source Applications system database and application tier processes (optional)
10.
Configure the target system database server Connected as ORACLE:
11.
Configure the target system application tier server nodes Connected as APPLMGR:
cd
Attention:
12. Finishing Tasks
NOTE: This article named Cloning Oracle Applications 11i with Rapid Clone (multi-node system to single-node system) was taken from www.in-oracle.com.
|
|
Home > Oracle Applications 11i/ R12 > Oracle Application 11i DBA > Cloning Oracle Applications 11i with Rapid Clone (multi-node system to single-node system) |
Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk. Copyright (c) 2009-2011 Paul Catalin Tomoiu. All rights reserved.