Steps to do the R12 on 11.2.0.2 RAC to Non-Rac cloning on Win2008 64bit

Please brief the steps to do the R12 on 11.2.0.2 RAC to Non-Rac cloning on Windows 2008 64-bit.
There is a metalink document but that says it for linux environment but not windows. Please brief the steps if someone has done it on windows.

ora-appsdba wrote:
Please brief the steps to do the R12 on 11.2.0.2 RAC to Non-Rac cloning on Windows 2008 64-bit.
There is a metalink document but that says it for linux environment but not windows. Please brief the steps if someone has done it on windows.
The steps should be the same for Windows (with minor changes, like you may need to create Oracle service before duplicating the database).
Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone [ID 559518.1]
Certified RAC Scenarios for E-Business Suite Cloning [ID 783188.1]
Thanks,
Hussein

Similar Messages

  • Finding the order of archive logs in RAC to NON-RAC manual cloning

    Hi,
    I am in the process of automating a RAC to NON-RAC clone using traditional method [ not using RMAN ].
    Here are the steps:
    On Source:
    Record the sequence number and thread of the instance
    put the database in begin backup mode
    copy the files
    disable the backup mode
    record the sequence number and thread of the instance
    prepare the order of the archive logs which will be needed for recovery ==> Here is where I need help
    On Target:
    Restore the backup
    Issue recovery using the order of archive logs identified ==> Failing as order is not correct.
    I am finding the archive logs based on FIRST_TIME# and preparing the order which is not correct. I think i should be using SCN but not sure what should be the criteria.
    Could you please let me know on what basis we can find the order of the archive logs which will be asked during the recovery ?
    Your quick response is appreciated. Thanks in advance for your help.
    Thanks
    Suneel

    Yes, When we execute recover database using backup controlfile until cancel, will prompt for the redo log sequences.
    But as i mentioned before, I am trying script everything and cannot manually enter the sequence numbers required. I need to know the archives and thread it is going to ask [ in what order as well ] so that recovery command can be scripted in shell.
    Please let me know if there is a away to find the order of archive logs which needs to be applied to recover [ if this is a NON-RAC, we can simply go with the sequence numbers but since it is a RAC, i should know the thread number as well ].
    Thanks

  • R12.1.1 Rac to non Rac Cloning

    Can anybody provide information on Rac to non Rac cloning. I have metalink notes but i need clear steps for Rac cloning to non Rac.
    Thanks

    Hi,
    You just need to follow the steps in the Rapid Clone doc -- Please refer to these docs for details.
    Certified RAC Scenarios for E-Business Suite Cloning [ID 783188.1]
    Rapid Clone Documentation Resources, Release 11i and 12 [ID 799735.1]
    Thanks,
    Hussein

  • R12 cloning from RAC to NON RAC

    Is there any document available either on metalink or on any other site regarding the cloning of R12 APPS and DB Tiers. as I have R12 EBS on RAC DB with OCFS2. Ichecked on metalink they said that they are not supporting for this cloning.
    Thanks,
    imran

    Welcome to the forums !
    RAC to non-RAC cloning is supported under certain conditions - pl see MOS Doc 783188.1 (Certified RAC Scenarios for E-Business Suite Cloning). Which scenario does your install fit into ?
    HTH
    Srini

  • [b]Migrating the DB-Tier (DB and CM) to Two node non RAC cluster[/b]

    Hi,
    The current set-up of our E-business suite is a two node install:-
    The DB Tier (Database and Concurrent Manager) on one node
    The Apps Tier (Forms /Web Server) on another node.
    For the HA solution (NON ORACLE RAC) we are planning to:-
    Move the DB Tier (Database and Concurrent Manager) to a three node hardware sun cluster managed by veritas cluster manager (NOT ORACLE RAC). We need to know will the Database Tier (Database and Concurrent Manager) work on Hardware cluster node and will it support COLD FAILOVER from one Node to another. We know the database on its own would be fine with a cold failover because we have tested the database cold failover on the three node cluster for non E-business suite database. But here we have the added thing of the Concurrent manger sitting on the node along with the Database on the DB Tier.
    The Apps Tier (Forms / Web server) will be put on a separate set of server using Load balances etc.
    Has anybody implemented similar HA set-up and will this planned set-up work or are there any issues with this.
    Any help / info would be appreciated.
    Thanks

    Hi,
    Yes, you can do the cold failover the database and all the 11i services also.
    1. In the concurrent manager service
    == when you failover the concurrent manager do the following things before failover.
    create the listener/tnsnames files which includes the new hostname and keep it with the veritas failover service. i mean, when you failover, these files should replace the existing files, before the existing files should backedup. and create a script to change the hostname,logfile_hostname,outfile_hostname in fnd_concurent_processes table.
    add the nodes in the install->nodes navigation
    do the failover manually and check the listener files are properly pinging using tnsping. and start the concurrent manager.
    so tatally, you have to prepare two sql scripts
    one for change the hostname from node b to node a
    one for node a to node b.
    and 2 listener + 2 tnsnames files which contains the seperate hostname accordingly.
    use the adcmctl.sh top stop and start
    finally, create a shell script to kill the sysmgr for the current managers when the manager takes long time to shutdown. before run the kill script, wait for 5 mts atleast.
    I done the same scenario many times, with veritas failover service with 2 sun v880 servers.
    regards,
    Pandian

  • Restore RAC database from non-RAC source - EBS R12.1.1

    We have restored (PIT) a RAC database from a non-RAC (but ASM) source and I was wondering if that was a reasonable thing to do.
    The reason I ask is that I seem to remember that in the upgrade to R12.1.1 the upgrade driver had a different list of jobs to do when the target was RAC vs when it was non-RAC... so is it possible the EBS R12.1.1 code is different for RAC (meaning we dont have the right code base in the DB since we restored a non-RAC source to a RAC destination)?
    Disclaimer - I am NOT a DBA .. just trying to identify some potential problems we are troubleshooting.
    Thanks in advance!
    EBS R12.1.1
    OEL 5
    11gR2

    We have a RMAN back up of the non-RAC database that was restored and PIT recovered on the RAC database.Is it a full database backup?
    The "code" base I am referring to is all the db stored objects for R12 EBS .. database compiled code.Restoring the RMAN backup on the target node is not enough. Have you run AutoConfig or postclone? Does your instance know that this is a a single instance and not a RAC one?
    I am nervous that there may be alternate versions of the code to run in RAC vs non-RAC .. for instance I know that some of the ASCP jobs use DBMS PIPES and that can be tricky with RAC and Concurrent Manager.. And when we did the upgrade to R12, pointing it @ RAC generated more and different jobs than when it was not pointed @ RAC .. so SOMETHING was different according to the APPS ADPATCH/ADADMIN utilities.Please explain in details what is the purpose of doing this restore and what exactly you are trying to achieve. What cloning procedure you follow to refresh the target instance?
    Thanks,
    Hussein

  • Steps to complete the pay run process

    I need steps to complete the pay run process in detail.

    Yes! I have got the answer from Metalink "WHITE PAPER : R12 Payment Process Request - Functional and Technical Information"

  • How to clen up the R12  Instance in Windows 2003 server.

    Hi,
    We have two R12 instances running on the same server (vision and Development).
    and want to scrap Vision instance.
    Please explain me how to uninstall the R12 Application instance.
    The Note 107523.1: How to Clean Up a Failed Install of Oracle Applications 11.5 on an NT Platform.
    But it deletes the entire instances running on the same server.
    Thanks and Regards
    Vasu

    Hi,
    Please remove the 3 non-exists DC from environment using the metadata clean-up process using script from below article. then manually delete the records from DNS management console as given below.
    https://gallery.technet.microsoft.com/scriptcenter/d31f091f-2642-4ede-9f97-0e1cc4d577f3
    Manual steps to clear the records.
    Dnsmgmt.msc [Dns Management]
    A.Expand the forward lookup zones\_msdcs folder
    i. Make sure only the actual domain controllers are listed, delete wrong Alias recordsremove wrong name server records
    ii. Select the container [forward lookup zones\_msdcs.domain.com\dc\_sites_\sitename\_tcp] > delete incorrect _ldap and _kerberos records are listed.
    iii. Select the container [forward lookup zones\_msdcs.domain.com\dc\_tcp] and delete incorrect _ldap and _kerberos records
    iv. Expand the [forward lookup zones\_msdcs.domain.com\domains\guid\_tcp] and delete incorrect _ldap entries
    v. Select [forward lookup zones\_msdcs.domain.com\gc] – delete incorrect HostA records
    vi. Expand the [forward lookup zones\_msdcs.domain.com\gc\_sites\sitename\_tcp] – delete incorrect _ldap entries
    vii.Select the [forward lookup zones\_msdcs.domain.com\gc\_tcp] – delete incorrect _ldap entries
    viii. Select the [forward lookup zones\_msdcs.domain.com\pdc\_tcp] – delete incorrect _ldap entries
    B.Expand the forward lookup zones\domain.com folder
    i.Delete Host(A) records of dc’s which are non-existant.
    ii.Correct the NameServer (NS) records
    iii. Follow steps similar to ’ A ii ‘ >> ‘ A viii’
    · Dssite.msc [Sites and Services]
    A.Expand the [Sites\Sitename\Servers] – delete incorrect server’s
    B.Delete incorrect subnet configurations [Sites\Subnets]
    C.Delete incorrect site links [Sites\IP]
    · Make sure the domain controllers are pointing to the correct dns servers in tcp\ip settings.
    · Force replication – ‘repadmin /syncall’

  • Step to setup the Dataguard in 11.1.0.7

    Hi
    We have completed our upgradation to R12.0.6 and 11.1.0.7 on server A(Appl),ServerB(DB) and we need to set up the dataguard on server c , can some body gives me the detail steps required for setup and failover check to carried out in this process. or please give me some pointers to this
    Regards
    SAN

    Hi,
    I believe the document for configuring Data Guard on R12 with 11g database installed is not yet available. However, you may refer to the following documents as the steps should be the same.
    Note: 452056.1 - Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=452056.1
    Note: 753241.1 - Case Study : Configuring Standby Database(Dataguard) on R12 using RMAN Hot Backup
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=753241.1
    Log a SR, and check with the support whether this document will be released or using the above documents is enough.
    Regards,
    Hussein

  • Upgrade 10.1.3.4 to 10.1.3.5 before running the R12 upgrade driver.

    Hi Everyone,
    Is it OK to upgrade the 10.1.3.4 OH to 10.1.3.5 after we install the R12.1.1 file system but before running the R12.1.1 upgrade driver, so that we could complete the techstack related steps before the actual downtime to save time during the actual upgrade?
    Thanks

    965417 wrote:
    Hi Everyone,
    Is it OK to upgrade the 10.1.3.4 OH to 10.1.3.5 after we install the R12.1.1 file system but before running the R12.1.1 upgrade driver, so that we could complete the techstack related steps before the actual downtime to save time during the actual upgrade?
    ThanksYou cannot upgrade 10.1.3.x ORACLE_HOME after you lay down R12 software and before the actual upgrade since your instance should be on R12 to apply the patches in (Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12 [ID 454811.1]). So, upgrade to 12.1.1/12.1.3 then upgrade the 10.1.3 ORACLE_HOME to the latest patchset (10.1.3.5).
    Thanks,
    Hussein

  • Steps to Convert R12 Non-Rac to RAC database with ASM

    dear All,
    We have following environment.
    R12.0.6 with a non RAC 11.2.0.2 database on on AIX (64bit). Datafiles are stored local filesystem. We want to do the following.
    Migrate the database file to ASM
    convert database Non RAC to RAC
    we have gone through many oracle support documents but were unable to decide which path we should adopt. Any body who has done similar activity; please share only highly level steps. No step by step Instructions are needed. e.g. Install Grid Infrastructure (for single instance or the one which comes with cluster home???????), Move datafiles to ASM etc etc
    Please make sure the steps are for 11gR2 and EBS R12.
    Best Regards,

    we have gone through many oracle support documents but were unable to decide which path we should adopt. Any body who has done similar activity; please share only highly level steps. No step by step Instructions are needed. e.g. Install Grid Infrastructure (for single instance or the one which comes with cluster home???????), Move datafiles to ASM etc etc
    Please make sure the steps are for 11gR2 and EBS R12. The steps in [ID 823587.1] which is referenced above should be sufficient (from your post, I understand that you have covered the steps in this doc) -- What exactly you have issues with?
    Thanks,
    Hussein

  • How do I make Step Types in the Type palette be "master" versions which all sequence files on a particular should use? (since this only seems to "half work")

    The situation I would like is to have a library of step types which sequence developers can use. Therefore if new step types need to be added, or existing ones modified - all that needs to be done is to roll out a new MyTypes.ini (for example), and the code modules/substeps.
    Scenarios:
    If I create types in MyTypes.ini (make sure "Attach to this file" is checked, so they get saved here). I can then create a sequence file using these step types. No problem so far.
    I can open the type palette, modify the step properties, and save. When I go back to my sequence file an asterisk appears (saying it needs to be saved, even if I have opened it from scratch). The properties have been updated to reflect what is in the Type Palette. Still no problem (Type versions are the same in the sequence file and type palette).
    This is where the problem appears:
    If I change a step type (in the Type Palette) from using a code module to using a Post-Step substep instead (changing the module adaptor to "None") - any instances do NOT update when you open sequence files. (The same happens vice versa also).
    Please note that the "Type version" listed in the sequence file DOES match that listed in the Type Palette - the properties are the same but the manner in which the code modules are called is DIFFERENT! This then can lead to to runtime errors if the old code module has been deleted for example.
    The only way around this is to open EVERY sequence file that contains an instance of the step type, and make sure that you have "Apply changes to all loaded instances of this type" checked in the step type properties dialog. This is is not a good solution since files could be missed, and is very time consuming if you have hundreds of sequence files!
    What I need is that the Type Palette on any particular station contains the MASTER copies of each type. These are loaded whenever a sequence file is loaded and NOT retreived from the sequence file. As discussed above this seems to work when you modify properties - but doesnt work fine if you change the way in which code modules are called.
    Am I doing something wrong or is this a limitation?

    I had a system recently containing seven sequence files, approx 20 subsequences in each, and around 10-20 steps in each sub-sequence. Every step (except for the NI non-code module types) was an instance of a step type.
    Each one of these steps had an Edit sub-step and a code module called through the code module adapter.
    In order to make these into "wrapped up" step types it was decided to move the code module to a Post-Step substep (as also done in the NI-IVI step types) - so that developers cannot fiddle with the code prototype or module.
    In order to do this I had to open all 7 of the sequence files, make the changes and then ensure that "Apply changes in this dialog to a loaded instances" was checked. This seems to sort of work, but some steps started causing Error 17502 (System Error) when you configure them (call the Edit substep). Over the course of the past few months I have had to effectively check every instance of a type to see if it works (deleting the step and replacing it when it doesnt). Other strange things happened like some of the step type instances now have the "None" (adapter) icon associated with them - but both still work.
    The idea of creating a type-def of a step type is a good one, but frustrating that it doesnt seem to fully work. Why should the sequence file also store a version of the step-type - which is what is effectively causing this problem - why not make it so that if you dont have the step types installed in the type palette - TOUGH! Message Edited by RichM on 03-15-2005 06:55 AM

  • I can not dowload the new updated software for my Ipod touch 4G. When i do I get an error message that says Network connection has timed out. I have done the trouble shooting steps. Downloaded the latest version of Itunes, and checked network connection

    I can not dowload the new updated software for my Ipod touch 4G. When i do I get an error message that says Network connection has timed out. I have done the trouble shooting steps. Downloaded the latest version of Itunes, and checked network connection

    Disabling the computer's antivirus and firewall during the download and update usually resolves the timeout error.

  • Questions on the R12 Bank Data Model

    Hi All,
    I am trying to learn the R12 bank data model and have a couple of quns and was wondering if any of you can help me understand the same.
    I understand banks and bank branches are stored as party in hz_parties and all the other hz_* tables. The IBY_EXT_BANK_ACCOUNTS table (similar to hz_locations which just stores any physical address) purely stores any external bank accounts and the IBY_EXTERNAL_PAYEES_ALL table links the bank accounts to the supplier or the supplier site or the supplier party/party site.
    I also understand that internal bank accounts are stored in CE* tables.
    So,
    (1) What is the difference between IBY_EXT_BANK_ACCOUNTS and IBY_ACCOUNT_OWNERS table.
    (2) What is the significance of the IBY_PMT_INSTR_USES_ALL table? When does it actually get populated?
    (3) If the IBY_EXTERNAL_PAYEES_ALL stores only the link of banks and supplier (or supplier party), then where are the customer bank account details stored, because I dont see a column by name customer_id/customer_site_id or anything like that.
    (4) One another important thing is - on the IBY_EXTERNAL_PAYEES_ALL table I dont see a supplier_id in this table, so does it mean that this table stores only supplier site level bank information? So there is no way, we can store the supplier level bank information?
    Some of the assumptions I am making based on the various documentation available outside, please let me know if my assumptions are even wrong and please clarify the same.
    Thanks.
    Edited by: Srinivasa Vasu on Sep 17, 2009 7:02 AM

    Hi All,
    I am trying to learn the R12 bank data model and have a couple of quns and was wondering if any of you can help me understand the same.
    I understand banks and bank branches are stored as party in hz_parties and all the other hz_* tables. The IBY_EXT_BANK_ACCOUNTS table (similar to hz_locations which just stores any physical address) purely stores any external bank accounts and the IBY_EXTERNAL_PAYEES_ALL table links the bank accounts to the supplier or the supplier site or the supplier party/party site.
    I also understand that internal bank accounts are stored in CE* tables.
    So,
    (1) What is the difference between IBY_EXT_BANK_ACCOUNTS and IBY_ACCOUNT_OWNERS table.
    (2) What is the significance of the IBY_PMT_INSTR_USES_ALL table? When does it actually get populated?
    (3) If the IBY_EXTERNAL_PAYEES_ALL stores only the link of banks and supplier (or supplier party), then where are the customer bank account details stored, because I dont see a column by name customer_id/customer_site_id or anything like that.
    (4) One another important thing is - on the IBY_EXTERNAL_PAYEES_ALL table I dont see a supplier_id in this table, so does it mean that this table stores only supplier site level bank information? So there is no way, we can store the supplier level bank information?
    Some of the assumptions I am making based on the various documentation available outside, please let me know if my assumptions are even wrong and please clarify the same.
    Thanks.
    Edited by: Srinivasa Vasu on Sep 17, 2009 7:02 AM

  • I have two apple accounts, but can only access one. I did all the steps to recover the older account's password but nothing worked. I need to access the older account to update apps. Also would there be a way to just combine both accounts?

    I have two apple accounts, but can only access one. I did all the steps to recover the older account's password but nothing worked. I need to access the older account to update apps. Also would there be a way to just combine both accounts?

    Were you able to reset the account's password ? If not then how did you try to get it reset e.g. http://iforgot.apple.com (which would have sent it to the rescue email address if you have one on that account) ? You can also try contacting iTunes Support in your country to get it reset : http://support.apple.com/kb/HT5699
    And no, accounts can't be merged nor content transferred between accounts.

Maybe you are looking for