Hot backup cloning in ebs r12

HI i was doing the hot backup cloning in ebsr12.
i have backed up the control files and datafiles and the trace file also.
i have done the steps till copying the db and apps tier.
next is
2) Create the target database control file manually
Open the backed up control file
a. remove all lines before the startup nomount statement
b. Modify the REUSE to SET
c. Modify Source DB SID to Target SID (Here PROD to TEST)
d. Modify NORESETLOGS TO RESETLOGS
e. delete all lines after the CHARACTER SET statement
i am not sure about editing the control file ....
I am a started in db's
can anyone help me in this?

HI i was doing the hot backup cloning in ebsr12.
i have backed up the control files and datafiles and the trace file also.
i have done the steps till copying the db and apps tier.Looks like you are doing cold backup and not hot backup! Was the database cleanly shutdown before copying the database files?
a. remove all lines before the startup nomount statementCorrect -- Or you could leave those lines if they are commented.
b. Modify the REUSE to SETCorrect.
c. Modify Source DB SID to Target SID (Here PROD to TEST)Correct.
d. Modify NORESETLOGS TO RESETLOGSCorrect.
You will also have to change ARCHIVELOG to NOARCHIVELOG -- If your source instance is in ARCHIVELOG mode.
e. delete all lines after the CHARACTER SET statementKeep the lines/command that open the database and create the temporary tablespace.
Thanks,
Hussein

Similar Messages

  • Unique Error while doing hot backup Cloning!

    Dear All,
    I am using EBS 11.5.10.2 with DB 9.2.0.6.
    I am doing hot backup cloning by referring *[Cloning Oracle Application 11i /R12 with Rapid Clone - Database (9i/10g/11g) Using Hot Backup on Open Database|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=760772.1]*
    I am facing a unique issue, when I run adcfgclone.pl dbconfig <my_context_file>, application of my Production Server start misbehaving and it gives me an error:
    Node Id does not exist for the current application server id.When I check the FND_NODE table I found that there server id was empty in it.
    I have to run than run the following steps as the resolution:
    1. Shutdown all the services.
    2. EXEC FND_CONC_CLONE.SETUP_CLEAN;
    3. COMMIT;
    4. Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers,to repopulate the required system tables.
    5.start all the services and verify the issue.
    Than application behaves normally.
    Is there any additional step to be followed while Hot Backup Cloning other than mentioned in the above mentioned ML Doc?
    Please suggest,
    Anchorage :)

    I am facing a unique issue, when I run adcfgclone.pl dbconfig <my_context_file>, application of my Production Server start misbehaving and it gives me an error:
    Node Id does not exist for the current application server id.Where did you get this error?
    This is very strange, how come this happens in Production, when you are doing cloning in TEST/DEV instance.
    Is there any additional step to be followed while Hot Backup Cloning other than mentioned in the above mentioned ML Doc?I feel there are no other additional steps, as I Recently did successfully hotbackup cloning using the same document.

  • RMAN & Hot backup cloning taking long time

    Dear DBAs,
    We are doing both RMAN & Hot backup cloning foe that taking more time to restore data files to TEST instance. scp taking too much time to copy to target server because of its volume of data (1.5 TB) & Mounting the RMAN backups drive on test server and restoring from that drive taking more than 8 hours.
    I heard that some companies are using some device to move heavy volume Hot backup copy from source to dest faster for clone the instance easily with in minutes. What is that device name to take hot backup copies from source and restore it in target server.
    Test server Specs
    Processor 8 cores with 32GB Memory.
    Thanks
    DBA

    Hot backup is not recommanded for the database size more than 1T.
    RMAN backup and restore is the only opiton available for a DBA.
    Other option is to use EMC Symmentrix/BCV's/Snapshots. EMC uses pair of disks to achive synch the produciton data with test server. read more about EMC symmentrix or ask your storage team.

  • Backup strategy for ebs R12?

    Hi,
    I have a couple of questions regarding to backup strategy for ebs R12.
    Let's say that we have one application server and one database server running, and we would like to have a backup periodically for both servers.
    This means that we want to have the exactly same backup of configurations and other files for the application server and the database server in case of any fatal crashes in the servers.
    I went through some discussion threads and it seems common way is to use RMAN for the data of database and file system copy for application and database servers. But, I would like to know what's the best way or recommended way for the backup strategy for data and server files of Oracle e-business suite.
    Do you guys have any suggestion for this?
    Thanks in advance.
    Cheers,
    SH

    Hi SH;
    I suggest check first our previous discussion
    backup and recovery startegy for EBS
    Re: Backup System
    Backup Policy for EBS can
    If you make search you can find many other thread which is mention same question
    For your issue basicly what we do
    1. For our prod db, if possible we take weekly cold backup(sunday) and take rman backup also daily(full backup, but it depends system you can prefer to take incremental)
    2. For our system we take file system backup weekly(OS base)
    3. For application we take backup every sunday(for some system 15 days or 30 days period). The most important point here if your system prod, and if you need to apply patch to your system you need to have valid backup and also need backup for after patching
    One other important issue is we run preclone sh before take backup for apps and db tier
    Regard
    Helios

  • Hot Backup cloning vs Cold Backup CLoning

    Hi,
    when we do cold backu cloning...we get same data as production database..
    when we do hot backup cloning..i think we will loose current transactions which are recorded in redo log and not archived ....am i right?????
    when we do hot backup cloning....all the database files headers are freezed..means...all latest changes are not copied while we copying datafiles to test machine...but those changes are logged in archived log files...we will get these changes in archived log files...
    am i right?????
    please correct me if i am wrong.....

    When all is said and done there is really no difference in the clone database made from a cold backup or a hot backup as both are point in time recoveries.
    In the case of the cold backup the source database was made unavailable to users while the backup was taken. If you have that luxary then that is fine, but many sites would need or want to keep the source available while the backup runs.
    The backup type should not be an issue unless you really need to capture the source database with the data in a specific known state where no changes were taking place.
    IMHO -- Mark D Powell --

  • Hot Backup Cloning

    Hi Hussein and Fadi,
    Do you have any experience on doin Hot Backup Cloning of Oracle Apps 11.5.10.2.
    Can you please share your experience

    the issue here is in the database part
    i use the following steps
    -run preclone
    -Copy the Application tier file system (same as normal cloning)
    -Copy the Database tier file system
    here i put all the tablspace in backup mode
    alter tablespace tablesacpe_name begin backup;
    -Copy the data files
    When finish the copy we have to execute the following sql statement on the source database:
    -Put the database back in normal mode.
    Alter tablespace tablesacpe_name end backup;
    ALTER SYSTEM ARCHIVE LOG CURRENT;
    -Copy Archive logs
    after that you can start working in the target env. for the database you have to
    -fix init.ora to reflect new paths and new sid
    -start the database nomount.
    -create control file manual.
    -alter database mount.
    -recover the database.
    hope that helped
    fadi

  • Problem in cloning of EBS R12

    Hi All,
    I am working in Oracle E-Business Suite Release 12.1.1 at RHEL 64bit Os. I want to switch my EBS R12 set to new machine of same OS.
    for the same i am following the document Cloning Oracle Applications Release 12 with Rapid Clone :406982.1. In this
    section 5. Apply the latest Rapid Clone patches
    For Release 12.1:
    Apply patches as listed in Table 3.b.
    Table 3.b: Release 12.1 Rapid Clone patches
    Patch      Description
    9171651:R12.OAM.B 12.1 RAPIDCLONE CONSOLIDATED FIXES JUL/2010
    9833058:R12.OAM.B HOT CLONE FAILS WITH ORA-00201 DURING RECOVERY MANAGER
    12404574:R12.OAM.B ORACLE_HOME REGISTRATION DOES NOT HAPPEN WITH CENTRAL INVENTORY ON LOZ
    12598630:R12.OAM.B R12.1 ONE-OFF FOR S_DB_LISTENER BUG 12362010
    Now
    in Patch : 9171651 (there is instruction to run these patches)
    Instructions For Applying This Patch
    Preparation Tasks
    The tasks in this section can be completed without taking any Applications services or users offline. Required Code levels This patch requires additional code levels to have been successfully
    applied to your system before it can be applied. These code levels,
    as at the time that this patch was built, are listed below. Please check
    'My Oracle Support' to determine if any of these have been uperseded
    R12.AD.A.delta.4
    R12.TXK.A.delta.4
    when I run the above patch p6767273_R12.AD.A_R12_LINUX.zip it give me error of
    This Patch is not compatible with your current code lines
    This patch is compatible with: entity 'ad' - codeline 'R12.AD.A'.
    Your current on site codeline for the entity 'ad' is: 'R12.AD.B'.
    you should not apply this patch
    As i read in blog the 'A' means that it's for 12.0.x release and the 'B' is for release 12.1.x.
    I am novice in EBS .Pls suggest what to do.
    Thanks in advance.

    You need to apply the Patch first.
    Download p9171651_R12.OAM.B_R12_GENERIC.zip Patch.
    Stop Applications.
    Apply the Patch with adpatch and use driver file u9171651.drv.
    Post steps to be done as listed below as per Patch Readme.
    Description
    This patch must be applied on all the APPL_TOPs.
    If your system is implemented as a Shared Application Tier File System,
    you need to apply this patch only once, on any one of the application
    tier nodes. However, AutoConfig must be executed on all the Nodes.
    This patch can be applied on 12.1 or higher.
    Post Install Steps
    After applying this patch, update all Database Tier Nodes with the code level
    provided by this patch, by performing the following steps :
    1. On the Application Tier (as the APPLMGR user):
    . Source the environment variables for Oracle Applications
    UNIX:
    . ./<APPL_TOP>/APPS<CONTEXT_NAME>.env
    Windows:
    <APPL_TOP>\envshell<CONTEXT_NAME>.cmd
    . Run AutoConfig on the APPL_TOP
    . Execute admkappsutil.pl utility to create the file appsutil.zip
    perl <AD_TOP>/bin/admkappsutil.pl
    This will create appsutil.zip in <INST_TOP>/admin/out
    Note:
    For exact details on how to run Autoconfig and how to create appsutil.zip,
    please refer to Metalink Note 387859.1.
    2. On the Database Tier (as the ORACLE user):
    . Source the environment variables for RDBMS ORACLE_HOME
    UNIX:
    cd <RDBMS ORACLE_HOME>
    . ./<RDBMS ORACLE_HOME>/<CONTEXT_NAME>.env
    Windows:
    <RDBMS ORACLE_HOME>\<CONTEXT_NAME>.cmd
    . Copy or FTP the appsutil.zip file to the <RDBMS ORACLE_HOME>
    . Uncompress appsutil.zip under the <RDBMS ORACLE_HOME>
    cd <ORACLE_HOME>
    unzip -o appsutil.zip
    . Run AutoConfig on the <RDBMS ORACLE_HOME>
    Note:
    For exact details on how to run Autoconfig on the dbTier and how transfer
    the AutoConfig updates from the APPL_TOP to the RDBMS ORACLE_HOME please
    refer to Metalink Note 387859.1, Section 2, Step 3 (Patching AutoConfig).
    3. Re-run adpreclone.pl on the dbTier and appsTier
    Warning:
    Since new updates included on this patch have been applied to the system,
    Adpreclone must be executed again in order to apply them into the clone
    directory structures used during cloning.
    perl adpreclone.pl dbTier
    perl adpreclone.pl appsTier
    Note:
    For exact details on how to run adpreclone.pl, please refer to Metalink
    Note 406982.1.

  • RMAN hot backup cloning problem..need a way out

    I took hot backup from server A using RMAN
    I prepared server A by running preclone on apps and db tier
    I copied apps tier and dbTier(tech_st) from server A to server B..Apps and db tier were up and running during the copy.I also copied the RMAN backup sets
    now on server B, what should i do..RMAN backup is in backup sets and i need to restore it on server B(Target server)
    I am following note 406982.1 for cloning steps..
    in advanced clonign options, it doesnt specify to run adcfgclone on apps tier too
    please guide
    help appreciated

    Hi,
    The document assumes that you are aware of the RMAN backup, and you know how to duplicate the database.
    Oracle Database Documentation
    http://www.oracle.com/technology/documentation/database.html
    Search this forum for "RMAN Duplicate" there are many documents referenced as this topic was discussed many times before.
    Regards,
    Hussein

  • Cloning EBS R12.2.4

    Hi all,
    I am cloning our EBS R12.2.4 source CRP to UAT.
    db location    : /home/oracrp/CRP   to  /home/orauat/UAT
    apps location: /home/applcrp/CRP  to /home/appluat/UAT
    The db part is just easy and very fast to complete.
    But the app part take so long at 50% status only and after like 1 hr it thows error as in:
    Beginning application tier Apply - Thu Dec 18 18:36:23 2014
    /home/appluat/UAT/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/xmlparserv2.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/ojdbc6.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/java:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/oui/OraInstaller.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/oui/ewt3.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/oui/share.jar:/home/appluat/UAT/fs1/FMW_Home/webtier/../Oracle_EBS-app1/oui/jlib/srvm.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/home/appluat/UAT/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.ApplyAppsTier -e /home/appluat/UAT/fs1/inst/apps/UAT_appscrp/appl/admin/UAT_appscrp.xml -stage /home/appluat/UAT/fs1/EBSapps/comn/clone    -showProgress -nopromptmsg
    Log file located at /home/appluat/UAT/fs1/inst/apps/UAT_appscrp/admin/log/clone/ApplyAppsTier_12181836.log
      -     50% completed
    ERROR while running Apply...
    Thu Dec 18 20:04:06 2014
    The I checked the error log and this is what I got:
    +++++++++++++++++++++++++
    configGroup Type name = OPSS_SECURITY
    configGroup Type name = DEPLOYMENT_PLAN_CONFIG
    Writing moveplan xml file
    Updating the deployment plan /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/deployment_plans/oafm#1.0.0_plan.xml
    Updating config-root element with val =/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/deployment_plans/oafm
    Updating the deployment plan /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/deployment_plans/forms-c4ws#1.0.0_plan.xml
    Updating config-root element with val =/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/deployment_plans/forms-c4ws
    Updating the deployment plan /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/deployment_plans/forms#1.0.0_plan.xml
    Updating config-root element with val =/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/deployment_plans/forms
    Updating the deployment plan /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/deployment_plans/oacore#1.0.0_plan.xml
    Refreshing the content of help_InitParam_ohwConfigFileURL to file:/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/common/config/ohwconfig.xml
    Refreshing the content of CGIServlet_InitParam_cgiDir to /home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/common/scripts
    Refreshing the content of CGIServlet_InitParam_*.pl to /home/appluat/UAT/fs1/FMW_Home/webtier/perl/bin/perl
    Refreshing the content of oowa_InitParam_log_main_file to /usr/tmp/oowa.log
    Refreshing the content of oowa_InitParam_log_spl2_file to /usr/tmp/oowa.log
    Refreshing the content of LoopProcServlet_InitParam_ARCHIVE to /usr/tmp
    Refreshing the content of TransmitServlet_InitParam_ARCHIVE to /usr/tmp
    Updating config-root element with val =/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/deployment_plans/oacore
    Backup domain directory if exists
    Backup applications domain directory if exists
    START: Creating new WLS domain.
    Running /home/appluat/UAT/fs1/FMW_Home/oracle_common/bin/pasteConfig.sh -javaHome /home/appluat/UAT/fs1/EBSapps/comn/util/jdk64 -al /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/EBSdomain.jar -tdl /home/appluat/UAT/fs1/FMW_Home/user_projects/domains/EBS_domain_UAT -tmw /home/appluat/UAT/fs1/FMW_Home -mpl /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/moveplan.xml -ldl /home/appluat/UAT/fs1/inst/apps/UAT_appscrp/admin/log/clone/wlsT2PApply -silent true -debug true -domainAdminPassword /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/tempinfo.txt
    Script Executed in 4630161 milliseconds, returning status 255
    ERROR: Script failed, exit code 255
    Please help how to resolve.
    Thanks a million,
    mk

    This is the WebADI - pl post in the EBS forum

  • RMAN backup fro EBS R12

    Hi,
    I have made I backup script for EBS R12 using RMAN with the following parameters:
    run {
         CONFIGURE CONTROLFILE AUTOBACKUP ON;
         CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/mnt/EVA-DISK/RMAN/data/%F';
         CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/mnt/EVA-DISK/RMAN/data/snapcf_PROD.f';
         backup format '/mnt/EVA-DISK/RMAN/data/%d_LVL0_%T_%u_s%s_p%p' database;
         delete obsolete;
         }and I have this 3 files as the backup output.
    [root@orafin data]# ls -l /mnt/EVA-DISK/RMAN/data
    total 21089360
    -rw-r-----  1 oraprod dba    31817728 Apr 11 18:10 c-94644369-20090411-00
    -rw-r-----  1 oraprod dba 21510840320 Apr 11 18:10 PROD_LVL0_20090411_04kc7jd6_s4_p1
    -rw-r-----  1 oraprod dba    31735808 Apr 11 18:10 snapcf_PROD.fAre these 3 files complete? What other do I need or miss in order to recover my database in case of disaster.
    Thanks a lot

    Hi,
    You need to verify that yourself. Restore the RMAN backup and verify that your backup is valid (I believe you already have links to RMAN documentation is some other thread).
    Regards,
    Hussein

  • Error while running adcfgclone on apps tier.....(hot backup)

    hi i'm performing hot backup cloning & when i run adcfgclone on apps tier....it is getting failed.here is my logfile.......single node....
    Started ApplyAppsTier at Tue Dec 14 14:42:09 GMT+05:30 2010
    Version:
    ApplyAppsTier.java : 120.4
    # Calling ApplyAppsTechStack...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Executing home registration for s_weboh_oh...
    Registration Driver not available
    /clonehot/apps/apps/tech_st/10.1.3/appsutil/driver/regclone.drv
    Using default registration.
    copying /clonehot/apps/apps/tech_st/10.1.3//jlib/ojmisc.jar into jdk/jre/lib
    checking - /clonehot/apps/apps/tech_st/10.1.3//oraInst.loc
    checking - /etc/oraInst.loc
    Validating oraInst.loc - /etc/oraInst.loc
    oraInst.loc (/etc/oraInst.loc) points to directory without permissions: /u01/app/oracle/oraInventory
    checking - /clonehot/apps/inst/apps/PROD_apps/admin/oraInst.loc
    Validating oraInst.loc - /clonehot/apps/inst/apps/PROD_apps/admin/oraInst.loc
    Found oraInst.loc at - /clonehot/apps/inst/apps/PROD_apps/admin/oraInst.loc
    The given ORACLE_HOME_NAME : WEBOH_PROD
    This ORACLE_HOME_NAME is not registered in the inventory
    running OUI CLI home cloning:
    /clonehot/apps/apps/tech_st/10.1.3/oui/bin/runInstaller -clone -silent -force -waitForCompletion -invPtrLoc /clonehot/apps/inst/apps/PROD_apps/admin/oraInst.loc session:ORACLE_HOME=/clonehot/apps/apps/tech_st/10.1.3/ oracle.as.j2ee.top:s_asInstanceName=WEBOH_PROD oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=WEBOH_PROD
    Executing command sh -c "/clonehot/apps/apps/tech_st/10.1.3/oui/bin/runInstaller -clone -silent -force -waitForCompletion -invPtrLoc /clonehot/apps/inst/apps/PROD_apps/admin/oraInst.loc session:ORACLE_HOME=/clonehot/apps/apps/tech_st/10.1.3/ oracle.as.j2ee.top:s_asInstanceName=WEBOH_PROD oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=WEBOH_PROD ; echo ERRORCODE = $? ERRORCODE_END" Tue Dec 14 14:42:10 GMT+05:30 2010
    Command returned
    ERRORCODE = 127 ERRORCODE_END
    .end std out.
    /bin/sh: /clonehot/apps/apps/tech_st/10.1.3/oui/bin/runInstaller: No such file or directory
    .end err out.
    Command sh -c "/clonehot/apps/apps/tech_st/10.1.3/oui/bin/runInstaller -clone -silent -force -waitForCompletion -invPtrLoc /clonehot/apps/inst/apps/PROD_apps/admin/oraInst.loc session:ORACLE_HOME=/clonehot/apps/apps/tech_st/10.1.3/ oracle.as.j2ee.top:s_asInstanceName=WEBOH_PROD oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=WEBOH_PROD ; echo ERRORCODE = $? ERRORCODE_END" failed. Tue Dec 14 14:42:10 GMT+05:30 2010
    OUI CLI cloning failed.
    Please look in to the latest OUI log file located in the central inventory /clonehot/apps/inst/apps/PROD_apps/admin/oraInventory/logs/cloneActions_<timestamp> for more details
    Attempting to restore /clonehot/apps/apps/tech_st/10.1.3/oui/oraparam.ini.ouibak to /clonehot/apps/apps/tech_st/10.1.3/oui/oraparam.ini
    Edited by: vandana on Dec 14, 2010 1:16 AM

    Hi,
    oraInst.loc (/etc/oraInst.loc) points to directory without permissions: /u01/app/oracle/oraInventoryPlease make sure that applmgr user has read/write/execute permission on the oraInventory directory.
    Please look in to the latest OUI log file located in the central inventory /clonehot/apps/inst/apps/PROD_apps/admin/oraInventory/logs/cloneActions_<timestamp> for more detailsAny details about the error in this log file?
    Thanks,
    Hussein

  • Ebs r12 cloning using rman online backup

    dear all,
                 how are you guys? i have ebs r12  on multi node and i want to clone db tier and apps tier using rman online backup,can  anybody provide me the detail steps of cloning ebs(db tier and appstier ) using rman online backup and  directory structure on source and target database is also different.your help highly appreciated thanks in advance.
    regards.

    Hi,
    You cannot use RMAN to clone the Apps tier of the EBS and you may use RMAN only on the DB tier. For a complete backup, as mentioned by Hemant K Chitale, you will have to use the rapid clone utility.
    To perform a rapid clone using RMAN there are plenty of step by step instructions in google which may guide in addition to support.oracle.com, Let me google that for you
    Thanks &
    Best Regards,

  • Cloning ebs r12 on 11gR2 database

    Hi all,
    our ebs r12 12.1.3 and db 11..2.0.2 OS:oul5x64
    from ebs r12 12.1.3 and db 11.1.0.7 i do not have any problems with cloning, but when upgrade database to 11.2.0.2 . the template file was different and the clone failed because it could not fine the controlfile.
    in this note:Troubleshooting RAC RapidClone issues with Oracle Applications R12 [ID 1303962.1]
    UNDER
    Create Database Image
    +-- Moderator edit - deleted MOS Doc content - pl do NOT post contents of MOS Docs +*
    BUT IN 11gR2 11.2.0.2 database this template like this
    adcldbstage.rman
    run {
    sql "alter system switch logfile";
    backup as copy datafile 1 format '/u05/DB/data/stage/%U_system.328.769213623';
    backup as copy datafile 2 format '/u05/DB/data/stage/system.353.769211817';
    backup as copy datafile 3 format '/u05/DB/data/stage/system.324.769214385';
    backup as copy datafile 407 format '/u05/DB/data/stage/apps_ts_seed.295.769216925';
    sql "alter system switch logfile";
    so when doing the clone, it always thrown an error could not fine the controlfile...and it did not backup archive log files so even rename the controlfile to "backup_controlfile.ctl" it could not open because missing archive files.
    Please help.
    Thanks in advance.
    Regards,

    Thanks Hussein,
    it failed at stage # 3
    because the template on image copy did not have any of archive backup. so the copy only contains the database files that was why it always failed at this stage.
    Thanks very much for your help.
    Regards,
    restore-rac3.log
    Recovery Manager: Release 11.2.0.2.0 - Production on Wed Dec 21 14:48:11 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: ASO (DBID=3710756178, not open)
    using target database control file instead of recovery catalog
    RMAN> host 'echo "In the above output, if RMAN-03002 and RMAN-06054 errors are present, they can be safely ignored." >> /u01/app/oracle/product/11.2.0/dbhome_1/appsutil/out/ENC1_xdba01-db1/restore-rac2.log';
    2> alter database open resetlogs;
    3> shutdown normal
    4> startup mount pfile=/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp
    5> host 'sed "s:db_name=.*:db_name=ENC:g" /u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp > /u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp.delete';
    6> host 'cp /u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp.delete /u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp';
    7> exit
    host command complete
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 12/21/2011 14:48:13
    ORA-01152: file 2 was not restored from a sufficiently old backup
    ORA-01110: data file 2: '+EBSDISK/enc/datafile/system.367.770472175'
    Recovery Manager complete.

  • R12 hot backup

    Hello,
    1) I want to activate archiving on R12.1.2.how can i do this on single or multinode.please tell how can i restore backup after archiving.what is precautions after activating archive or RMAN.
    2) If i have taken completed cold backup of apps and db.after some day i want to take backup.there is necessary to take backup both(apps,db,inst) if i take only db backup..is this possible to restore the backup next time.
    Regards,

    Hi;
    For hot backup u should use rman utulity,check backup
    7 RMAN Backup Concepts
    http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmcncpt.htm
    For other question check below
    Backup and recovery startegy for EBS
    Re: Backup System
    backup polincy-ebs
    Backup Policy for EBS can
    Regard
    Helios

  • Cloning EBS R12

    Hi hussein/helios
    EBS R12.1.1
    OEL 5.4
    I am cloning our EBS and I got another error:
    [oratest@apps2 ~]$ cd /u02/oratest/TEST/db/tech_st/10.2.0/appsutil/clone/bin
    [oratest@apps2 bin]$ perl adcfgclone.pl dbTier
                         Copyright (c) 2002 Oracle Corporation
                            Redwood Shores, California, USA
                            Oracle Applications Rapid Clone
                                     Version 12.0.0
                          adcfgclone Version 120.20.12000000.11
    Enter the APPS password :
    Checking for make...    found - /usr/bin/make
    Checking for ld...     found - /usr/bin/ld
    Checking for cc...     found - /usr/bin/cc
    Checking for ar...     found - /usr/bin/ar
    Checking for ksh...
    Unable to find PD KSH version.
    Unable to locate all utilities with system path.
    PATH = /u02/oratest/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/u02/oratest/TEST/db/tech_st/10.2.0/perl/bin:/u02/oratest/TEST/db/tech_st/10.2.0/bin:/usr/bin:/usr/sbin:/u02/oratest/TEST/db/tech_st/10.2.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks aboveWhy is that I can not locate the utililies?
    Please help...
    Thanks a lot,
    Ms K

    user_unlimited wrote:
    Hi hussein/helios
    EBS R12.1.1
    OEL 5.4
    I am cloning our EBS and I got another error:
    [oratest@apps2 ~]$ cd /u02/oratest/TEST/db/tech_st/10.2.0/appsutil/clone/bin
    [oratest@apps2 bin]$ perl adcfgclone.pl dbTier
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.20.12000000.11
    Enter the APPS password :
    Checking for make...    found - /usr/bin/make
    Checking for ld...     found - /usr/bin/ld
    Checking for cc...     found - /usr/bin/cc
    Checking for ar...     found - /usr/bin/ar
    Checking for ksh...
    Unable to find PD KSH version.
    Unable to locate all utilities with system path.
    PATH = /u02/oratest/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/u02/oratest/TEST/db/tech_st/10.2.0/perl/bin:/u02/oratest/TEST/db/tech_st/10.2.0/bin:/usr/bin:/usr/sbin:/u02/oratest/TEST/db/tech_st/10.2.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks aboveWhy is that I can not locate the utililies?
    Please help...
    Thanks a lot,did u checked all the pre-req of terget system?
    Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
    we would like to check echo $PATH once.
    HTH
    >
    Ms K

Maybe you are looking for

  • Moved library to new laptop, but it didn't take all playlists and apps

    I got a new laptop recently and have been trying to phase out my old desktop. I followed the instructions for moving/importing your library. Things were made a bit simpler (I think) because my library was held on an external HD that I now have connec

  • Why can't I log in to my ExportPDF account?

    I'm getting this error:  Trouble occurred when signing in.  However, in the right corner my account is displayed and the only option is to SIGN OUT.

  • Using a thumb drive as RAM

    I saw a video on CNET that explained how one could use a USB flash drive to expand the RAM of a computer running on Windows XP or Vista. Is this possible on Mac OS X? p.s. Here is the video link: http://cnettv.cnet.com/2001-1_53-50004459.html?tag=sma

  • In Pages:  How to change text direction in cell?

    in Pages, I'd like to change the direction of the text in a table I'm creating.  In the first column (one long column -- I've merged the cells) the work is reading left to right.  How do I make it read up and down? Thanks in advance!

  • Can't Burn DVD - keep getting "Error during rendering/encoding"...Help!

    I have a new IMac computer with Leopard and I'm having problems burning DVDs. I created a project using IDVD and have audio and pictures (imported individually from Iphoto) that I created into slideshows. I'm try to burn my final copy and continue to