two nodes ASM has the same instance name

Hello

I created a grid of ASM of two nodes, when the grid facility (11.2.0.1) finish he created the + ASM1 as instance name for my two knots.

I have install the ORACLE_SID in + ASM1 and + ASM2 node1 and node2, respectively prior to installation.

What is wrong, I do it for the installation of the grid? Please suggest.

Thank you

To create a virtual environment of RAC in VirtualBox or to share devices in an environment of ASM, you should turn off the virtual machine and change devices in VirtualBox using the following command:

$ VBoxManage modifyhd asmdisk1.vdi - shareable type

Then you can add the same features and use the disgroups on different nodes of the DSO. BTW, this is rather a question of the use of VirtualBox for which there is a special forum.

Tags: Database

Similar Questions

  • MC placed several times and given the same instance name?

    Hi all, I'm pretty new to the code in flash.

    I especially used to use object oriented programming, but in flash, I do everything in an image.

    I'm a car game. A little style GTA, but very simple. You are a police car and chasing you a thief through a city.

    The thief uses ground nodes to know where it can lead, and where he can turn.

    Basically, here's the scene. I placed these objects directly on the stage and given some of them instance names. :

    _________________________________

    |      O

    |  I have o

    |            _______________________

    |            |

    |            |

    |            |

    |            |

    |      ^     |

    |      |     |

    |     X     |

    The is a MC named node_switch.

    The O is the two objects of the same MC, who both are named node_stop

    The X is the thief (mc), and it's driving up along the road.

    When the thief strikes node_switch, it will look up, down, left and right if any node_stop is placed.

    This is done with hitTestObject. the thief 'beams' invisible in 4 directions, inside it's MC.

    The problem is as follows:

    When several nodes are placed on the stage, the thief faces only one of them.

    As I said, they have the same instance name.

    Is there a way to be able to place them directly on the stage, give them all the same instance name and make a loop where it goes through each of them and check the collision?

    Edit:

    Or maybe it is possible to place them directly on the stage, give them the name of bodies such as 'node_switch01', 'node_switch02' and then check for them all at the same time in a loop for or in some other way? There will be a lot of knots, then...

    If you name them all differently, you will have an easier time of it.  Loop through them with the naming convention, you suggested that you can use the notation of support, but it would be easier to get rid of zeros...

    for (var i: uint = 1; i<=numNodes;>

    {if (Thief.hitTestObject (this ["node_switch" + String (i)])}

    don't go that way

    }

    }

  • Synchronize the folder removes the PNG files if there is a JPG file that has the same file name

    I often use the folder to synchronize and noticed that he tries to delete my PNG file if there is a JPG file that has the same file name. There is no problem with their import, Assembly, etc...

    The only solution is to disable the ' Remove missing photos in the catalog "on the prompt window synchronize folder so it does not remove it catalog.

    I have the latest version of Lightroom for Windows (v5.6) but it happened in previous versions on both Mac and PC.

    If someone has noticed this?

    -Pete

    "Treat the RAW + JPG as separate folders" enabled or not in preferences?

  • Multiple MovieClips with the same instance name

    I'm a tutorial of defence tower and part of the code is set up so I can build towers in the video for "grass". I wanted to add patches more 'grass' and gave them all the same instance name so I can be able to place towers on them, but I have the problem that I can only place towers on the first point, I placed and bears the name of the instance of the "grass". I can't place towers on the other patches of grass.

    I removed the name of the instance of the first patch of grass and it let me build towers on the second task, but the second patch only.

    I followed this tutorial: http://www.goofballgames.com/2010/01/31/how-to-build-a-tower-defense-flash-game-part-2-pla five-tours /

    Here's the code for what I believe:

    onClipEvent (load)
    {
    Active = 0;
    }

    onClipEvent (enterFrame)
    {
    If (current == 1)
    {
    setProperty ("", _x, int ((_root._xmouse-10) / 20) * 20 + 20 ");
    setProperty ("", FLF, int ((_root._ymouse-10) / 20) * 20 + 20 ");

    hitTestOnGrassMovieClip = _root.grass.hitTest (_x, FLF, 1);

    If {(hitTestOnGrassMovieClip)
    gotoAndStop (1);
    _root.Ranger.gotoAndStop (1);
    }
    else {}
    gotoAndStop (2);
    _root.Ranger.gotoAndStop (2);
    }

    _root.Ranger._x = _x;
    _root.Ranger._y = FLF;
    _root.Ranger._width = donut _root ["tower_" + round] * 2;
    _root.Ranger._height = donut _root ["tower_" + round] * 2;
    }
    }


    (press)
    {
    hitTestOnGrassMovieClip = _root.grass.hitTest (_x, FLF, 1);
    hitTestOnDeSelectMovieClip = _root.deselect.hitTest (_x, FLF, 1);

    If (hitTestOnGrassMovieClip: hitTestOnDeSelectMovieClip) {}
    If {(hitTestOnGrassMovieClip)
    ++ _root.towerCount;
    _root ["tower_" + round] .duplicateMovieClip ("t" + _root.towerCount, 500 + _root.towerCount);
    a = _root ["t" + _root.towerCount];
    a ._x = _x;
    a ._y = FLF;
    a.active = 1;
    }

    Active = 0;
    setProperty ("", _x, 1000);
    _root.selectedTower = "";
    _root.Ranger._x = 1000;
    _root.Ranger._width = 10;
    _root.Ranger._height = 10;
    }
    }

    1. you cannot use the same instance name for different objects and expect more from a being targeted.  You must assign a unique name, or you can store references to them in an array and use the table to target.

    2. you send AS2 code messages in the forum of AS3.  You should repost in the AS2 forum.  http://forums.Adobe.com/community/Flash/flash_actionscript

  • Merge two records which has the same ID

    Hi all

    Oracle version-> database Oracle 10 g Enterprise Edition Release 10.2.0.4.0 - 64 bit
     Table DB_TEMP
    
    create table DB_TEMP 
    ( Db_ID NUMBER, LAST_NAME VARCHAR2(30), 
    FIRST_NAME VARCHAR2(30), MIDDLE_NAME VARCHAR2(30), M_CODE VARCHAR2(10),
    PREFIX VARCHAR2(30), TITLE VARCHAR2(100),CREATION_DATE DATE); 
    
    
    INSERT INTO DB_TEMP values (3, 'JOHN', 'KER', '', 'A146', '', 'PRESIDENT', '5/1/2011');
    INSERT INTO DB_TEMP values (3, 'JOHN', 'KER', '', '', 'MR', 'PRESIDENT ACTIVE HERE', '5/10/2011');
    INSERT INTO DB_TEMP values (11, 'MATT', 'CARLONE', '', '', 'MR', 'CHAIRMAN', '5/1/2011');
    INSERT INTO DB_TEMP values (11, 'MATT', 'CARLONE', '', 'A149', '', 'CHAIRMAN INACTIVE', '5/10/2011');
    INSERT INTO DB_TEMP values (40, 'JOHN', 'SMITH', 'K', 'A147', '', 'PRESIDENT', '5/1/2011');
    INSERT INTO DB_TEMP values (40, 'JOHN', 'SMITH', 'K', 'A147', 'MR', '', '5/10/2011');
    
    Required Output
    
    DB_ID   LAST_NAME   FIRST_NAME   MIDDLE_NAME     M_CODE      PREFIX                  TITLE                CREATION_DATE
    ---------------------------------------------------------------------------------------------------------------------------------------------
    3       JOHN             KER                      A146         MR             PRESIDENT ACTIVE HERE           5/10/2011   
    11       MATT          CARLONE                     A149        MR             CHAIRMAN INACTIVE               5/10/2011   
    40       JOHN             SMITH           K         A147      MR             PRESIDENT                         5/10/2011   
     
    Has obtained two records with DB_ID even on different creation_dates, but some columns are filled in on the next day with the updated data. Now I need merge them into one by taking the MAXIMUM of the column

    Help, please

    Thank you

    Published by: 960736 on November 9, 2012 10:12

    Published by: 960736 on November 9, 2012 10:27

    Published by: 960736 on November 9, 2012 10:48

    Hello

    960736 wrote:
    I need complete records for title CONCATENATE them with ';' in the meantime, but title that has the M_CODE should must be first if not in does not matter in any order. Any remaining can be Max.

    DB_ID   LAST_NAME   FIRST_NAME   MIDDLE_NAME     M_CODE      PREFIX                  TITLE                CREATION_DATE
    ---------------------------------------------------------------------------------------------------------------------------------------------
    3       JOHN             KER                      A146         MR             PRESIDENT ACTIVE HERE;Member          5/10/2011
    11       MATT          CARLONE                     A149        MR             CHAIRMAN INACTIVE               5/10/2011
    

    So, for db_id = 3, wouldn't you ' PRESIDENT; PRESIDENT ACTIVE HERE; MEMBER "?"
    For db_id = 11, wouldn't you ' PRESIDENT; INACTIVE PRESIDENT '?

    Whatever it is, you need the string aggregation . See this page from the Oracle Base for several ways to do so. Since you have Oracle 10 and because the order is not important, I recommend so the aggregate function defined by the user, called STRING_AGG on that page, but the STRAGG called by most of the people who actually use it. Once you have created the STRAGG, you can use it like this:

    SELECT       db_id
    ,       MAX (last_name)     AS last_name
    ,       MAX (first_name)     AS first_name
    ,       MAX (middle_name)     AS middle_name
    ,       MAX (m_code)          AS m_code
    ,       MAX (prefix)          AS prefix
    ,       STRAGG (title)          -- or STRAGG (DISTINCT title)
                           AS title
    ,       MAX (creation_date)     AS creation_date
    FROM       db_temp
    GROUP BY  db_id
    ;
    
  • Configure replication vSphere fails - there is a virtual machine that has the same UUID instance than the one you are trying to configure

    Hi all


    My colleague was trying to extend a hard disk of a server 2008R2 who (1) had a snapshot and (2) was being replicated. The operation has failed and they took the snapshot replication can be stopped. Long story short when I got to him, the server could not be configured for replication and could not extend the disk and a vMotion failed.

    Looking at the files of the VM on the data store and the VMs .vmx file we have all the characteristics of a virtual machine always configured for replication of vSphere. If you try to configure replication vSphere causes an instant error "vsphere replication does not support change the length of a replicated disk. After a few changes I can reconfigure vSphere new replication, however, when the wizard has finished, I get a new error message (see below):

    "Try to set up vSphere that replication has failed for the VM"name vm"during the creation of groups"vm". There is a virtual "vm-name" machine that has the same instance UUID ' UUID of the Virtual Machine "that you want to configure. The existing vSphere of replication is configured for site protection.

    A possible solution would be to reset the database embedded VRMS our DR as suggested here VR configure replication after losing a VC site server but I was wondering if there is another solution? I have not reset the database of VRM before and cannot find a document that tells exactly what to do. I guess I need to stop all the rehearsals before resetting the database?

    See you soon,.

    Dean

    Hello

    There is no need to reset the VRMS database.

    If you know the value GID... an orphan replication, you can use the CROWD VRMS (https://vrms_address:8043/mob/?moid=GID-...&vmodl=1) to call the destroy method - it is eliminating simple replication to the site of the source or the target.

    If you don't know the GID... value, it can be found of VRMS DB or log files. Please file an SR for assistance.

    This procedure is already documented in internal KB articles and help using VMware support:

    KB article internal 2056086, section "cannot replicate virtual machine as there is another virtual machine with the same UUID instance"

    and also internal KB article 2060751.

    The admin guide section will be updated as it is confusing right now by suggesting only to reset the DB.

    Kind regards

    Martin

  • A target table is in charge of two different sources but the same columns, but a source is one database and another in a flat file.

    We all hope you are doing well.

    I have a business problem to implement in ODI 11 G. It's here. I'm trying to load a target table from two sources that have the same column names. But a source is to the file format and the other is in the Oracle database.

    That's what I think I'll create two mappings in the same interface by using the Union between the sources. But I don't know how the interface would connect to different logical architecture to connect to two different sources.

    Thank you

    SM

    You are on the right track, all in a single interface. Follow these steps

    (1) pull model of your data in the designer of the source file and your table model target to the target pane.

    (2) all relevant columns map

    (3) in the source designer to create a new dataset and choose as the UNION join type (this will create a separate tab in the source designer pane)

    (4) select the new dataset tab in the source designer pane and pull your source oracle table data model in the designer of the source. All columns that are relevant to the target card

    (5) make sure that your staging location is set to a relational technology i.e. in this case the target would be an ideal candidate because it is where the ODI will organize the data from source two files and oracle and perform the UNION before loading to the target

    If you want to watch some pretty screenshots showing the steps above, take a look at http://odiexperts.com/11g-oracle-data-integrator-part-611g-union-minus-intersect/

  • IMessage Apple Watch has two interviews separated with the same person?

    My new Apple Watch has a problem with iMessage and I know how to fix this on my iPhone but not watch?

    On my iPhone, that my ID apple is connected to more than 10 devices and sometimes when a new device is added, it adds the addresses on my apple for iMessage and FaceTime ID and I always fix by unchecking the addresses that I don't want in the application settings under "Messages" and "FaceTime." However, this isn't the same thing to watch because there is no option in the settings on the Apple Watch and the watch App on my iPhone.

    I would like to help please?

    Hello

    Apple Watch uses the same parameters (for how you can be reached and how new conversations are started) for Messages as your iPhone.

    If you have two interviews separated with the same person, the following steps may help:

    • On your iPhone, check if there is more than one contact form in Contacts of this person (if so, remove duplicates).
    • Delete old Messages conversations with this contact on each of your iPhone and watch:
      • iPhone: app Messages > swipe to the left on a message thread > delete.
      • View: Open the Messages app (from the home screen, which is accessible by pressing the digital Crown) > swipe to the left on a message thread > tap on Trash / delete.
    • On your iPhone in the app Watch: Watch My > general > reset > press reset sync data:
      • You won't see anything happen after pressing it (the process runs in the background, invisible to the user).
      • Leave a minute or two to allow the course ends.
    • Restart your iPhone and your watch (turn the two together off the coast, then restart your iPhone first):
  • apex5 pre-release - url filter applies to the two IRs with the same column name

    I've implemented 2 interactive reports on the same page, one on EMP (static id Throne) and the other on DEPT (deptir static id). Both the DEPTNO column. If I create the following filter via the URL: IR [throne] EQ_DEPTNO:20, the filter is applied to the two interactive reports.

    Screenshot from 2015-03-29 08:30:33.png

    Hello

    Please let us know. It has the same root cause as your other reported problem. It's bug #20764255, which has already been identified and corrected on our development environment. A fix will be released in our production release.

    Concerning

    Patrick

    Member of the APEX development team

    My Blog: http://www.inside-oracle-apex.com

    APEX Plug-Ins: http://apex.oracle.com/plugins

    Twitter: http://www.twitter.com/patrickwolf

  • You can have two stored functions with the same name?

    Hi all

    You can have two stored functions with the same name?

    My version of DB - connected to Oracle Database 11g Enterprise Edition Release 11.2.0.1.0

    Thank you.

    You can have the same name as long as they are within a package and with different parameters

    create or replace package test_pkg

    as

    function my_func (p1 in number)

    return number;

    function my_func (at number p1, p2)

    return number;

    end test_pkg;

    /

    create or replace package body test_pkg

    as

    function my_func (p1 in number)

    Return number

    as

    Start

    return 0;

    end;

    function my_func (at number p1, p2)

    Return number

    as

    Start

    return 0;

    end;

    end test_pkg;

    /

  • two devices (lifedrive, treo 755), the same user name, the best way to synchronize all these devices?

    I myself am kicking from the start, I thought that I would not continue to use my Lifedrive. I transferred all on the new Treo by using the same user name, as I had on my Lifedrive.  Now I realize that I will be staying in Central America for six months and won't put my Treo.  I won't put my Lifedrive, but must have updated information about this.  Is it possible to keep the two synchronized?

    D - Would prefer a pen, but like the convenience of the pda/phone/computer

    Thanks for your clarification.  I have now two synchronized cameras. I used the same profile that makes me nervous so use probably not two devices at the same time. I will definitely have a Treo current backup folder and synchronize the closest Lifedrive both I will use it in the Honduras.

    Again, thank you.

    D-

    Message is about: Treo 755 p (Verizon)

  • Remove the same instance of two separate tables online

    Hi all

    I have two tables that each repeatable lines. Both tables must display almost the same information in each case of the line (I managed to code to link the values in specific cases of the lines). However, I added a button in the repeatable row, which allows the user to remove from the current instance of the line, so will they look back and realize that they do not need a line, they can take directly from the table. However, I can't seem to get the deletion affects the same instance of row of the second table. Is it possible to do this? I'm not terribly familiar with the instance Manager.

    Any help would be greatly appreciated. I just can't understand how to identify a specific instance of the repeatable row in table 2.

    Hello

    Removing instances in the event of an object that is inside the instance, you must ensure that you remove this particular instance at the end of the event.

    For example:

    If you delete the instance that the button is on the inside before finishing the entire event, the program will not recognize what event is to finish because you have removed it from the object that is triggered...

    You try here at the end of the code that no longer exists...

    I suggest that you still need to delete the instance (this) object at the end of any event to make sure to complete all your actions before deleting the object.

    I hope this helps!

  • Two common examples of the same VI

    It never really occurred to me until now, but when you place the same vi on the front panel twice, are two instances of the vi created or is a vi just one copy of the other. I don't know if what I say makes sense but take a glance to my screws underneath, top level vi being 'Multiple Instance of the same VI.vi'

    The vi below is only an illustration as to what seems to happen in my vast program. Below my VI, I wonder are the two controls, access the same instance of the VI or have each their own instance control?

    Stroke

    Read this excellent summary of modes of reentry Altenbach wrote.

    http://forums.NI.com/T5/LabVIEW/re-entrant-modes/m-p/2007811#M660105

    The value of the node in your Subvi feedback will be shared between instances. Go to properties/run and activate re-entrant execution. Click on clone Preallocate for each instance.

  • two or more of the same connected printer?

    Got my new OfficeJet Pro 8630 a few days ago and installed on Windows 7 x 64 as a seamless wireless network printer.

    Last night, I noticed the 'install the device driver' dialog box pop up Windows. Since then, the HP utility 8630 informs me that I have 'two or more of the same printer connected' and asked me to choose:

    "HP Office Jet Pro 8630 (network)", and

    "HP9D41EB (HP Officejet Pro 8630.

    The first shows all the data that must be there when the HP utility appears (print, scan, fax); the second shows only the news 'Print '.

    In the window 'Printers and devices' CP, there is always only ONE printer, illustrated by default, named "HP9D41EB (HP Officejet Pro 8630".

    How can I get rid of the bad? I don't want to put my Windows Setup through uninstall and reinstall everything. I saw messages on this topic with different printers HP in Win 7 since at least 2011. Y at - it an explanation and a solution?

    Thank you

    JW

    It's what worked:

    I noticed that the name of the printer in the Windows "Devices and printers" was one of the two who gave information "printing" in the HP utility, so I clicked and was removed in "Devices and printers", leaving no HP printer at all.

    Then when I went back to the HP utility, it showed NO printer, but had returned to "connect A new printer. I did and it works very well - only one instance that shows the print, fax and scan as it should.

    Looks like Windows itself wants to detect the printer via a different driver.

    Thank you

    JW

  • Data store 'datastore1' is in conflict with a store of data that exists in the data center which has the same URL (.), but is back different physical storage

    Hello

    I am new to vCenter Server, so you can assume that I'm missing something obvious.

    I installed vCenter Server 5.5 and one of the two hosts of re-usable ESXi 5.0.0 connected correctly. When I try to connect to the second 5.0.0 ESXi host, I get the error message:

    Data store 'datastore1' is in conflict with a store of data that exists in the data center which has the same URL (.), but is supported by different physical storage

    I Googled it and found what I think are the best answers that are successful, but they all seem pretty unique in their situation (they have a cluster, I do not have) etc. Some solutions involve disconnecting the store of data and reconstruction of things. I would not make things worse and can live without doubt with the help of vSphere client (and not the web client) until maybe I can start again with a 5.5 installation to a new host once I have back up everything from the host unconnectable. I closed all the VM on the host of the second. I have put in maintenance mode. I've renamed the data store, all to nothing does not.

    Thanks in advance

    The problem is that a whole army could not be connected to vCenter due to the problem, the solution involving disconnection of the host apply.

    Here is how I solved the problem:

    1 use the client vSphere client heavy, connect you to the host that cannot not be connected to vCenter Server.

    2. click on the host computer, and then click the Configuration tab.

    3. click on "storage".

    4. find the offending on the right data store.

    5. right click on the data store incriminated and click 'remove '.

    6. click on 'Add storage' in the top right.

    7. follow the steps to find this data not mounted store. I gave him a new name just to be sure, even if it's probably not necessary.

Maybe you are looking for

  • Question of el capitan "-bash: / usr/bin/runenergyplus: no such file or directory".

    Hello I'm new to mac. I try to run a simulation software "EnergyPlus" but cannot run the software and end with "-bash: / usr/bin/runenergyplus: no such file or directory". Can someone help me solve the issue. Thank you RKishore

  • Satellite A300-201 - does not work so well

    Hallo, My new Toshiba A300-201 has a problem. Sometimes it works so well, especially when I listen to music with Windows media player. The symptom is the windows media player does not work ca. 2-3 seconds, and the machine makes a noise loud enough an

  • Pictures folder mac viruses

    I got this message when I tried to open my library of photos with the terminal folder. I think that its been maybe somehow transformed into a folder of photos of virus, anyone know if this is a bug. I tried to open it a few times and it still gives m

  • install windows on mac

    I Macs to install windows... can any one give me complete A-Z guide how do you...

  • uprgade FRO windows 7 home Premium

    should what program I go from7 starter to home premium