One lieneter for two oracle homes?

Hi
If I have two Oracle Homes on the same servers (say, 10.2.0.4 and 10.2.0.5), do I need to configure two listeners (one for databases of each Home) OR one listener (from the higher version Oracle home probably) will be good enough? If one listener is enough, is there special configuration for such case?
Best regards

user130038 wrote:
Hi
If I have two Oracle Homes on the same servers (say, 10.2.0.4 and 10.2.0.5), do I need to configure two listeners (one for databases of each Home) OR one listener (from the higher version Oracle home probably) will be good enough? If one listener is enough, is there special configuration for such case?
Best regards
No, the listener from the most recent release would be sufficient for all the databases running on the machine.
Aman....

Similar Messages

  • Two oracle homes in linux!

    Hello !
    Can we make two oracle homes in Linux .
    In one home i have to install 8i database and in the other home i have to install 9iAS.
    What i think is , for two oracle homes in linux u need to make two oracle users first ,and in two different bash_profile file u have to give the path of oracle home. So this thing will not allow to start
    your database every time. u have to change user every time and then start your database .
    This thing will create problem .
    I have tried this thing on NT and it worked . I mean i made two oracle Homes and on one home i installed 8i and on other home i installed 9iAS. and it worked uccessfully.
    How can i do it on Linux .
    Regards
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by seemab:
    Sir i am talking about Red Hat Linux.
    Can we do it on it .
    Regards<HR></BLOCKQUOTE>
    I don't see why not. I used to use Red Hat and it worked the same.
    Say you want to start the database, open a terminal and do something like
    su - oracle
    <give password>
    . setupdbenv
    small script you write to set your SID, ORACLE_HOME, etc
    then start the database in that terminal.
    Similarly, for Oracle9iAS, log on using the correct user (root?), set the environment using something like . setupiasenv, and do the apachectl thing.
    I have 5 different Java environments I can setup in this way. Would be impossible if I used .bashrc or .profile to setup my environments.
    Cheers,
    Malte
    null

  • Two oracle homes on linux !

    Hello !
    Can we make two oracle homes in Linux .
    In one home i have to install 8i database and in the other home i have to install 9iAS.
    What i think is , for two oracle homes in linux u need to make two oracle users first ,and in two different bash_profile file u have to give the path of oracle home. So this thing will not allow to start
    your database every time. u have to change user every time and then start your database .
    This thing will create problem .
    I have tried this thing on NT and it worked . I mean i made two oracle Homes and on one home i installed 8i and on other home i installed 9iAS. and it worked uccessfully.
    How can i do it on Linux .
    Regards
    Seemab

    No you don't need a separate user. Just a shell script to change the environment.
    This is fairly standard on all unix platforms and is covered in the manuals, generally you run .oraenv or .coraenv which is really just a shell script which resets the environment.(theres probably a bash shell script for linux I haven't checked). However you can write your own to suit you needs. Generally the format is that the script it prompts you for an instance name and sets the environment approppriately but it could prompt you for anything.
    for example
    echo "which environmnet do you want"
    read OENV
    case $OENV in
    9) ORACLE_HOME=....
    ORACLE_SID=....;;
    8) ORACLE_HOME=....
    ORACLE_SID=....;;
    esac

  • Problems starting two LISTENERS in one server for two DB.

    Oracle : 10gr2 10.2.0.3
    Server : Linux RedHat R4U5
    General Configuration:
    two users apexdev1,apexdev2
    two oracle homes apexdev1,apexdev2
    One server. Diferent directory structure for each home.
    apexdev1 user.
    [apexdev1@CO-MIA-APXDBDEV admin]$ echo $ORACLE_HOME
    /u01/apexdev1/oracle/product/10.2.0
    [apexdev1@CO-MIA-APXDBDEV admin]$
    [apexdev1@CO-MIA-APXDBDEV admin]$ echo $TNS_ADMIN
    /u01/apexdev1/oracle/product/10.2.0
    APEXDEV30 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =CO-MIA-APXDBDEV.mastec.com)(PORT = 1522))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_APEXDEV30 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = apexdev3)
    (ORACLE_HOME = /u01/apexdev1/oracle/product/10.2.0 )
    (PROGRAM = extproc)
    apexdev2 user.
    /u01/apexdev2/oracle/product/10.2.0
    [apexdev2@CO-MIA-APXDBDEV admin]$ echo $ORACLE_HOME
    /u01/apexdev2/oracle/product/10.2.0
    [apexdev2@CO-MIA-APXDBDEV admin]$
    [apexdev2@CO-MIA-APXDBDEV admin]$ echo $TNS_ADMIN
    /u01/apexdev2/oracle/product/10.2.0
    APEXDEV31 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =CO-MIA-APXDBDEV.mastec.com)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_APEXDEV31 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/apexdev2/oracle/product/10.2.0)
    (PROGRAM = extproc)
    We start the listener for user1.
    lsnrctl start APEXDEV31
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CO-MIA-APXDBDEV.mastec.com)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    When we try to start the second one
    [apexdev1@CO-MIA-APXDBDEV admin]$ lsnrctl start APEXDEV30
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 21-AUG-2008 17:17:13
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    TNS-01106: Listener using listener name APEXDEV31 has already been started
    It is looking to the firts one.
    SQL> ho hostname
    CO-MIA-APXDBDEV.mastec.com
    SQL> show parameters service
    NAME TYPE VALUE
    service_names string apexdev30.mastec.com
    SQL> ho hostname
    CO-MIA-APXDBDEV.mastec.com
    SQL> show parameters service
    NAME TYPE VALUE
    service_names string apexdev.mastec.com
    SQL>
    What I'm missing?
    I don't see why is not working?
    What is not rigth in the configuration files?
    Jose.

    Thank you.
    The solution was.
    SQL>ALTER SYSTEM SET LOCAL_LISTENER='listener_alias'
    SQL>ALTER SYSTEM REGISTER;

  • Need of Two Oracle Home in R12

    I am a newbie apps dba and was going through the oracle documentation. Where I learnt that in r12 there are two ORACLE_HOME 10.2.0 and 10.3.0. I tried to research regarding the same but couldn't find anything conclusive enough that would clear my fundamentals regarding the need for having 2 ORACLE_HOME. Of what I have understood , 10.2.0 is Developer Home which hosts the Apache, forms server etc and 10.3.0 hosts the JAVA/html server etc. Is my understanding correct regarding the same ? and what is the use and advantage of having two Oracle Homes? Do explain me in laymen terms as I am still a newbie!

    BhaviSavla;
    I guess you dint understand what I have said!!! I HAVE ALREADY READ THAT THOUSAND TIMES!!! Please think double&triple time while you are talking wiht Hussein Sawwan about EBS related questions. I am sure about Hussein Sawwan  understand your question as he understand other questions and already he has been answered your question(If you have ability to understand what you read)
    I strongly suggest you about TO BE KIND-RESPECT with forum users which are trying to help other people here.
    And I am still not able to understand the actual advantage of having TWO ORACLE_HOME...After read something, If you still understand than dont blame forum users. Choose easy way... Rise SR!
    Kindly do not post just to increase your number of posts on this forum!! If you cannot help me in anyway with this, kindly do not post!If you dont follow OTN forum site consistently than DO NOT MAKE COMMENT about people here If the topic is Hussein Sawwan.
    I must remind you something... He has more than 50k post wiht 51k points which mean he made post here like your_post_count*1500times... Wiht other words, his each post equal to 1 point, which mean his each post has meaning which are helpful!
    Do you have capability to calculate how mch time he spend here?
    Dont thing so!
    Moderator, I belive this question is already answered If the poster read notes! Please close or lock this thread!
    Thanks
    Helios

  • Two oracle home 11g and 10g

    hi all
    i have al-ready installed oracle 11g on my xp and created database then
    when i want to install oracle 10g .it installed sucessfully
    but i cannot connect to any of the oracle software
    as  i put the SAME oracle_base for both the ORACLE 11g and oracle 10g
    Can anyone help me how to have two oracle home on a single machine xp?
    Thanks
    Misin

    Hi,
    there isnt any problem.
    During instalation you set ORACLE_BASE. It could be the same for both version but you have to set diffrent ORACLE_HOME
    Samething like this
    (it's on linux but the same is on win )
    echo $ORACLE_BASE
    /opt/app/oracle
    for 10g
    echo $ORACLE_HOME
    /opt/app/oracle/product/10/db10g
    for 11g
    echo $ORACLE_HOME
    /opt/app/oracle/product/11/db11g
    Now when do you want to run 10g set 10g enviroment and for 11g ORACLE_HOME form 11g.
    REgards,
    Tom
    http://oracledba.cz

  • Hi all - is it really possible to use one license for two computers or is it just a rumor?

    I heard that it would be possible that you can use one license for two computers. Is that the truth? And if so - how does it work?
    Thanks
    K

    Adobe CC or any perpetual previous version allows you to install & activate it two times (on the same computer or other different one).
    As per End user license agreement, only one computer can be used at one given time.
    Please refer to:
    Licenses and terms of use | Adobe
    Adobe - Adobe product license agreements
    Hope it helps you.
    Regards
    Rajshree

  • How  to create one delivery for two sales orders?

    Hi Experts,
    I need to create one delivery for two sales orders. But it fails.
    The route, shipping point, ship to party are same for both orders but INCOTERMS are different.
    Delivery date, Good issue date, loading date,material availability date, transportation planning date for 1st order is 12/07/11 and for second order is 14/07/11.
    I have created delivery on 14/07/2011 but the delivery is created for 1st order only, the second order is missing in the delivery.
    It not happened because of incorterms.? different dates
    Kindly help regarding this.
    Thanks
    Raghu

    Hi
    To understand splitting behavior, see SAP Note 546668 - FAQ: Delivery split when creating deliveries. And yes, incoterms happens.
    I think that with the help of question 6 you can try to force the merging of SO. Then, see SAP Note 166397 - Delivery split according to customer field ZUKRL, and handling the field ZUKRL in a VOFM in the copy rule I think that you can try to do it.
    Finally See  Note 4505 - Duprec when adding delivery (VL04, VL01, VL10*) to avoid problems while you are merging.
    Regards
    Eduardo

  • Two oracle home in System

    Previously I have used oracle 9i Client. After that I have installed Oracle 10 g client.Now In my machinne , have two oracle homes(Oracle 9i and 10g ).I want delete the Oracle 9i home from my machine.
    Help me.
    Thanks,
    Anzy

    Technically it's safe to remove 9i ORACLE_HOME without affecting 10g.
    However sometime you might have some application compiled with old 9i installation and depend on it.
    Make a backup of 9i home before remove it just in case.

  • Environment Variables in a single host same user  two Oracle homes OAS

    Hello All.
    I've been googleing and looking over otn site but I cannot find solution to my question that, perhaps, is pretty easy.
    I have an OAS 10g installation in a Linux single node.
    I've made the installation the INFRA and the MT with the same user (oracle)
    If I set the ORACLE_HOME in the oracle user .bash_profile my command lines will work just for the ONE of the Oracle Home (the one pointed in the profile).
    I have two solutions:
    1. Make the .bash_profile dynamic. that is to program like a menu to ask what Environment Variables to load (infra's or MT's.)
    2. Make like .bat files to just call them and set whatever I need.
    Sounds simple, but I have no idea how to make or program any of them. I am pretty much a newbie in unix shell script programming.
    Thanks in advance any help.

    Ricard wrote:
    Hi
    This is for test purpose.
    I know oracle dont enjoy having same SID for 2 instances in same host.
    I was reading about it and seems is possible on UNIX machines. So i tried to do in a red hat linux enterprise 4.
    But with dbca, im always stoped by oratab, cause cant have same oracle_sid in oratab.
    Any idea how to do it?
    Not using dbca and making the database manually via script?
    ThanksWell, if you read this link,
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/startup.htm#CNCPT601
    And from here, this quote,
    >
    Multiple instances can run concurrently on the same computer, each accessing its own physical database. In large-scale cluster systems, Real Application Clusters enables multiple instances to mount a single database.>
    One instance can be used only by one single database on a box. There may be another instance of the same name available but Oracle won't let you open that database. You will receive,
    ORA-01102 cannot mount database in EXCLUSIVE modeCause: Some other instance has the database mounted exclusive or shared.
    Action: Shut down the other instance or mount in a compatible mode.>
    So , in any case, you are limited to one single database and one instance. As Paul mentioned, using different case, you may be able to achieve this but that still can't be called a true test as on *nix, case does matter and ORCL and orcl are going to be considered as two different databases.
    HTH
    Aman....

  • Two Oracle Homes

    OS: Windows XP, 32-bit
    Oracle DB 1: Oracle 9i Enterprise Edition Release 9.2.0.7.0
    Oracle DB 2: Oracle10g Enterprise Edition Release 10.2.0.1.0
    How can I manage environment variables like ORACLE_HOME and ORACLE_SID for both oracle databases?
    What I do now:
    Depending on the DB I want to use I set up ORACLE_HOME and ORACLE_SID accordingly, describe the path to the oracle home directory in the PATH env variable and start the appropriate oracle service from Services.
    As you can imagine this is unthinkable.
    (Besides, I noticed that in the Registry I have key for oracle home only for the 10g DB. I don't know why is this like that. But for Oracle 9i I have no keys in HKEY_LOCAL_MACHINE-> SOFTWARE -> ORACLE.)
    Could anyone suggest cleverer method to manage both databases in windows without the need manually to set variables each time when I switch?

    Perhaps one easy method was to setup 2 batch files, e.g.:
    C:\WINDOWS> copy con 9.bat
    @echo off
    set ORACLE_SID=inst9
    set ORACLE_BASE=path_to_base
    set ORACLE_HOME=path_to_home
    etc...
    prompt [oracle 9i] $p$g
    echo "Environment Oracle 9i"
    Control-Z Return
    Create a 10.bat with appropriate data too.
    If you put the batch files in C:\windows they will be in your path and you can simply type "9" or "10" depending on which Oracle environment you need.

  • Automatic Deployment Rule - One ADR for Two Different Collection for Two Different time Intervals

    I have a scenario where two collection of Windows 8.1 is made based on geographical location. One collection is for all the windows 8.1 machines in India and one collection is for all windows 8.1 machines in US. Now I have created one ADR to be deployed
    to the Collection for Machines in India with a schedule.
    My requirement is that can i use the same ADR for those two collection with different schedule. Say I want ADR to be deployed in India at say 10:PM IST and for US collection at say 10:00 PM PST.
    Can I use one ADR with two different schedule and can be deployed to two different collection. Any help will be greatly appreciated.
      

    Couple of "bits" to help you one your patch automation quest:
    A ADR is very much a 1:1:1 rule.  It creates (or updates) ONE update group, deploys it to ONE collection, and you can provide ONE schedule.  While you are more than capable of flipping said deployment time to use local time instead of UTC, in general
    it's a very simple set of rules that are dogmatically run.
    That said because of the "include" feature of collections it's not that hard to setup a good/robust patching pattern.  What I recommend doing is building an ADR for each variance of deployment of patches or enforcement time.  for example,
    my ADRs look something like this:
    Software Updates - Zero day enforced
    Software Updates - Critical and Security 1 month enforced
    Software Updates - Critical and Security 1 month no reboots
    Exact terminology is up to you of course, but I find a good descriptive ADR name saves a lot of confusion.  For each ADR I create an identical collection.  From there I can use existing collections and a simple "include collection" rule
    to bundle things up and make them part of the patching schedule of my choice.  Anyone can now go into my "software update" folder, look at my collections, and know exactly what gets patched by what deadline.
    Finally, don't be afraid to look into maintenance windows to trim down ADR count.  Making a deployment available for a month before it goes enforced, then setting up groups of maintenance windows (one for each Friday of the week for example) can also
    accomplish a similar goal by having machines auto-patch during their week but you only using one ADR.
    So by having two "types" of collections to manage your patching (one to assign a ADR built by deployment deadlines, the other for exact update windows) you should be able to group most your workstations into a decent patch scheudle without being
    too excessive about creating a billion ADRs.

  • One username for two tunnel in IPSec remote access vpn + ACS for authentication

    Hi all,
    I want to set up a username which can be used for two different IPSec tunnel (i.e. username USER1 can be used in tunnel TUN1 and TUN2). Can anyone help me how to do this? My current configuration is that I tied the username to tunnel group using group-lock (RADIUS property) so a username can only be used for a particular remote access vpn tunnel (USER1 can only be used for TUN1). I have already tried to enable multiple entry for group lock in ACS (by manipulating the dictionaru setting in ACS), but it seems that authentication still takes the first group and can not take the second group.

    You'd have to create a new AAA server group pointing to servers in the new domain for authentication.
    Then make a new connection profile that uses that AAA server group.
    Your users would have to choose the connection profile (absent some more advanced tricks like issuing them user certificates that can be checked for attributes which map to one profile or another).
    This could also be done with ISE 1.3 which can act as the RADIUS server and join to multiple AD domains on the backend as identity stores. (or even with ISE 1.2 if you use one of the AD directories as an LDAP store vs. native AD).

  • One server for two independ customer installations

    Dear all,
    I've one server and want to install two different SBO installations for two different
    companies that are not related between them.
    I'm going to create two SQL instance so DBs are in differente scope, and with license manager I could administrate two different license file..
    Is it possible?
    Regards,
    Giovanni

    Hi Sachin,
    you're right with two different VM you can manage that, but this is similar to have two different server.  My goal is to use only a server (phisical or virtual)...  I think  with 8.8 version we can do it, but I glad if someone has some experience of this scenario..
    Regards,
    Giovanni

  • One instance for two different application

    Hello,
    I have to solve following problem..
    need have one instance of object for two different application..fist is standard SE application and second is EE (web)..
    SE application is a server..listen on and accepting connection from mobile phone..and EE application need to show list of connected devices and should say to SE application that new device was connected..
    I would like to do this without database..only server and web app..
    I have thought about RMI..but hope there is more simple solution..
    Thanks a lot for your ideas.
    Dmitrij

    I would like to do this without database..only server and web app..You have your reasons for wanting this to be the case. If you are sure you don't want a DB, then pass the state of the object between the two ends using XML as the transport form. As someone said, you can use JMS or you can write an HTTP POST or probably other transport mechanisms other people will suggest to actually get it over the wire from one side to the other.
    As to your question of how to sync state, just make the object you're sharing final after it's been created (on the side that creates it) and make the reference that receives it and holds it final also, after you've reconstructed it from the XML you received.

Maybe you are looking for

  • Can anybody help me to access Internet with my existing network

    Dear All Recently I purchased new WRT 54G wireless router. Also I have tied up with new ISP to give wireless internet access to some of the my Higher authority employees only. My office network setup is as shown below Local Ip range : 172.18.0.0 to 1

  • Snapshot Refresh

    Hi., I am facing following error on during the snapshot refresh at 8i ORA-04052: error occurred when looking up remote object [email protected] ORA-00604: error occurred at recursive SQL level 2 ORA-02085: database link RT.PRDU connects to RT ORA-065

  • Standard or Progressive JPEG for DVPAL sequence

    Hi, I've read a lot concerning jpeg imports in FCP. But there's one step i can't find. I've preparing picutre footage in photoshop and saving as JPEG. They are then imported in an FCP DV PAL anamorphic sequence. When i animate the picture (simple res

  • How to delimit business roles in Org Strucutre

    Hello, I have a requirement where in I need to schedule and delimit business roles in the organisation structure(ppoma_crm). Business Requirement: Short term assignment of the Sales executive to Sales manager (Duty manager) role. The main issue is ho

  • Batch rename files

    How can I batch rename files to original (embedded in metadata) file names?