How do I add the new database to RAC 10 g 1

Hello, guys!

I'll migrage RAC 2 - nodes to a new hardware (virtual machine is), but I don't know how to do this.

Guys, please, can you me the migration steps?

I was thinking about this:

(1) I install clusterware on 2 new nodes.

(2) restore database backup rman (production system)

(3) is not sure how to register restored the database on the new cluster

Thanks in advance.

You must first reconfigure init.ora (for all instances) with the new configuration, as remote_listener local_listener, instance_number cluster_database...

After that, you must save the database and everything what you bodies

srvctl add database d o Pei

srvctl add instance d -i - n

srvctl add instance d -i - n

HTH - Antonio NAVARRO

Tags: Database

Similar Questions

  • Add the new database

    I have a 2 rac cluster

    rac1 server with 2 network cards

    eth0, eth1

    rac2 server with 2 network cards

    eth0, eth1

    We have completed the installation of rac cluster

    the database is rac

    Now the manager who comes to me and says

    I want you use the environment above and create another database QA

    of course I can easily create a single instance of QA Manager

    said... I want allows you to create a car QA database

    How do I do this with the same material?

    Imagine the size of the data set is 20 GB and data used are 10 GB

    the sys admin says if you want it can create discs more than necessary.

    How to use two servers to create another data base rac called QA

    I can't go to the Manager and say... BUY a material more

    What are the minimum requirements and that is the necessary steps.

    Of course I don't want detailed step by step guide

    just a preview...

    You can use dbca (Database Configuration Wizard) to create multiple databases in the same installation of RAC cluster.

    But first think how big disks (data, Redo, Arch) (grid Infra (clusterware) disc can be same for all databases) you need this new database and add these new drives for servers and ASM if you use.

    And then create a new database with dbca.

  • How to add the 'new tab' button next to the last tab?... I use version 9.0.1. and they are missing and I can't find how to add.

    I got the new tab next to open tabs button, but with a recent update of Firefox, the tab button disappeared. Went through all the help points, but how do I add the new Help tab is not listed. The only way to open a new tab is manually using the buttons on windows/t or opening the file and choosing the new tab.

    Hello

    It could be that he is hidden behind another icon. Please try this: right click on the empty space after the last tab and Customize.... With the mini window open, you can move the other toolbars and icons to check if the new tab button is hidden. You can also check inside the mini window customize the icon named new tab or click Restore Default Set that will be hopefully restore back. Please note that if nothing is uninstalled or disabled when you click on restore by default, you will have to redo all changes to manual/personal toolbar.

    Customize toolbars

  • Add to that a drive to RAID5 ESX didn't add the new space?

    I need more space for the ESX Server so I add 4th same drive size to existing RAID5, I had 3 discs 264.50 I now see in open manage once I add the 4th car total 408 GB is 260 something in ESX under storage always fresh watch 46 GB 264.50 GB of space even old information and restarted ESX even question? How can I add the new space of ESX?

    Thank you

    Always backup your virtual machines if you are not sure

    For me, because I am familiar with the disk partitioning, I would just to repartition the disk.  Depends on your comfort level.  method 1 is the "safest".

    -Matt

  • Cannot add the new log file for the 11g database.

    Salvation of DBA

    I'm not able to add the log file, I receive the error message when the database is added.

    SQL > alter database add logfile group 3 ('/ oracle/DEV/db/apps_st/data/log03a.dbf','/oracle/DEV/db/apps_st/data/log03a.dbf') Re-use of size of 50 m;
    alter database add logfile group 3 ('/ oracle/DEV/db/apps_st/data/log03a.dbf','/oracle/DEV/db/apps_st/data/log03a.dbf') Re-use of 50 m of size
    *
    ERROR on line 1:
    ORA-01505: Error adding log files
    ORA-01577: cannot add the log file ' / oracle/DEV/db/apps_st/data/log03a.dbf'-fichier
    already a part of the database

    SQL > select a.group #, a.status, a member of the journal of v$ a, v$ logfile b where a.group # order of b.group = # 1;

    GROUP # MEMBER STATUS
    ---------- ---------------------------------------- ----------
    1 ACTIVE /oracle/DEV/db/apps_st/data/log01a.dbf
    1 ACTIVE /oracle/DEV/db/apps_st/data/log01b.dbf
    /Oracle/DEV/db/apps_st/data/log02a.dbf CURRENT 2
    /Oracle/DEV/db/apps_st/data/log02b.dbf CURRENT 2

    Kindly help me to add the new log file to my database.

    Thank you
    SG

    PGO

    Please see (how can redo log group be dropped when it ever becomes inactive?) [ID] 730827.1).

    Thank you
    Hussein

  • Add a new database to the listener

    Hi all
    on 10 g
    How to use netca, can add a new database to my interlocutor?

    Thank you.

    Do you really need to add the database to the listener?

    Why not just use dynamic record by setting the parameter 'local_listener' in the database?

  • How can I add the "open a new tab" button back to tabs & bookmarks to the menu bar? I was able to click and drag the bookmarks there and the tab button has always been thr

    How can I add the "open a new tab" plus button back to tabs & bookmarks to the menu bar? I was able to click on and drag the bookmarks and folders containing the bookmarks in the menu bookmark to a bar of tools and click the tab + button was always on the right side of a tab before seeing ff 13.0.1 on windows 7.

    I need back, areas have red around em

    http://i48.Tinypic.com/25gue0x.jpg

    Draggin ' bookmarks toolbar items, it's done. Thank you for the mind can.

  • How can I add a new site under the heading 'Favorites '?

    How can I add a new site under the heading 'Favorites '?

    See: https://www.winhelp.us/internet-explorer-11-favorites.html

    He will explain

  • How to add the new column in existing table to our desired location?

    How to add the new column in existing table to our desired location?

    For example, I have to add the new column 'course' before the salary column in the emp table.

    I think the best way is to add the column at the end of the table and create a new view with the order of the columns...

    Another option...

    places the data into a temporary table and recreate the table with the correct order of the columns, and then insert data to the table from the temporary table

    Refer

    Add column (from table) in the desired position

    Example:

    CREATE TABLE temp_my_user LIKE)

    SELECT * FROM password);

    DROP TABLE password;

    (Password) CREATE TABLE

    userID NUMBER

    , first name VARCAHR2 (25)

    , middleInitial VARCHAR2 (1)

    (, name VARCHAR2 (25));

    INSERT INTO password (userID, firstName, lastName)

    (SELECT username

    first name

    lastName

    OF temp_my_user);

    DROP TABLE temp_user;

  • Please let me know how I can add a new column with a constraint not null, table already has data, without falling off the table... Please help me on this issue...

    Hello

    I have an emp_job_det with a, b, c columns table. Note that this TABLE ALREADY has DATA OF THESE COLUMNS

    IAM now add a new column "D" with forced not null

    Fistly I alter the table by adding the single column "D", if I do, the entire column would be created with alll of nulls for the column DEFAULT D

    ALTER table emp_job_det Add number D; -do note not null CONSTRAINT is not added

    Second... If I try to add the constraint not null, get an eoor as already conatained null values...

    (GOLD)

    In other words, if I put the query

    ALTER table emp_job_det Add number D NOT NULL; -THROWS ERROR AS TABLE ALREADY CONTAINS DATA

    So my question is how how can I add a new column with a constraint not null, table already has the data, without falling off the table

    Please help me on this issue...

    Add the column without constraint, then fill the column. Once all the rows in the table are given in the new column, and then add the constraint not null.

  • How to add the new currency?

    Hi, I'm new on this and cannot find a solution to my problem.

    I do a form of very simple Bill, with calculations and totals, but I need to have the currency on each etc. Total partial total. The problem is, none of the default currencies works for me, how can I add a new?

    Adobe Acrobat X pro

    Thanks in advance,

    Follow the instructions in the previous section: http://forums.adobe.com/message/4439659

    But for functions, use the following syntax:

    At the level of the JavaScript document

    function bs_Format() {}

    AFNumber_Format (2, 2, 0, 0, "Bob", true);

    }

    function bs_Keystroke() {}

    AFNumber_Keystroke (2, 2, 0, 0, "Bob", true);

    }

    So that the custom script Format and strikes would be:

    Custom Format script

    bs_Format();

    Custom keystroke script

    bs_Keystroke();

  • How to add the new column in the tabular layout editor in Oracle Forms

    Hello

    I need to add the new column to a datablock and display the newly added column in the form. What are the steps I need to follow.

    1. I chose the new column from the view to the datablock.
    2. Add the text element in the layout editor. But this position is not correct. It overlaps with another column. How to add the new column to the layout editor?

    Thank you
    HC

    In the layout editor, you can simply drag the fields so that they do not overlap.
    See http://www.youtube.com/watch?v=7emNa7THMLg

    Sandeep Gandhi

  • How to reconnect the new database with oracle and oracle mid infrastructure

    course oracle environment;
    Database; 10gr 2 (10.2.0.1) old-SID: gtxprod host: 10.30.100.199
    new database; 10gr 2 (10.2.0.1) - SID: gtxprod2 host: 10.40.110.199
    application sever. 10.2.0.1 (oracle mid level.) and oracle infra SSO, forms, reports, portal.

    problem;
    I try to reconnect from the application to the new database server. I do not know how?

    I went to /opt/oracle/10ggtxinf/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /opt/oracle/10gasr2inf/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    asdb.gtx.com =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = isdev.gtx.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME =asdb.gtx.com)
        )
      )
    
    
    gtxprod.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod)
        )
      )
    
    gtxprod2.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod2.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod2)
        )
      )
    In application of the oracle infra. How Asian Bank of development of database instance can connected with the new data base gtxprod2?

    In Forms Server, based on a Web site, if go to Forms Server, I can see tns.ora but I can't see anything to update to the new database.

    you could give me information how understand this problem?

    Thank you very much in advance

    Hi Wen,

    As you have created a new database 'gtxprod2' so the Stanley database should be in place
    cmd--> lsnrctl status
    That you have even made changes to 10ggtxinf/network/admin/tnsnames.ora
    do the same entry in the oraclebi/network/admin/tnsname.ora file

    You can check if your new entry is rite of
    tnsping gtxprod2 (>)
    Now you ask how the application will come to know what database to point to
    Go to oracle AS
    As using your forms and reports go to oraclebi/forms/server/formsweb.cfg

    At the end of the file, there might be a few entries
    for example
    [test]
    envFile = test.env
    Form = LOGIN_ENT.fmx
    LookAndFeel = oracle
    separateFrame = true
    UserID=nrs_fd/nrs_fd@fixdep
    SplashScreen = NO
    logo = NO
    Background = No.
    color = auto
    make = yes
    Archive = frmall.jar
    archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar, icons.jar
    ImageBase codebase =
    term = frmpcweb.res
    baseHTML = webutilbase.htm
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    WebUtilArchive = frmwebutil.jar, jacob.jar

    "userid=nrs_fd/nrs_fd@fixdep" IE (username) / (password) @tnsname
    the following entry specifies what database, the application must point to

    If your using a war file, you must create a data source and as datasource, you must specify the tnsname input

    Concerning
    Fabian

  • How to add the new area on page EBS

    How to add the new area on page EBS via OFA

    What is the error... ?

    Try to explain any question in a post...

    Concerning
    Meher Irk

  • Effect with application ADF Go-live when I add the new column to the database.

    Hi all

    My already deployed ADF application and entry into service.
    I would add three columns of data.
    I worried that if I have does not add the new column and will redeploy again, it will have an effect at my request.

    Anyone here ever face with a kind of this problem

    Kind regards
    Zenoni

    Hello

    As the General best practices. You do not direct operations on the ACTIVE database rather test the application in the test environment.

    on the other hand if your column is NOT NULL then it will affect your application otherwise no impact

Maybe you are looking for

  • Journe air 1000 lost internet radios

    HelloStations radio lost without reason. What should I do to get back them?

  • HP 250 G3: problem G3 250 HP

    Hello! Please help me, I have a problem. I really hate Windows 8, if I want to install Windows 7. I see on this laptop support, drivers are ready for Win7. I start and I dlete my Windows partition partition no recovery. I see that my HARD drive is in

  • Why the iMessage is so glitchy?

    I had several problems with imessage lately. I'll just go right in and the list of people. 1. it is not homogeneous. I use iMessage on my MacBook Pro and my iPhone. Sometimes the system divides my messages - for example, I receive a message either on

  • Social updates arrested

    Hello No events or updates sort of social pushed to my phone all more.i deleted the FB and linkedin accounts and readded them several times without success. I noticed as I can't choose pcture source more. the one having the same problem? To be honest

  • I can't open a 'new Message' window in windows live mail to write a new email

    I can't open a new message to send an email and if I try to send an attachment as picture the same message comes back and says to try later. Still only opens a new window of message type.