Question on Oratab file when installing two Oracle instances in one machine

OS: AIX 5.3
DB version:10.2.0.1.0
I already have an instance of version 9.2 which is very important and which we don't want to upgrade and we wanted another test(unimportant) oracle instance called testdb_10gR2 of version 10.2.0.1.0 on the same machine.
So i installed 10.2.0.1.0 on a different ORACLE_HOME .Installation of the new 10.2.0.1.0 (testdb_10gR2) went ahead successfully and at the last step i have to log in as root and execute root.sh
I entered 'n' for the options "dbhome", "oraenv", "coraenv" as shown below so that the settings for our 9.2 instance (which is very important) will remain intact.
What would have happened if i entered 'y' ie. Overwrite ?
The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u04/testdb_10gR2_Feb2009
Enter the full pathname of the local bin directory: [/usr/local/bin]: /usr/local/bin
The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n) [n]: n
The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n) [n]: n
The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n) [n]: n
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
During installEdited by: Citizen_2 on Jan 30, 2009 5:05 AM

'dbhome','oraenv','coraenv' are sripts used to set a proper environment (see the descriptions at the beginning of these scripts). These scripts rely on oratab (they check for existing SIDs), but answering 'Y' does not mean you will modifiy an existing oratab.
I think these scripts change rarely, so it's very likely overwriting the existing 9i scripts with the 10g scripts changes nothing. To be honest I don't use the scripts , so in my case 'Y' or 'N' doesn't matter. But important is you don't have to worry about 'oratab'.
Werner

Similar Messages

  • Two ASM instance on one machine

    Can we have two ASM instance on one machine ? My Manager is saying he is positive and I don't have anything to show him that we can not do that. Is there any link, document anything available for this ?
    Thanks

    Keyur,
    This is an interesting question. I have seen references where in it clearly says that only one ASM instance is required per node irrespective of number of databases on a node. But, I haven't seen a clear indication, wherein it is mentioned that you can't start more than 1 ASM instances on a node. Therefore, I thought, I would give it a shot, by attempting to bring up a second ASM instance and here is what I get:
    SQL> startup nomount pfile=init+ASM5.ora
    ORA-00304: requested INSTANCE_NUMBER is busy
    SQL>
    If I shutdown my ASM1 (first ASM instance) then it allows me to bring up the ASM5 instance. This leads me to believe that you can't startup up more than one ASM instance on a single node.
    Here is a note, which mentions that you need only one ASM instance per node. https://metalink.oracle.com/metalink/plsql/docs/ASM%20best%20practices.pdf
    Thanks
    Chandra

  • How to install two oracle database on one system

    i want to install two oracle databases on single system how it is possible
    how i can manager oracle home and is this possible to install two different version of oracle in single home or single system forexample oracle 9 and oracle 8 .
    A.R

    Hi,
    yes, u can have more databases on a single machine and they can be of different versions.
    You have to use and initialize the correct ORACLE_HOME to create the DB of the version U use.
    For ex, u have 2 homes:
    C:\Oracle\Ora817 8i home and C:\Oracle\ora920 9i home
    Normally, using OFA, imagine that You want create 2 db, TEST_8I for 8i home and TEST_9I for the 9i home, You shold have:
    C:\Oracle\Admin\TEST_8I\<<OFA DIRS>> and C:\Oracle\Oradata\TEST_8I for 8i DB adn C:\Oracle\Admin\TEST_9I\<<OFA DIRS>> and C:\Oracle\Oradata\TEST_9I for the 9i version.
    It is important, when You create the DB, that u use the executables of C:\Oracle\Ora817\bin to create 8i db and C:\Oracle\Ora920\bin for the 9i one.
    Then U can use the 9i listener to manage both instances
    Hope this helps
    Max

  • Installing two Oracle Version in One Windows[/b]

    Hi Guys
    I want to know how to install two different versions of Oracle in One Windows Under Different Homes.

    A guess is that this is due to the earlier 8.1.7.x ODBC drivers did not support multiple homes (max one ODBC version per PC - ugh!).
    If you can't skip this error, try to uninstall 9i ODBC, install 8i, upgrade 8i driver and then reinstall 9i ODBC (in the right home)... I guess a better way would be to do this in the correct order on a clean PC (to avoid registry messup as much as possible).

  • Installing two OBIEE instances on One RCU Schemas

    Hello ,
    I need some help.
    I am planning to install Database(DB1) on one machine and OBIEE(OB1) on the other machine and OBIEE 2(OB2) will be my back up machine for disater recovery.
    First i will install OB1 by using the DB1 and that works fine.
    now i can i use the same DB1 for installing OB2.?
    if not please suggest me a way to make this work.
    Please help me out
    Thanks.

    Hello,
    While it is possible to share the MDS schema,
    you have to create one BIPLATORM schema for each instance you install !
    You can refer to http://docs.oracle.com/cd/E23943_01/bi.1111/e10539/c3_requrmnts.htm#BABBICDA for details...
    Kind Regards,
    Roman

  • Install two Process Server on one machine

    Hi everyone,
    I would like to install two Process Server on only one server (machine). This machine will be use for two different environnements?
    Do you think it's possible? and what would be the impact about this kind of installation?
    If it's possible, the port used by the two Process Server will not be in conflict?
    Thanks,
    Regards,
    Jean-Christophe

    Hi,
    With software trees I meant software installation directory trees, so say:
    - /opt/redwood/dev for your development process server and
    - /opt/redwood/test for your test process server
    If you install in two different directories like above, because you want to be able to do independent upgrades, then it is recommended to have two network agents too on different ports, so these can be independently upgraded too. For future reference it then helps to name the services rwna_dev and rwna_test respectively in the above directory example.
    If you need to run two process servers on the same box but connecting to the same repository, then you can use one software installation (f.i. /opt/redwood/server) and you need only one network agent.
    Regards,
    Anton.

  • Two apex instances on one machine

    I am trying to create two apex instances using the embedded PL/SQL gateway on a single machine. I have two database instances up and running, one for development and one for production. I successfully installed apex 3.2.1 on the development instance, created some simple apps and everything seems to work as advertised, running from port 8080.
    I installed 3.2.1 on my other instance and everthing went fine until I had to create a way to connect. My
    select dbms_xdb.gethttpport from dual;
    returned zero, so I knew I had to set a port to wake up the network services on the instance. That's where I have my question. I cannot find out whether I need to use port 8080 and somehow separate my apex instances based on the DAD or if I should use a separate port for each instance. I tried setting the httpport to 8090 on the new install and my listener shows it active, but when I hit it, I cannot get a response with ~/apex/apex_admin - just a browser password dialog.
    The apex environment on the development install continues to work fine, responding to ~:8080/apex/apex_admin.
    I am guessing that I have a logical gap somewhere. Where can I read about how to manage this kind of setup?
    Thanks,
    Brandt

    Brandt:
    You want to check if a DAD named 'apex' is configured in the Oracle instance where you have the http port set to 8090.
    Login to this instance as the sys user and run this bit of pl/sql. It will display all DADS and their mappings
    SET SERVEROUTPUT ON SIZE UNLIMITED
    DECLARE
      pths  DBMS_EPG.varchar2_table;
      dads DBMS_EPG.varchar2_table;
    BEGIN
      dbms_epg.get_dad_list(dads);
      for i in 1..dads.count loop
        DBMS_EPG.get_all_dad_mappings (
           dad_name => dads(i),
           paths    => pths);
        DBMS_OUTPUT.put_line('Mappings for DAD'|| dads(i));
        FOR j IN 1 .. pths.count LOOP
           DBMS_OUTPUT.put_line(pths(j));
        END LOOP;
    end loop;
    END;Varad
    Edited by: varad acharya on Sep 10, 2009 6:53 AM

  • Is it possible to install two Oracle Databases on one host?

    I got installed Oracle 10.1.0.3.0 on my host (OS: Linux CentOS 5 64-bit) and there is need to install another one on the same host. Additional database is supposed to be started up and shutted down once per a day for a couple of hours.
    Is this configuration possible?
    Thanks in advance

    It is possible to have N database instances running on one box. They can also be running on the same or different $ORACLE_HOMEs.
    If you are using the same ORACLE_HOME for all your databases, be sure to change your ORACLE_SID to point to the correct SID.
    DBCA can help you create different databases from the current ORACLE_HOME

  • Possible to install two groupware connectors on one machine/system?

    Hi gurus,
    we want to save the money for a new machine, so I'm currently looking to get a second groupware connector installation done on the same machine. Anyone having experience with that? Is it even possible?
    The setup.exe does not really offer to do a second groupware connector installation for exchange. Even if that would be possible I fear the created services for our machine (SAP MS Exchange Groupware Connector 2.1) will be overwritten by the second installation?
    Torsten

    Torsten,
    I know from how the Lotus Notes version of the connector works, it just wouldn't work because of how it uses the Lotus Notes libraries.  For exchange I'm not sure if there is as tight of integration.  The connector is relatively light weight, so have you considered piggy backing it on another box such as a SAP webdispatcher or something else.  You could also look at using a VM as the requirements for the connector aren't that much for a test system.
    Take care,
    Stephen

  • Two Oracle databases on one AIX Server - Note working, Pls Help

    Dear Friends,
    I have installed Two SAP systems with Two Oracle Databases on one AIX machine, The Installation of both the systems went fine without any errors, and also i have been able to login to both the systems seperately. (that means i cant start both the systems at a time, its one at a time)
    But the problem is of the Oracle Listener, i am not able to start both the systems with single Oracle Listener processes(tnslistener). I tried all the possible scenarios as mentioned in note 98252 but nothing seems to be of any use so far.
    the thing is i can start either one of the SAP Systems, But my objective is to start both the SAP Systems with one listener processes (LISTENER) and one listener port (1527)
    Or
    you can say i am also ready to keep two different listeners for TWO seperate Oracle databases, I tried doing so as per one of the sap notes in which you have to keep different names of listener and different numbers for listener port for second ORACLE database. I tried doing exactly mentioned in the note but yet unsuccessful...
    Now i am completely lost as what is to be done since its critical i want you to immediately look into it and suggest me the appropriate solution so that i can set up both of my DEVELOPMENT and QUALITY system running...
    To troubleshoot this if you require anything from my side then please feel free to ask me since our functional consultants have to soon start working on the SAP systems.
    Regards
    Ayush

    The note you specified talk about 2 database instances not 2 databases... (I was starting to wonder how you deploy 2 databases), you can have multiple database instances on a DB. The note also give you detailed explanation of the configuration of listener.ora
    Now, if this is the case and you have installed 2 instances (not databases) on the same host and configured the listener according to the note, then you should be able to call R3trans -d from both SID's.. if the R3trans fails please post the contents of trans.log here.
    the thing is i can start either one of the SAP Systems, But my objective is to start both the SAP Systems with one listener processes (LISTENER) and one listener port (1527)
    Then, the configuration of your listener.ora file must be incorrect.
    Regards
    Juan

  • File or assembly name Oracle.DataAccess, or one of its dependencies not fnd

    I need to install my old batch programs (using VB.NET 2003) onto a new server.
    I had the DBA install Oracle Client and ODP.NET on this machine. I installed the batch job onto this new server and when I try and test the program, I get the above error:
    File or assembly name Oracle.DataAccess, or one of its dependencies, was not found.
    I notice that the Oracle.DataAccess DLL is located at:
    D:\oracle\product\10.2.0\client_1\odp.net\bin\1.x (version 1.102.2.20)
    and another instance at:
    D:\oracle\product\10.2.0\client_1\odp.net\bin\2.x (version 2.102.2.20)
    I notice that if I go to the PATH entry on Environment Variables (Control Panel - System - Advanced Tab - Environment Variables - Path), I see that the path is:
    D:\Oracle\Product\10.2.0\Client_1\Bin
    Should these be the same? Should the path entry match where the Oracle.DataAccess DLL is actually located? But which one? The 2.x one or the 1.x one.
    I notice on the old server (which has Oracle 9.2.0 installed),
    Oracle.DataAccess DLL is located at D:\Oracle\9.2.0\Bin - not all the way down in the odp.net bin.
    Should the DLL be moved up to the bin folder above ODP.Net?
    Thanks and regards
    Sean

    You should not move things around. The OUI puts them in the right place.
    As of 10.2.0.2.20, ODP has a new directory structure in order to be able to support both 1.x and 2.x ODP.
    As of 10.2.0.2.20, ODP no longer relies on your PATH environment variable, but instead uses DLLPATH registry setting to determine where the dependency dlls will be loaded, so you don't need to worry about the PATH environment variable.
    With respect to the 'assembly or dependencies not found' behavior, tools like Process Explorer and Process Monitor (http://sysinternals.com) will allow you to look and see what DLLs got loaded (or failed to load) and from where.
    What version of .NET framework, and what version of ODP, was the app initially compiled with? You're just moving the exe, without recompiling and such right? You didnt bring along the 9.2 ODP when you deployed to the new box did you? 10.2.0.2.20 ODP installs policy files in the GAC that should automatically redirect apps looking for older versions to that version.
    Hope it helps,
    Greg

  • File or assembly name Oracle.DataAccess, or one of its dependencies

    Hi,
    I am trying to transfer my application which i am using ODP.NET and ASP.NET on the production server and i land up getting this error
    'File or assembly name Oracle.DataAccess, or one of its dependencies, was not found.'
    What are the possible things which I missed out installing on the production server. I did install the Beta version of ODP.NET, which is currently online on the download page.
    i did change the permission settings in oci.dll file for the group 'users'
    there is .net framework already installed
    there is oracle9i Client installed
    is there anything else that i have to do, to get the application working on the production server .. it works fine on my localhost.
    Thank You
    Shahram

    First, I would caution using any beta software for your production environment.
    Prior to installing the beta, you must have the Oracle9i Release 2 Client (9.2.0.1.0 or higher) already installed. From your description, it sounds like you are only installing the beta.

  • RHAS 2.1 with two oracle instances

    Hi all,
    I need to install two Red Hat Advanced Server boxes with an external Dell RAID Storage. The pourpose of this installation it is to have two oracle instances in high availability. Is it posible ?? Where I can find documentation about this ??
    Thank you and sorry for my bad english

    Hola
    Espero que hables español.
    Si, si puedes, pero debes de tener cuidado al manejo de los disco.
    Ignoro si LRH AS 2.1 maneje el concepto de Cluster FileSystmes o bien el de Cluster HA.
    Te recomiento que instales dos ambientes completamente independientes de HR, co sus herramientas y BD separadas. asi podras mantenerlo mejor.
    Si manejas el HA de LRH, define con cuidado las reglas y no olvides los concurrents y listeners.
    Espero que esto te ayude, en caso de que tengas preguntas, no dudes en buscarme
    Suerte.
    Mario A Mendoza
    Mexico
    [email protected]

  • HOW DO I INSTALL TWO DIFFERENT ITUNES ON ONE COMPUTER

    how do i install two itunes accounts on one computer using windows 7

    By creating a second user account for the other person.

  • How to install more than one instances on one machine

    Hi ALL,
    I want to install more than one instances on one machine, but i am a freshman on SAP field. How and where can i get the related infomation for that? thank you very much !!

    Hi tieyan,
    Glad the information was of some help.
    For Windows, there is an older note <a href="http://service.sap.com/sap/support/notes/28392">28392</a> that has some more information. It is important also that the SAP parameter PHYS_MEMSIZE is sized correctly according to note <a href="http://service.sap.com/sap/support/notes/88416">88416</a> (the bottom of the note gives some examples). For example, if there were two central instances and the two Oracle database instances on one host, PHYS_MEMSIZE for both instance profiles (of the central instances) would be 35% of the RAM (1/2 of 70%). In the case of MSSQLSRV 2000, for PHYS_MEMSIZE you would refer to the scenarios of note <a href="http://service.sap.com/sap/support/notes/327494">327494</a>.
    If you ever want to thank somebody else for helping in answering a question, the <a href="https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement">Rules of Engagement</a> has a section 'Thank Others by Giving Points' that explains this further.
    Regards, Mark

Maybe you are looking for

  • IProblems=Can't read from/write to and Flipping through songs

    Yeah I'm getting the error "Can't read from or write to.", and the iPod itself will turn on, but when I put it on a playlist or album, it starts flipping through all the songs before it even gets a chance to play part of the songs. What gives?

  • Output problem

    Code tags added by moderator: please use them in future.  Please use a more informative subject in future. Hi,       In output Mrp controlling data is not updated, plz help me. my program is: tables: s022. Types : Begin of ty_afpo,          aufnr typ

  • Stop Duplicate E-mail Sending, How ???

    Hello. Versions: CF8, MySQL 5.5.27 Database record fields: , FirstAttemptByCertNumber <-- same certification number , SecondAttemptByCertNumber , ThirdAttemptByCertNumber <-- same certification number , FourthAttemptByCertNumber Scenario: Web based a

  • Setting up an external content type without having to change it to NTLM authentication?

    Referring to: https://www.kenplaysviola.com/content/sharepoint2010-business-connectivity-path-unavailable and tested to be true. However, I have a site that I am not using NTLM - is there a way around this??? 

  • Completely MESSED UP - lost all files - try fixing this! ha

    okay so first, the ipod crapped out a while ago, wouldn't completely turn on. i dropped it, fine, worked again for a couple weeks. it crapped out today, hit it, fine. crapped out AGAIN today, dropped it, turned on eventually, but i lost ALL my files.