How to get multiple databases to share binaries

I need to simulate an already existing environment in which several databases are located on a single server. Each database share a single installation of the oracle binaries. My understanding is that this configuration is valid. All databases are 10.2.0.1 on Windows XP.

The way I'm trying to do is through the GUI installer. Installation of the first database works very well. However the second database, when he asks me to specify the Oracle Home path I give him the base directory of the first installation but it tells me
Checking Oracle Home incompatibilities...

Full version. The result of this review is: failure of < < < <
Problem: Oracle Database 10 g Release 2 can be installed in a new Oracle home
Recommendation: Choose a new Oracle home for the installation of this product.
Am I going about this wrong? I don't see another way to get to the databases share the same facility.

You seem to be run the installer a second time. You don't need to do.

What you need to run is the 'dbca' database - creation wizard which will guide you through the process of creating a database.

Note: The first time you run the installation program ('runInstaller'), after completing the installation of the software, it automatically calls the "seamless" Database Wizard (except if you have selected the option do not create a database when you started the installation program).

Hemant K Collette
http://hemantoracledba.blogspot.com

Tags: Database

Similar Questions

  • How to keep multiple databases in a physical file remains open?

    I want to store multiple databases in a single physical file. And I knew that the environment is necessary to do so. I open a database in an environment, set a folder in and retrieved it. Then a different database is open, I put a folder in as well as the return value showed OK (0), but when I try to get the record with some key, the return value is "DB_NOTFOUND. I intrigued me a lot.
    Could you please tell me why this happened?

    The documentation page for opening multiple databases in a single file is here: [opening multiple databases in a single file | http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am/opensub.html]. If it's not helping you to solve the problem, please post a test program.

    Kind regards
    Bogdan Coman

  • How to get multiple license for Adobe Standard?

    Our company wants to buy 3-5 for Adobe Standard licenses.  Can you tell me how to get them?

    Thank you

    Becky RMB

    Hi David,

    You can easily purchase several licenses for the product that you want.

    Adobe gives you an option to purchase volume licenses.

    Please visit the links below to be updated on the Volume licensing and choose the relevant purchase program.

    http://www.Adobe.com/volume-licensing.html?promoid=ITLHM

    http://www.Adobe.com/in/volume-licensing/benefits-by-role.html

    I'm sure this will help.

    Concerning

    Sukrit diallo

  • How to get a database by using PL/SQL connection

    Dear friends,

    I need to get the name of the database where the user is logged - using PL/SQL. In other words, if I type "select user to double" get the logged in user. is it even possible for me to get a database connection?

    Thank you and best regards,

    Franklin

    Another option is to check the predefined context variables

    SQL> select sys_context('USERENV', 'DB_NAME') from dual;
    
    SYS_CONTEXT('USERENV','DB_NAME')
    --------------------------------------------------------------------------------
    orcl
    

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/functions165.htm#SQLRF06117

  • How to get multiple ESX share of resources on multiple servers

    I lead a team of 10 technical consultants. I recently bought 3 servers with the intent to install ESX on them and let my team to use VM images on them to do their learning and testing.

    My question is:

    Is it possible that we are pooling the resources of all 3 machines as a single ESX and then assign the resource to individual machines downloaded by consultants? My intention is to maximizse the use of resources by creating a pool of resources, rather than going for 3 individual dicult with their pools ESX servers.

    Any guidance on this very appreciated.

    Of course, last edition 4.1, I guess: http://pubs.vmware.com/vsphere-esx-4-1/wwhelp/wwhimpl/js/html/wwhelp.htm

    You will find the tasks of installation and configuration described here as well as a description on how it works.

    AWo

    VCP 3 & 4

    \[:o]===\[o:]

    = You want to have this ad as a ringtone on your mobile phone? =

    = Send 'Assignment' to 911 for only $999999,99! =

  • How to get the database name/IP address of the server forms10g database

    Hello world
    How can I get the name of the database instance and the IP address of the database server?

    I use GEC 10 g and the database server is Oracle 10 g.

    Dobbelaere

    How can I get the name of the database instance and the IP address of the database server?

    To use the IP UTL_INADDR

    For example name you can use sys_context ('userenv', 'instance_name')
    or
    SQL > select instance_name from v$ instance;

  • How to get multiple id values

    Hello

    I got the table of database like this

    ID start_date End_date

    1 9/26 / 2009 10/2/2009
    2 10/16/2010-10/22/2010
    3 10/23/2010-29/10/2010
    4 10/30/2010-11/5 / 2010

    Here's the scenario. When user selects as 26/09/2009 start_date and End_date as 05/11/2010,then I need to get ID (1,2,3,4) values.

    I tried a different way and not be able to achieve this, can someone help me in this.

    Thank you

    Yes, it can be an elegant solution to the problem of old age 'date' ;-) Although you shouldn't have it on the side of startDate. Your createODBCDate should take care of things.

    That is to say

    WHERE the arguments start_date > = #CreateODBCDate (form.startDate) #.

    AND end_date<>

    WHERE the arguments start_date > = 26/09/2009 12:00:00 AM

    AND end_date 2010-11-06 12:00:00 AM

  • How to get multiple rows in the table is displayed on the form

    I am looking for a way to get more table rows that appear on the form.  I created a table with a header and a line with the add-in and remove button option.  I like how the sample purchase order form has it setup in the designer it shows one line and it appears on the form so the table has three rows to start with.  How do I do that?  I looked at the code on the sample and I couldn't find it anywhere.  Please help, thanks.

    Hello

    I have an example here in the construction of a dynamic array markets.

    http://www.assuredynamics.com/index.php/category/portfolio/building-dynamic-tables/

    You must select the line and then go to object > Binding palette and set it to repeat. You can set the minimum and initial number to what you want.

    The form should be saved in a dynamic form of XML in the Save as dialog box.

    Also the page must be set to Flowed, so that as the table grows, push another object down. In addition, you need to configure the paging settings so that the flow of the page as the number of lines is superior to a single page.

    Give a start and if you need more help,

    Niall

    Ensure the dynamics

  • How to get the database create 9iR2 db statement?

    Friends,

    OS: RHEL 3
    DB: Oracle 9iR2

    under sql will be the creation of tablespace.
    select dbms_metadata.get_ddl('TABLESPACE','TEMP') from dual;
    like the above, I want to get the creation of database statement

    is it possible using dbms_metadata or any other means?

    Thank you

    There were a few scripts or references to scripts to generate create statements of database in the past.

    I thought that I had actually downloaded one, but I don't know what I did with it. I however did a quick search and found the following:

    Of comp.databases.oracle.server. The last entry for the thread refer to such a tool are available on the web pages of the author.

    http://groups.Google.com/group/comp.databases.Oracle.Server/browse_frm/thread/a1457c459be3479a/63bcc6008e8273b7?hl=en&lnk=St&q=#63bcc6008e8273b7

    You can use the Oracle DBCA utility for fine screens to create a database and output, then save the scripts. You can now take those scripts and change the and adding additional orders for your goal.

    HTH - Mark D Powell.

  • How to get multiple checkbox field data


    I think you don't need earphone fieldchanged.

    Try this

    class Sample extends MainScreen {
        int mCheckBoxesCount = 5;
    
        Vector v = StoreContact.retrieve();
        public static StringBuffer sbi = new StringBuffer();
        Vector mCheckBoxes = new Vector();
        VerticalFieldManager checkBoxGroup = new VerticalFieldManager();
    
        public Sample() {
    
            CheckboxField[] cb = new CheckboxField[v.size()];
            for (int i = 0; i < v.size(); i++) {
                cb[i] = new CheckboxField((String) v.elementAt(i), false);
    
            }
            add(checkBoxGroup);
        }
    
        protected void makeMenu(Menu menu, int instance) {
            menu.add(new MenuItem("Get", 2, 2) {
                public void run() {
    
                    for (int i = 0; i < checkBoxGroup.getFieldCount(); i++) {
                        CheckboxField checkboxField = (CheckboxField) checkBoxGroup
                                .getField(i);
                        if (checkboxField.getChecked()) {
                            sbi.append(checkboxField.getLabel()).append("\n");
                        }
                    }
                    Dialog.inform("Selected checkbox text::" + sbi);
    
                }
            });
            super.makeMenu(menu, instance);
        }
    }
    
  • How to get multiple queues in a single queue in weblogic?

    Hello

    I have three queue q1, q2, q3, in which the message is posted. Is it possible to route the receiveing all message queues three to the queue that is unique so that I can create only a single MDB who will listen to this new queue instead of creating multilateral 3 development registration to the queue waiting banks q1, q2, q3.

    Any suggestions would be a great help.

    Concerning

    -Vinod

    Hi Vinod,

    1. I think you intend to ask, is possible to send messages from multiple queues of Weblogic to a single MQ? Answer is Yes, but again, you should have several listener/Consumers(For ex: MDBs) to consume the message of Weblogic queues and the post of MQ.

    2. Yes, it is possible (which transfers the message from IBM MQ to Weblogic Distributed queue). Note: Only the Member would receive the message (the basic principle of the queue).

    The best way to incorporate Weblogic with IBM MQ series is via a foreign JMS server. You can find more information on Oracle Section KM 972848.1

    Concerning

    Rosario

  • How to get multiple records in a line and a different column

    Hi all

    I am using oracle database 11g

    and I have a two table table_1, table_2
    table_1 has columns

    emp_no
    first name
    middle_name
    last_name
    E-mail

    and table_2 have columns
    emp_no
    phone_type
    Phone_Number

    and having entires

    emp_no phone_type phone_number
    1001 MOB 9451421452
    1001 WEMG 235153654
    1001 652341536 EMG
    1002 MOB 9987526312
    1003 WEMG 5332621456
    1004 59612356 EMG

    Now I want the output of values with the MOB or WEMG phone type in a single line with different columns

    emp_no first_name last_name middle_name officeno mobile e-mail

    1001 score null k 9451421452 235153654 [email protected]
    1002 chagneau gary [email protected] 9987526312 null
    1003 dany craig [email protected] 5332621456 null null
    1004 donald finn sian [email protected] null null



    Can I have any input to achieve this?


    Concerning

    $sid

    Hi Sid,

    Under query will be help for you...

    SELECT tab1.emp_no
    *, first name *.
    *, middle_name *.
    *, last_name *.
    *, email *.
    *, mobile t2.phone_number *.
    *, t3.phone_number officeno *.
    OF tab1
    *, (SELECT Emp_no *)
    *, phone_number *.
    Of THE tab2
    WHERE phone_type = "MOB") t2
    *, (SELECT Emp_no *)
    *, phone_number *.
    Of THE tab2
    WHERE phone_type = "WEMG") t3
    WHERE tab1.emp_no = t3.emp_no
    AND tab1.emp_no = t2.emp_no;

    Thnks,
    cveluri

  • How to get the name of shares

    I want to get the name of Actions by javascript.

    Can get the stock name to javascript?

    Here is an example of creating a list of all sets/action names on the desktop.

    #target photoshop
    var actionList = getActionSets();
    var outFile = File("~/desktop/Action List.txt");
    outFile.open("w");
    for(var a in actionList){
       outFile.writeln("Action Set " + actionList[a]);
       var aList = getActions(actionList[a]);
       for(var z in aList) {
          outFile.writeln(aList[z]);
          }
    }
    outFile.close();
    outFile.execute(); 
    
    function getActionSets() {
    cTID = function(s) { return app.charIDToTypeID(s); };
    sTID = function(s) { return app.stringIDToTypeID(s); };
      var i = 1;
      var sets = [];
      while (true) {
        var ref = new ActionReference();
        ref.putIndex(cTID("ASet"), i);
        var desc;
        var lvl = $.level;
        $.level = 0;
        try {
          desc = executeActionGet(ref);
        } catch (e) {
          break;    // all done
        } finally {
          $.level = lvl;
        }
        if (desc.hasKey(cTID("Nm  "))) {
          var set = {};
          set.index = i;
          set.name = desc.getString(cTID("Nm  "));
          set.toString = function() { return this.name; };
          set.count = desc.getInteger(cTID("NmbC"));
          set.actions = [];
          for (var j = 1; j <= set.count; j++) {
            var ref = new ActionReference();
            ref.putIndex(cTID('Actn'), j);
            ref.putIndex(cTID('ASet'), set.index);
            var adesc = executeActionGet(ref);
            var actName = adesc.getString(cTID('Nm  '));
            set.actions.push(actName);
          }
          sets.push(set);
        }
        i++;
      }
      return sets;
    }; 
    
    function getActions(aset) {
    cTID = function(s) { return app.charIDToTypeID(s); };
    sTID = function(s) { return app.stringIDToTypeID(s); };
      var i = 1;
      var names = [];
      if (!aset) {
        throw "Action set must be specified";
      }
      while (true) {
        var ref = new ActionReference();
        ref.putIndex(cTID("ASet"), i);
        var desc;
        try {
          desc = executeActionGet(ref);
        } catch (e) {
          break;    // all done
        }
        if (desc.hasKey(cTID("Nm  "))) {
          var name = desc.getString(cTID("Nm  "));
          if (name == aset) {
            var count = desc.getInteger(cTID("NmbC"));
            var names = [];
            for (var j = 1; j <= count; j++) {
              var ref = new ActionReference();
              ref.putIndex(cTID('Actn'), j);
              ref.putIndex(cTID('ASet'), i);
              var adesc = executeActionGet(ref);
              var actName = adesc.getString(cTID('Nm  '));
              names.push(actName);
            }
            break;
          }
        }
        i++;
      }
      return names;
    };
    
  • Data merge: how to get multiple records in a single text?

    Hello

    I'm experimenting with data merging in InDesign CS3. The biggest obstacle I've met tries to get my record flowing continuous text in a single text frame (which would, ideally, "automatic formatting" on the new pages in the document). Records vary considerably in length, and so I can't just create a standard repeat on the page text frame.

    Perhaps, data fusion is not the best way to achieve this and I should be learning to script in place. I feel like I'm just one step, however.

    Any suggestion would be appreciated.

    Data fusion is not thread. There is a nifty script to Rorohiko who will do it for you after the merger, however. Best strategy is to merge, run the script, delete everything except the first image on the first page, then pick up the excess and auto-flux in the document.

  • How to get multiple row data in a single line in SQL

    I have a cust_card_dtls table. This table contains the different clients card details. A customer can have a single card or several cards.

    SQL > select * from cust_card_dtls;

    CUST_ID CARD_NO
    --------------- ----------
    1 111
    2 222
    3 333
    4 444
    5 555
    6 666
    1 777
    1 888
    2 999

    I wan to query these data by that I can get all of a particular customer card numbers in a single line.
    i.e.
    1 111 777 888
    2 222 999
    3 333
    4 444
    5 555
    6 666

    Any way to do it? Thanks in advance.

    Just replace 2 with 4 as

    select  LTRIM(SYS_CONNECT_BY_PATH(CARD_NO,','),',')||lpad(',',4-NVL(length(regexp_replace(LTRIM(SYS_CONNECT_BY_PATH(CARD_NO,','),',') ,'[^,]')),0),',')   card_str
            ,CUST_ID
    from
    (
    select CUST_ID
            ,CARD_NO
            ,row_number() over (partition by CUST_ID order by CARD_NO)rno
            ,row_number() over (partition by CUST_ID order by CARD_NO)-1 rnom1
    from
    cust_card_dtls
    )
    where connect_by_isleaf = 1
    connect by prior rno = rnom1 and prior CUST_ID = CUST_ID
    START WITH RNO = 1
    

Maybe you are looking for

  • HP Probook s 4740 and reader of fingerprints and Ralink RT3290

    Hi, I bought the 4740 s ProBook HP - a great computer, but in the specifications, I bought a network card installed 802.11b/g/n Wi - Fi Ralink RT3290 hopeless. I would like to replace it with the Intel WiFi card with support for the band band and 5 G

  • x 31 missing Ethernet Controller Win XP

    Hello Recently, I reformatted and re-installed Win XP on my laptop. Everything works fine, even on the LAN card... However when I plug my wireless card I get ' found newhardware: Ethernet controller ' However the drivers for it are never found. I ins

  • Creative cloud produces a problem with missing or damaged files

    We are facing this problem often in all systems. a lot of work waiting because of this problem... Willing to take this question as long as need very urgent to recover.

  • the files contain no date

    m

  • display the mask/action script

    I am trying to create an action or script that will allow me to reveal a layer mask with a keyboard shortcut.Normally, in 2014 CC PS I select the layer mask in the layers palette, and then hold down option and click the mask icon.This sequence shows