Moving a Single Instance database to RAC.

Gurus,
Can some one share some info on how to move a single instance database to a RAC. Any help is appreciated.
Thanks.

What is your Oracle version and platform?
Cheers
http://fiedizheng.blogspot.com/

Similar Messages

  • How to restore a single instance database to RAC (10g) using RMAN ?

    Hi all,
    I have a single instance database configured using file system in a unique server, so now I need to restore this database using RMAN to a new RAC environment with two nodes and ASM also.
    Does anyone can help with this documentation or a link about any information about this restore using rman ?
    I tryied found on metalink but threres isn´t this specific case. Only how to convert single instance to 10g RAC, but without how to use with rman information.
    System: Windows 2003
    Oracle 10g R2
    Thanks.
    Wander(Brazil)

    Wander(Brazil) wrote:
    Hi all,
    I have a single instance database configured using file system in a unique server, so now I need to restore this database using RMAN to a new RAC environment with two nodes and ASM also.
    In essense you are really doing nothing more than restoring a backup on a new host. If you want a blow by blow detail of how to accomplish it take at http://www.oracledistilled.com/oracle-database/restore-database-to-another-host-using-rman
    In order to write the files to the ASM Disk groups you will use the SET NEWNAME FOR DATAFILE in your restore script. You will also need to create the ORACLE_BASE/admin/<DBSID> structure on all of node. Once you get the database completely restore you will need to edit the SPFILE to include the proper value for the CLUSTER* parameters and each the node specific parameters. Sorry that it is kind of higher level than what you are probably looking for but the link above and what I put here should get you were want to go.

  • How to migrate Single instance database on RAC. OS - Solaris Sparc

    Dear Team,
    We are planning to migrate our single instance databases on multi instance environment which is RAC  on Solaris 10 sparc server.
    Will you please help for migration steps and  database feasibility for the same.
    Oracle database version - 11.2.0.1
    OS - Solaris 10 sparc 
    Thanks in advance.

    Hi,
    You can also look at this link which caters for 11gR1 as well though title say 10g,
    How to Convert 10g Single-Instance database to 10g RAC using Manual Conversion procedure (Doc ID 747457.1)
    HTH,
    Pradeep

  • 10gR2 single instance to 11gR2 rac upgrade

    Can someone tell me some good approach for upgrading a single instance 10.2.0.2 database of approx size 2TB to 11.2.0.3 rac 2 node db on linux.

    Hi;
    1. You can upgrade your db to 11gr2 first than convert it to rac
    2. You can use RMAN and restore it to new 11gR2 server
    3. You can use expdp/impdp to new 11gR2 server
    Please see:
    Minimizing Downtime During Production Upgrade [ID 478308.1]
    Master Note For Oracle Database Upgrades and Migrations [ID 1152016.1]
    Different Upgrade Methods For Upgrading Your Database [ID 419550.1]
    Check:
    How does one convert a single instance database to RAC?
    http://www.orafaq.com/wiki/RAC_FAQ#How_does_one_convert_a_single_instance_database_to_RAC.3F
    Please also check my blog
    http://heliosguneserol.wordpress.com/2010/06/17/move-to-oracle-database-11g-release-2-wiht-mike-dietrich/
    In this pdf you can see patch of to upgrade db from x to n wiht many senerios wiht all related metalinks notes which is created by Oracle worker Mike Dietrich
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • MAIN STEPS IN MOVING 9i single instance TO 10 g RAC

    Hello Guys,
    colud you give me some basic steps, general idea how to move normal single instance database 9i (windows platform) to 10g RAC (linux)?
    Maybe these are correct steps ?:
    1 Migrate database to 10g ?
    2. Migrate to ASM
    3. Duplicate this db twith RMAN to 10g RAC databasE?
    Best Regards
    Radek

    Since you are moving from one OS to another - is export/import an option for the move from Windows to Linux? If yes then here are high level steps:
    Export/Import Option:
    1) Install and configure CRS/RAC on Linux
    2) Create a RAC database on Linux
    3) Pre-create tablespaces as it exists in your Oracle9i database
    4) Export from 9i and import into 10g.
    If not:
    On Windows:
    1) Install Oracle10g
    2) Upgrade your Oracle9i to Oracle10g
    3) Install/Configure CRS/RAC on your Linux
    4) Create a RAC database.
    5) Use RMAN's CONVERT option for cross-platform move of tablespaces from win to linux (check this http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/dbxptrn001.htm#sthref1383 for more information on this)
    You almost got all the steps for the second option, except that I have just included step 5.
    HTH
    Thanks
    Chandra Pabba

  • Converting single instance database(11gr2) supporting EBS 12.1.3 to 2 node RAC on RHEL.

    Hi We are in the process of converting single instance database(11gr2) supporting EBS 12.1.3 to 2 node RAC on RHEL. Which version of RHEL is better? if its 6.x then x?? The oracle document only says RHEL update 6.
    thanks in advance.

    Hi,
    Yes you can use any version but i recommend  you to use 6.2
    Also refer my post for RAC migration in EBS
    Apps DBA Workshop: Using 11gR2 RAC with Oracle Applications R12.1.1
    Hope this helps
    thanks,
    X A H E E R

  • Creating a RAC standby database for a single instance database

    Dear All,
    I have a task of migrating a 500GB single instance database to a two-node RAC database with a little downtime at hand. My migration strategy is to:
    1) Create a RAC physical standby for the Single Instance database
    2) Switchover to RAC standby.
    Primary and Standby OS and DB configurations:
    OS: Windows Server EE 2003 (64-bit)
    DB: Oracle 10g Database Release 2 (10.2.0.4)
    Oracle 10g Clusterware Release 2 (10.2.0.4)
    To create a RAC standby, I will:
    a) Install Clusterware (10.2.0.1)
    b) Install Database (10.2.0.1)
    c) Patch both Clusterware and Database (10.2.0.4)
    d) Create ASM instance for both the nodes (+ASM1 & +ASM2)
    e) create standby controlfile on primary
    f) Move standby controlfile, RMAN backup of primary, pfile, listener.ora, tnsnames.ora, password file to standby host-1
    g) make necessary changes to the pfile on standby host-1 like cluster_database, instance_name, thread, ...
    h) mount standby database and restore backup
    Kindly validate my steps and if there already exists such a document then please do provide me with a link.
    Regards

    Please refer to MAA whitet paper :
    [http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10g_RACPrimaryRACPhysicalStandby.pdf]
    [MAA website|http://www.oracle.com/technology/deploy/availability/htdocs/maa.htm]

  • Can we use Grid Infrastructure 11.2 to protect a single instance database?

    Hi all,
    I would like to use Oracle Grid Infrastructure to protect a single-instance database.
    I found these docs:
    http://www.oracle.com/technetwork/products/clusterware/overview/em-db-failover-128585.pdf (for 10.2)
    http://www.oracle.com/technetwork/products/clusterware/overview/si-db-failover-11g-134623.pdf (for 11.1)
    I was unable to find a similar document for GI 11.2 . Do you know if such a document exists?
    At the moment I only know that the GI is free if used for an Oracle Product, but I am not shure whether it can be used to protext external applications or single-instance databases
    Andrea

    Hi,
    while this still works (the scripts for failover you find in the demo folder $GI_HOME7/crs/demo/coldfailover), the document does not exists, since with 11gR2 there is a supported solution called RAC ONE Node, hence rendering the manual setup obsolete.
    For more information see:
    Oracle Clusterware and Application Failover Management (Doc ID 790189.1)
    Regards
    Sebastian

  • Configuring multiple services in a single instance database

    Dear All,
    I would like to create multiple service names for a single instance oracle database (10.2.0.3 on IBM - AIX 6.1). I tried searching on the net, reading documentation, and also on the metalink but couldn't find anything relevant to single instance database.
    Say I have two users, userA and userB, for which I would like to use two services (ServA and ServB) to connect to the same single instance database.
    Any help in this direction is appreciated.
    Regards

    Oracle Lover3 wrote:
    Thanks for your quick solution.
    By the time you answered I was able to locate it in the documentation. I have tested it and its working perfectly. Here's the documenation link.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams188.htm#i1133481
    It is very hard to believe you didn't find this in the documentation, and my suspicion is you didn't search for it at all.It is very hard to believe that you don't trust others and end up in suspicion. I wish you were sitting next to me while I was searching for the link/document.It is because the vast majority of doc questions are asked by people who don't read the docs at all.
    Now, I'm curious about your requirement. While it can be done, it is pretty unusual. That always leads me to want to step back from the technical question and ask What business problem is this solving?

  • Request Dataguard steps in single instance database

    Respected Sir,
    Could you please send me steps for dataguard installation for single instance database.I'm using Red Hat 5 os.
    I wil be highly pleased if you kindly gtrant me my request.
    Regards
    Monoj Das

    Could you please send me steps for dataguard installation for single instance database.I'm using Red Hat 5 os.
    I wil be highly pleased if you kindly gtrant me my request.What is the version?
    *Step By Step Guide To Create Physical Standby Database Using RMAN [ID 469493.1]*

  • Single-Instance ASM to RAC ASM !!

    At the moment i am in process to create a RAC ASM instance on two nodes. When i was creating ASM instance it gave me error that unable to connect to crsd on Node2.
    So i manually added asm instance using srvctl on node2. It is registered with CRS but it is not online. I tried starting up by using crs_start or srvctl start asm but asm resource is down on both the nodes.
    I have started up manually both the ASM instance and created some Diskgroups, Now i have to create a RAC enabled DB for which it is showing convert single-instance ASM to RAC ASM.
    What needs to be done.

    Hi
    because the service ASM was added individually the crs stack is unable to recognise the clustering of ASM. In fact this has just made the ASM on two nodes function as two seperate ASM instances. They were never clustered. So i think convertion is one option. I came here while looking for one such doc. My 10.2.0.1 RAC install on windows 2003 went on a toss.. while dbca was trying to set up the clustered ASM and configure the instance, the primary node crashed and when it was recovered, i could notice the ASM instance is created on one node only.. When i try to invoke dbca again, neither am allowed to create an ASM instance for RAC/convert the existing one to RAC. Until now what I have found is that if such case arise, the quicker way is to revert everything back, clean up the server of clusterware and re install every thing... but before am looking for my options..
    does any body have an idea? please share
    sarat.

  • Converting Single Instance database into Oracle Fail-Safe on Linux

    Hi All,
    We have single instance Oracle10g database running on Linux RHEL4. We are looking to convert this database into Oracle Fail-Safe (Active-Passive). Does any one have document for Oracle fail-safe setup?
    Regards,
    Tushar

    Tushar,
    you can't use software for windows on Linux.
    However, there's number of ways to implement high-availability solution on Linux Oracle.
    You can go with Active-Active (RAC) - which means that you'll have two servers attached to the same database at the same time. You can use either, and if one goes down(due to power failure for instance), the second will still be available.
    You can go with Active-Passive (Data Guard) - which means that you'll have one of the nodes being active and the second passive, but synchronized with the first one, so in case of failure of the first node you can activate the second one.
    You can also go with linux clustering - which is most similar to MCS + fail-safe - you'll have two nodes clustered with linux clustering software (RH cluseter suite for instance) and connected to shared storage. One node is active, and in case of crash database instance will be automatically started on the second node. This is beneficial because you can use your resources more efficiently. In case if you have two databases you can run each of them on dedicated server and then, in case of node failure move to another one. However, the setup of such configuration is quite cumbersome.

  • Creating a new single instance on a RAC structure

    I have a RAC with 2 nodes using ASM, it's perfect running.I don't have any problems with that.
    Now I need to create a new instance in one of the RAC the nodes.
    So my question is, I need to create a new ASM instance for this new single instance that I will create?
    What will be the best practice in this case?

    But i will have to create a new ASM instance to control the storage of this new instance?
    I have the ASM1(node 1) and ASM2(node 2) I will have to create de +ASM3 on  the node 1 to control this new instance?                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Do we require HBA card for single instance database.

    Hi All,
    I have doubt that we are going to implement a single instance with ASM.
    Db version will 11gR2 as it is asm. My concern HBA is required for single instance oracle database.
    Please suggest.
    Thanks and Regards,

    The question is : do you want your user to be able ti use their application offline ?
    If yes, then you may provide them a local database and use a JDBC type4 driver. (The application is fetch directly from the server when first connected and then is able to lauch the applicaiton off-line) Such a network listen is allowed by the JNLP security model without any application sign !
    If no, then why not having a single database and some user debedant table that store the user specific data (as usual), and using a login dialog-bon (or an auto-logon mechanism) to restric identify and access your database thru some business logic via RMI or any ligh-webservice technology.
    Anyway you have plenty of solutions ..... it only depends of what are the exact needs.
    Regards,
    Jean-Baptiste Bugeaud
    WWW.UP2GO.NET - The JNLP Applications Repository

  • Single instance Dataguard on RAC

    Hi
    I am trying to create a single instance dataguard for 2 node RAC. The following is the uname -a on all the 3 machines. Just want to know as the uname is different on dataguard machine than the RAC nodes, will there be poblems? I am using CentOS 4.
    Also, the Oracle veresion of RAC and standby machine is 10.2.0.1. Is it recomended to patch to 10.2.0.3 first or patch after setting up dataguard.
    Thanks in Advance
    Regards
    RAC machine 1
    oracle@rac01<8>:/u01/app/oracle> uname -a
    Linux rac01 2.6.9-55.0.2.EL #1 Tue Jun 26 14:08:18 EDT 2007
    i686 i686 i386 GNU/Linux
    RAC Machine 2
    oracle@rac02<1>:/u01/app/oracle> uname -a
    Linux rac02 2.6.9-55.0.2.EL #1 Tue Jun 26 14:08:18 EDT 2007 i686 i686 i386 GNU/Linux
    Dataguard Machine
    oracle@dg01<1>:/u01/app/oracle> uname -a
    Linux dg01 2.6.9-67.0.1.EL #1 Wed Dec 19 15:50:25 EST 2007 i686 i686 i386 GNU/Linux

    I am trying to create a single instance dataguard for
    2 node RAC. The following is the uname -a on all the
    3 machines. Just want to know as the uname is
    different on dataguard machine than the RAC nodes,
    will there be poblems? I am using CentOS 4.
    I doubt Oracle 10g R2 , is certified with CentOS !!!
    Check Certify - Oracle's Certification Matrices
    Also, the Oracle veresion of RAC and standby machine
    is 10.2.0.1. Is it recomended to patch to 10.2.0.3
    first or patch after setting up dataguard.
    It is good,to install patch set 10.2.0.3 , before setting DG.

Maybe you are looking for

  • Problem Syncing iPhone with iMac

    Hello, My iPhone has been working and syncing (with new iMac) just fine - until tonight. I plug in iPhone. It shows up in iTunes. I have Automatic sync checked. But, within less than a minute, I receive this error message: "iTunes could not sync cont

  • How do you get photo slideshows in the right order on Ipod Video

    When I download my photos from my computer (Windows XP) they do not come out in the right order on my Ipod. How do I get my photos to come out in the same order as I have them on my computer? In My Pictures on Windows I arrange icons by date taken an

  • I cant sync my iPhone songs to my iPad, I cant sync my iPhone songs to my iPad

    Help I can't sync my iPhone songs to my ipad

  • HT4914 how to unsubscribe from itunes match?

    Hoe do I unsubscribe from itunes match.......I need to change my store back to the uk store to updates uk only apps purchased before I moved to the US and switched store. I can't change store because I now have a ITunes match account in the US store.

  • Need to get Licnense type linked to ECCN

    Hi All, I have a requirement to pull ECCN and License type in R3 from GTS system. I do not have sales document and am using material number to fetch the ECCN number with the help of one functional module but I am unable to get the licnese type which