11i eBiz RAC 9i database cloning to a envronment with existing 10g CRS

production is 9.2.0.8 RAC Need to clone production to lower instance using Rapid Clone. Has done such clone before.
The new issue is there is an another 10g RAC database with 10g Clusterware has been installed in this server and the cloned 9i RAC need to co-exist with this 10g RAC database.
I am thinking to use 10g clusterware to manager 9i RAC database.
From cloning point of view, how to clone a 9i RAC database to an environment with 10g clusterare.
Should I use 9i oracle home 9.2.0/appsutil/clone/bin/adcfgclone.pl or should I use 10g oracle home adcfgclone.pl?

Hi,
production is 9.2.0.8 RAC Need to clone production to lower instance using Rapid Clone. Has done such clone before.I did not try this type of clone before. However, I believe you cannot use 10g ORACLE_HOME as cloning 11i instance with Rapid Clone on 10g database requires additional manual steps which cannot be applied to the 9i ORACLE_HOME. From Rapid Clone point of view, I believe you need to issue adcfgclone.pl from the 9i ORACLE_HOME
Note: 783188.1 - Certified RAC Scenarios for E-Business Suite Cloning
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=783188.1
Regards,
Hussein

Similar Messages

  • Cloning/Moving webpart pages with existing webparts

    Hi All,       
            We need to support clone/move of the webpart pages with pre populated webparts. We have our custom webpart page layout. Users can create webpart page using our custom page layout and can add webparts init. On cloning
    of the webpart page we just read the file(webpart page) from the document libary and saving it with different name in the same document library. But the cloned page does not retain the webparts added to it. The user can view only the empty webpart page layout.
    Please suggest me how to move/clone the webpart page with the existing webparts.
    Thanks,
    R.Prakash

    Hi Florin,
                Thanks a lot for your help.
                Based on your suggestion we completed the cloning of the WebPart pages.
    Code snippet:
    SPSecurity.RunWithElevatedPrivileges(delegate()
                    using (SPSite site = new SPSite(SPContext.Current.Site.ID))
                        using (SPWeb web = site.OpenWeb())
                            SPLimitedWebPartCollection lstWebPart = null;
                            web.AllowUnsafeUpdates = true;
                            using (SPLimitedWebPartManager webPartManager =
                                        SPContext.Current.Web.GetLimitedWebPartManager("Pages/BaseWebPartPage.aspx, 
    PersonalizationScope.Shared))
                                lstWebPart = webPartManager.WebParts;
                            using (SPLimitedWebPartManager webPartManager =
                                         SPContext.Current.Web.GetLimitedWebPartManager("Pages/ClonedWebPartPage.aspx, PersonalizationScope.Shared))
                                foreach (WebPart webPart in lstWebPart)
        webPartManager.AddWebPart(webPart, webPart.Zone.Id, webPart.ZoneIndex);
                                    web.Update();
                            web.AllowUnsafeUpdates = false;
    Thanks,
    R.Prakash

  • How to add a second database along with existing two node RAC environment

    Hi,
    I was wondering if anyone can help me with this.
    My Environment:
    1. Two node RAC Cluster database (11.2.0.2) with ASM running perfectly (Oracle Sid = test-1)
    2. I have installed a second single instance db on node 2 (Oracle Sid = test-2) with NTFS file system for datafiles
    3. Database is up and running, but I am not able to connect it from any client.
    4. I am getting ORA-12514:  TNS:listener does not currently know of service requested in connect descriptor
    5. Database (test2) is registered with grid LISTENER
    5. TNSPING from client machine response is ok
    Am I missing something here, happy to provide more info if requested.
    Thanks,
    PS

    C:\Users\root.test_prod>lsnrctl
    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 23-FEB-2012 11:58:05
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Production
    Start Date 18-FEB-2012 19:51:47
    Uptime 4 days 16 hr. 6 min. 24 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\app\11.2.0\grid\network\admin\listener.ora
    Listener Log File C:\app\11.2.0\grid\log\diag\tnslsnr\IRIS11G-DB-2\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\LISTENERipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.30.0.202)(PORT=1520)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.30.0.215)(PORT=1520)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+asm2", status READY, has 1 handler(s) for this service...
    Service "test-11gRAC.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Service "test-11gRXDB.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Service "irisapps.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Service "test-2" has 1 instance(s).
    Instance "test-2", status READY, has 1 handler(s) for this service...
    Service "test-2XDB" has 1 instance(s).
    Instance "test-2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> service
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+asm2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1322 refused:0 state:ready
    LOCAL SERVER
    Service "test-11gRAC.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1829 refused:0 state:ready
    LOCAL SERVER
    Service "test-11gRXDB.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: IRIS11G-DB-2, pid: 4496>
    (ADDRESS=(PROTOCOL=tcp)(HOST=IRIS11G-DB-2.test_prod.internal)(PORT=57695))
    Service "irisapps.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1829 refused:0 state:ready
    LOCAL SERVER
    Service "test-2" has 1 instance(s).
    Instance "test-2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "test-2XDB" has 1 instance(s).
    Instance "test-2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: IRIS11G-DB-2, pid: 9340>
    (ADDRESS=(PROTOCOL=tcp)(HOST=IRIS11G-DB-2.test_prod.internal)(PORT=58653))
    The command completed successfully
    LSNRCTL>

  • 2 Node RAC standby database

    Hi,
    I am planning to create a 2-node RAC physical standby database which uses ASM from 2-node RAC production database. I am familiar with RMAN duplicate (11g) network based backup to create the physical standby database, but not sure how this will work to create 2-node RAC standby with ASM.
    Could any help me with the document ID which describes how to create a RAC standby database using ASM as storage.
    Source:
    OS: Linux 64 bit
    Oracle: 11.2.0.1
    RAC/ASM: yes/yes
    Target:
    OS: Linux 64 bit
    Oracle: 11.2.0.1
    RAC/ASM: yes/yes
    Thanks in advance!!
    Regards,

    Hi
    You can follow following...
    1.Install crs.
    2.Create ASM instance at standby site...
    3.Prepare parameter file for standby database.
    4.start database instance in one node at nomount state..
    5.create standby control file at primary database...
    6.Copy and paste created control file at primary to standby site..
    7.Copy control file at file system and modify location of control file at init<SID>.ora.
    8.start standby database mount state..
    9.create backup text backup controlfile at primary site...
    10.shutdown standby database,change location of controfile inside ASM.. and place nomount state...
    11.Create controfile through text backup controfile...
    12.backup primary db and paste it in standby site..
    13.Use RMAN to place datafile inside ASM..if you not using RMAN for backup and restoration purpose..
    14.start standby database in mount state and recover through MRP or foreground process..
    15.use SRVCTL to register ASM instances..database and database instances.
    For standby database of RAC..there can only be one node up...So..remember you can start instance of one node only...
    Hope this will help U.
    Tinku

  • Database cloning in 10g RAC

    hi any body help me,
    How to clone using rman in Oracle 10g R2 RAC environment.

    step by step documentation for cloning RAC database.
    refer:
    RAC Database cloning with HOT Backup
    http://www.dba-oracle.com/t_rac_cloning_hot_backup.htm.
    hope, this helps you.

  • Database cloning using RMAN using Oracle 11i

    Hi all,
    I am getting error while connecting to clone database after making necessary changes in initDUP.ora file. Any buddy help me out to resolve this problem. I am doing clonning first time.
    C:\Documents and Settings\sanjeevk>tnsping dup
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 25-JUN-2010 11:57:40
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    C:\oracle\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = abc-117.abc
    .com)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = dup)))
    OK (50 msec)
    C:\Documents and Settings\sanjeevk>set ORACLE_SID=dup
    C:\Documents and Settings\sanjeevk>sqlplus "sys/****** as sysdba"
    SQL*Plus: Release 11.1.0.6.0 - Production on Fri Jun 25 11:59:55 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name: / as sysdba
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Edited by: user13174327 on Jun 25, 2010 12:16 AM

    try to conenct to clone database from target database as sys by sqlplus 'sys/sys@CLONE as sysdba'
    make sure u have remote_login_password_file=exclusive in clone database pfile,,,,
    reload the listener,,, with replacing hostname with the ip address of the machine.....
    also take care of global_db_name ..
    i will post a sample of listener file it may work 4 u..
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/orasoft/10.2.0.4)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = rman_cat)
    (ORACLE_HOME = /oracle/orasoft/10.2.0.4)
    (SID_NAME = rman_cat)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.$$$.###.***)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    if u want proper SOP for duplicating database through RMAN .. post me ur mail id.I did that at last two days back.....
    Regards,
    Sisya....

  • RAC enabled database binaries vs non-RAC enabled binaries

    We have a 5 node cluster in which we will be installing Oracle database binaries onto and creating Oracle databases on, some of which will be standalone and most of which will be RAC enabled.
    Is there a difference in 10g RDBMS binaries that are "cluster enabled" versus a single node 10g binary install? Can non-RAC enabled databases use the same set of RAC enabled database binaries? I don't want to install two Oracle home's....
    Hopefully that question makes sense. Thanks in advance for your input.

    (build1):/u01/oracle/product/10.1.0.5/dbrac/rdbms/lib> sqlplus "/ as sysdba"
    SQL*Plus: Release 10.1.0.5.0 - Production on Mon Jun 22 11:28:56 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    1* select * from v$option where PARAMETER like '%Real%'
    SQL> /
    PARAMETER VALUE
    Real Application Clusters TRUE
    (build1):/u01/oracle/product/10.1.0.5/dbrac/rdbms/lib> nm -r libknlopt.a | grep -c kcsm.o
    0
    (build1):/u01/oracle/product/10.1.0.5/dbrac/rdbms/lib>
    Well, this is a RAC database on AIX so not sure whether checking only libknlopt.a is enough on AIX.
    I did not good answer from Oracle support also regarding same question.
    I know, if I have RAC DB Binary installed and want to convert to Non RAC, you compile with rac_off option or even set cluster_database to false.
    While confusing part is whether Reverse is TRUE i.e. if you have NON RAC DB Binary and then you relink with rac_on option and now you have RAC enabled true. I am not clear on this statement.

  • RMAN database cloning

    1)While cloning using RMAN when we say " duplicaicate target database to testdb" will RMAN apply archives which are not archived (uning "backup database archivelog all") or not.
    2) Why do we need to connect to the target (rman target=prod@toprod auxillary=/ catalog=cat@tocat ( i.e source db... this db we are cloning form).
    we have the backup of the backup's in a say NFS mout and we have info about backup in the catalog?

    Hello;
    Dan's version question is important because Oracle 11 has many additional duplication options.
    That's said if you copy the archive to the remote server it will use them in both Oracle 10 and 11.
    Here's my Oracle 11 - Duplicating a Database to a Remote Host with the Same Directory Structure short notes :
    http://www.visi.com/~mseberg/rman/active_database_duplicating.html
    and with different directory structure :
    http://www.visi.com/~mseberg/rman/diff_database_duplicating.html
    Best Regards
    mseberg

  • RAC Standby Database rebuild

    Hi
    Current 10.2.0.4 Setup is with Dataguard Broker (Unix/No OEM Setup):
    Rac Primary 2node cluster
    Rac Standby 2node cluster
    The rac Standby Database are going to be opened read/write.
    Then will require a rebuild of standby ie delete db files and duplicate db using rman
    1) My questions is how do I rebuild of a rac standby database with an existing enabled dg broker?
    2) Are there any documentation on the steps to follow.
    3) Should the dg broker config be dropped or just disabled and if so at which stage?
    Config on Rac primary should be kept to a minimum as its being used so no outage expected here.
    Regards
    Me

    Have you given any thought to using flashback (depending on how long your standby will be open for read/write)? You could (before you open read/write) copy your dr*.dat files (broker config files), stop the broker and create a guarenteed restore point. After you have finished and ready to convert back to standby you would flashback your database to the restore point, convert back to a physical standby, restart the broker and shutdown. Restore the dr*.dat files to their location and then startup the standby. From there it should fetch the logs from the time the broker was down and catch back up.
    If you would rather rebuild, again you would need to take the broker out of the equation and use RMAN to create a clone for standby and then once in place you would reconfigure the broker (may be able to just restore the dr*.dat files from before the open operation but unsure.

  • Manaul steps to create RAC ONE database

    Hi I am trying to create to the RAC one database mnaually without using dbca utility.
    Can anyone please let me know the steps to to create RAC one node database.
    I am able to find lot of doucemtnation on net for the steps to create RAC database but unable to get on RAC ONE nodate database.

    As John said, Setting up RAC one node is same as 2 nodes RAC . You need to define some parameters . Please follow the Oracle link and it explains very well.
    https://docs.oracle.com/database/121/RILIN/racinstl.htm#RILIN1006

  • Partial EBS Database Cloning

    Hi
    Is it possible to have a cloning strategy of bringing over a small percentage of data to the non-prod environments during the database cloning process for an EBS Env? Say 50% in Test and 25% in Dev.
    If possible this would cut down on long-term storage cost and data liability, but I am not sure if this is possible. If possible then I would like to understand the amount of effort how this would be implemented.
    Has anyone done this? Any pointers will be much appreciated. We are on R12.1.3 with HR and Payroll.
    Thanks

    1002216 wrote:
    Hi
    Is it possible to have a cloning strategy of bringing over a small percentage of data to the non-prod environments during the database cloning process for an EBS Env? Say 50% in Test and 25% in Dev.
    If possible this would cut down on long-term storage cost and data liability, but I am not sure if this is possible. If possible then I would like to understand the amount of effort how this would be implemented.
    Has anyone done this? Any pointers will be much appreciated. We are on R12.1.3 with HR and Payroll.
    ThanksRapid Clone doesn't support partial cloning.
    One of the options would be cleaning/purging the data on the target instance once the full/complete clone is done -- Search the forum for cleaning/purging and you will get many hits.
    Thanks,
    Hussein

  • Database Prunning and database cloning?

    Hi,
    I would like to get help from someone about the database cloning and pruning can i get it?
    thx
    pradeep

    Hi, plase review the next thread into this forum
    Re: cloning using rman backups?
    cloning
    Good luck.
    Regards.

  • RAC Standby database sync

    Hi all,
    I have 2 node rac database and also it is having standby database on another standalone server with asm.
    Now how can i check the sync between these two databases. Both the instances having different sequence numbers.
    Please let me know.
    thanks

    you can check current_scn of database from v$database in standby and prod....

  • What is the exact difference between Database Cloning and Database Refresh?

    Hi,
    Can anybody tel me the exact difference between Database Cloning and Database Refresh?
    I Have some conflicts in these topics.
    Thanks
    Rajesh

    Refresh is what it says, "refresh" . You have a main site which would always have the data being inserted into it. There would be another site which would remain some where else . This site needs to be refreshed with the primary site. So you need to do export from the primary, push it to the secondary site and done!
    HTH
    Aman....

  • Database Cloning or Software Cloning

    Hi,
    Can anyone explain what is database cloning & software cloning available in oracle 10g ?
    With Regards
    Kccrga

    In addition to the above replies.
    Let's say you have a Production database (PROD) is running on Linux/Unix Server (AAA). Here you wanna clone your database and Oracle Home (Oracle Software Direcotries) from Server AAA to server BBB. Oracle Home cloning is nothing but software cloning.
    Software Cloning: This can be done only once until and unless any Oracle Patch applied on it.
    Database Cloning/Refresh: This needs to be done whenever the updated datais required in the test/developement databases from production.
    Software Staging: This can be done once when we install Oracle Software. It means that we need to copy the Oracle Software CDs in one area on the server for the future installation of the same software.
    Regards,
    Sabdar syed.

Maybe you are looking for

  • Poor Customer Service

    I am shocked at the level of poor customer service I get from Adobe sales reps on a consistent basis. It is as if Adobe assumes their products are without peer - so the sales team can take its customers for granted. I recently subscribed to the $19.9

  • Family plan nightmare

    Hello, In september of 2012 I called Verizon Customer service to compare the new plans verses staying on the old plan and just buying a new phone outright. To give a complete picture I have 9 smartphones and one tablet on my account. I was told the a

  • How can I back up my data eventhough my laptop doesn't start

    I use macbook pro and have upgraded it to OSX yosemite. Today it shown that the wifi does not function. I try to backup data but I cannot start the system. It shows the loading bar till half way and doesn't go further.I turned it off and started it a

  • Adobe flash player and windows 7 IE 10

    Why can't I download Adobe flash player with windows 7 64 bit IE 10 64 bit ??????

  • Report Status is Not Displaying in My history

    Hi All, There is no history details are displayed in history but it was appear in schedule tab. Can anyone tell me how to fix it Regards