Now I assume that you are familiar with
Overview & Architecture of Oracle apps 11i
Installation procedure of oracle apps 11i
File System & Various TOPs in Apps 11i
How to Start Stop various Services in Oracle Apps 11i ( like Apache, CM, Report, Apps Listener, Database, DB listener )
If not first please go through following topics to familiarize yourself with Oracle Applications 11i
http://becomeappsdba.blogspot.com/2006/08/apps-11i-dba-preparation.html
http://becomeappsdba.blogspot.com/2006/08/oracle-apps-dba-preparation-ii.html
from Today I will take tasks / roles which Apps 11i DBA perform like cloning patching , configuring using Autoconfig. So today lets start with basics of cloning .
In order to fully Understand cloning basics , I suggest you go through Chapter 6 , Cloning
at http://download-uk.oracle.com/docs/cd/B25516_08/current/acrobat/11iconcepts.pdf
Go through page (75 - 78) just four page to understand basics of cloning in Applications 11i . Various topics in that are Cloning Tools, Cloning Options , Rapid Clone Operations. This will give you overview of cloning oracle apps 11i steps . If you have any doubts in over view of cloning apps 11i instance , leave your comments .
In next post We’ll take closer look at Cloning , rapid clone , difference between rapid clone & Autoconfig.
For those who want to know about JVM in apps 11i , you can check at my site at http://teachmeoracle.com/jvm.html (If you ever encounter JavaLangOutOfMemory error or want to know where are JVM logs or how to increase number of JVM’s or JVM related configurations in Oracle Apps 11i then visit http://teachmeoracle.com/jvm.html
Atul Kumar
Oracle Apps DBA
Related Posts for Cloning
- Cloning : Difference in Oracle 11i and R12/12i
- Oracle Apps DBA Preparation Cloning 11i
- Oracle Apps 11i Cloning part II
- Clone Apps 11i Instance
- Cloning : OAM System Name pointing to Source Instance
Popularity: 43% [?]



Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 
11 users commented in " Oracle Apps DBA Preparation Cloning 11i "
Follow-up comment rss or Leave a TrackbackHi Atul …
I am trying to setup a DMZ server … But we dont want to have the shared appltop.
The steps that I would follow are … restore the appltop. comntop and oratop. Run adcfgclone.pl appsTier.
Apply patch 3259205 on the DMZ node and the TEST node.
Change the profile options through frontend.
Now my issue is that when I try running adcfgclone.pl … I get an error …
” Checking for cc…
Unable to locate ‘cc’ utility in path
Unable to locate all utilities with system path.”
There was no problem with ar, make and ld utilities.
” This is what we got …
$ rpm -qa
cdrecord-1.9-6
mkisofs-1.13-4
AIX-rpm-5.3.0.40-1
gcc-3.3.2-5 ”
” Checked in /usr/bin
ar,ld and make exist but no cc or gcc ”
What do I do … Its an AIX system.
Thanks and Regards,
Waitig for your reply anxiously,
Fouad Bandarkar.
Bandarkar
As mentioned in my previous comment for any issues raise them in forum at http://teachMeOracle.com/forum
As clearly shown by error message
system utilities like cc, ar .. are either not installed or not in user path
Generally this error is thrown when adcfgclone cannot see the cc, make etc.
Check your $PATH variable and ensure it has the ‘.’ at the end of the PATH.
eg echo $PATH= blah:.
Warrick
i need some infr abt cloning
MultiNode to SingleNode
SingleNode to MultiNode
MultiNode to MultiNode
Check following metalink Notes
230672.1 Cloning Oracle Applications Release 11i with Rapid Clone
406982.1 Cloning Oracle Applications Release 12 with Rapid Clone
364565.1 Troubleshooting RapidClone issues with Oracle Applications 11i
216664.1 FAQ: Cloning Oracle Applications Release 11i
hi,
i am dilip.i need the steps for
how to clone the oracle Apps 11.5.10.2 version.
any one of u can help me in this issue.
Thanks & Regards
Dilip
dilip@ramky.com
Please let me know why do we apply template patch while cloning.
i need some infr abt cloning
MultiNode to SingleNode
SingleNode to MultiNode
MultiNode to MultiNode
Hi Sasidhar,
All this inforamtion you can see in the standard Cloning note 230672.1 from Metalink.
Like
MultiNode to SingleNode- Reducing number of node that is Merging the Application Tier
SingleNode to MultiNode- is adding the node to existing application.
MultiNode to MultiNode- Is more or less similar to Single node. Like one to one node cloning.
All this are mentioned in advance cloning option in the above note.
If you need more details let me know.
Amit
DO we need to rename directories in target node for R12 cloning ?
On target node , Do we need to rename (manually) the directories which contain source SID and hostnames ?
Is there any utility fo doing the same ?
What are the directories which we have to rename ..
regards
Ram
Leave A Reply