Oracle db listening on all interfaces

Hi,
I have oracle xe installed on a server linux.
Customer did some changes on the nw and now the database does not listen on all interfaces but just on 127.0.0.1:1521.
I need Oracle listening on this port but on all available ips in this server, in other words 0.0.0.0:1521.
I can I achieve this? I am not a db expert.
I need to do this because I have many installed product, especially OID, and I do not know what IP is actually used to connect to the database.
Thanks much.

As1mov wrote:
This is ok, the problem is that OID does not create the LDAP listner even though it seams to connect correctly to the database. Missing something here from the problem description. A LDAP listener/server is not the same an Oracle listener. Uses different tcp ports and different application protocols. Also, you mentioned Oracle XE - last time I looked this was vanilla Oracle RDBMS. No OID included.
If you are talking about not being able to connect to an OID server - that requires oidmon and oidctl (console commands) to be used to start up the OID server (with its listener).
Should I take care of something if I add a new ip address to the linux box?Assuming that the Oracle Listener is not configured with +(IP=FIRST)+, then no - I would expect that bouncing the listener is all that is needed for the listener to start listening on port 1521 using the +0.0.0.0+. And this can be checked by using netstat or lsof commands (the latter can be used to list the tcp ports opened by the listener process).
If you have an error - please provide as much technical details as possible. Such as the listener.ora file, the alias entry used from tnsnames.ora, the output of a sqlplus session that attempted to use this alias to connect and failed, etc.
I'm not clear at all as to what the problem is that you're facing with the listener and multiple interfaces/IP addresses on the same server.

Similar Messages

  • " Starting Oracle Net Listener......."  Hangs  while installing vm manager

    Ive taken all defaults read install guide , checked availability of ports and made sure I have libaio.
    I've reinstalled on two separate machines and everytime install fails after I accept defaults. Logs don't show anything. ./oracle-xe configure is the only thing in the log.
    If I run this again it fails or hangs in the same place. ?????Im not sure where the netlistener is otherwise Id try to manually install?start ?
    "Starting Oracle Net Listener"

    I have noticed the same thing on my install where it hangs on starting the listener. BUT. .. If you hit enter while it is hanging it will continue to the next step of starting the db. . It seems like it is waiting for some input but not displaying that on the screen. I would not suspect any input from a start listener. .This is my experience. Any others see this?

  • Oracle 11g - Listen for remote connections

    Hi all,
    I recently installed Oracle 11.1.0.7.0 on a Windows Server 2008 standard server 6.0 service pack 2. Everything is working as it should.
    I can open the database control web page on the local computer.
    I can connect locally to the database from SQL Plus
    I can connect locally to the database from Oracle SQL Developer
    The database control web page shows the database is up and running as well as the listener. All is good! As the status shows:
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 11-APR-2012 07:24
    :02
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.7.0 - Produ
    ction
    Start Date 10-APR-2012 16:58:34
    Uptime 0 days 14 hr. 25 min. 33 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File F:\app\oracle\product\11.1.0\db_2\network\admin\listen
    er.ora
    Listener Log File f:\app\oracle\diag\tnslsnr\SLOTH\listener\alert\log.xm
    l
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=SLOTH.qmuzik.local)(PORT=1521)))
    Services Summary...
    Service "qmzorcl" has 1 instance(s).
    Instance "qmzorcl", status READY, has 1 handler(s) for this service...
    Service "qmzorclXDB" has 1 instance(s).
    Instance "qmzorcl", status READY, has 1 handler(s) for this service...
    Service "qmzorcl_XPT" has 1 instance(s).
    Instance "qmzorcl", status READY, has 1 handler(s) for this service...
    The command completed successfullyBut when I open Oracle SQL Developer from another PC and try to connect, I am unable to do so!
    I keep getting the following error:
    Status: Failure - Test failed: IO Error: The Network Adapter could not establish the connection.What do I need to do, so that I can connect from a remote computer?
    Can anyone please assist me in this matter?
    Many thanks in advance!
    Kind regards,
    Richard

    Vishwanath wrote:
    Open Listener .ora and tnsnames .ora on server and match the below parameters with the connection form of SQL developer.Check one by one they should match to establish the connection to the database.
    HOSTNAME, PORTNUMBER and SERVICE_NAME.Hi,
    Many thanks for the response! I am sure that the connection parameters are correct.
    Client PC:
    Hostname: SLOTH.qmuzik.local
    Port: 1521
    SID: qmzorcl (I even tried the QMZORCL - but that did not make a difference)
    Server listener.ora File:
    # listener.ora Network Configuration File: F:\app\oracle\product\11.1.0\db_2\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = SLOTH.qmuzik.local)(PORT = 1521))
    Server tnsnames.ora File:
    # tnsnames.ora Network Configuration File: F:\app\oracle\product\11.1.0\db_2\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    QMZORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SLOTH.qmuzik.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = qmzorcl)
    )Any suggestions?
    Thanks again!

  • Oracle 10g listener standard

    Hi all,
    I am trying to define Oracle 10g listener standard in my organization.
    We have 60 Oracle 9i databases in an AIX node. We are planning to upgrade these database to 10g. During upgrade we want to configure the listeners according to our standard.
    Now we are not using dynamic registration for Oracle 9i databases. So there are 60 seperate listeners that always try to establish connections to the database even if the database is not up. This leads to server performance problems when the applications overload the server with connection attempts when there are hundreds of processes waiting to connect.
    After upgrade, we want to make all databases register with a listener for performance problems. But one listener per node can be too risky, maybe we can register a database with more than one listener.
    Also, there are some reasons for shutting the listener down:
    1. Cold backup
    2. Apply patches
    If we use only one listener per node, for cold backup we would shut down the listener and then no clients would connect to the databases.
    After these explanation, I am wondering if we can mix both reducing the number of the listeners for each node and using load balance for all databases.
    Do you hane any ideas, suggestions?
    Thanks,
    Fatma

    With Oracle 10g and RMAN there is no longer any reason to be doing cold backups.
    I'd run one listener per node. If this is too risky than a single database instance is also too risky and you should be investigating other high-availabilty solutions. RAC isn't always the answer.
    Connection manager might also be useful in your environment.
    Cheers,
    Colin

  • Oracle 8i Listener Vulnerability

    Hey
    I have read about the Oracle 8i listener vulnerability that if it is not password protected then denial of service attacks can occur along with other threats as well. this can be done through the lsnrctl utility but i was thinking how can this utility be used remotely to administer the listener. because to use it someone has to be an oracle user on the operating system for example unix. can someone guide me about this

    Hey
    I have read about the Oracle 8i listener
    vulnerability that if it is not password protectedSomeone accesses the oracle admin user on one machine and switches to another machine, often in an insecre network there will be no challenge to accessing the second machine. Thus break into one, you break into all.
    This just provides another layer - ensures the listener (which, if properly configured will handle ALL databases on the machine) from being shut down without authorization.

  • Oracle DB listener traffic

    Hello all,
    I work for the information security group of my company, and I'm trying to get some information about some traffic we've seen on the network.
    We've seen connections to port 1521 on our server running Oracle 9 (I believe this is the default port for the Oracle DB listener according to IANA) but we also see a second connection occurring right after the connection to port 1521 on a different port.
    I've noticed that there are usually 2 pings targeting the server, then a connection to port 1521 and then another connection to some apparently-arbitrary registered port. We usually see three of these connection pairs, and then we see the ping and more connections repeat in a similar fashion. To illustrate:
    PING
    PING
    TCP connection: port 1521
    TCP connection: port 4564
    TCP connection: port 1521
    TCP connection: port 4568
    TCP connection: port 1521
    TCP connection: port 4572
    <repeating>
    Is this normal for these TNS connections to occur like this with a secondary port? I contacted the DB admin, however he didn't seem too sure about the secondary connections. I tried to find some documentation about the connections, however I couldn't seem to find any information about it.
    Please pardon my ignorance in the matter since this would appear to be a "nooby" question. My knowledge of databases is little (and my knowledge of Oracle is non-existant).
    Best Regards,
    Ryan

    This is absolutely normal and it is the default behaviour for the listener.
    When the listener catches a request at its listening port (1521-default) it only process the request to launch an oracle server against the rdbms (spawn), once the oracle server process has been created listener hands off (bequeath) the connection to it, so at this time the listener sits back to its listener port waiting for incoming requests and it doesn't care about the connection once the client has established communication with the rdbms through the oracle server process, which uses a randomly assigned port.
    There is an special configuration which uses the same listener port for read and write, but this configuration is used only on firewall not certified to handle oracle connections or when there are other security restrictions. But it is seldom used due to listener performance.
    ~ Madrid

  • Failed to start Oracle Net Listener

    Hi ,
    can any body help me regarding failing of listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    iam using Fedore core4 installing oracle10g Express editon ,on standalone system,Below are the logs
    sqlplus system
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Aug 31 13:21:39 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Enter user-name:
    /etc/init.d/oracle-xe restart
    Shutting down Oracle Database 10g Express Edition Instance.
    Stopping Oracle Net Listener.
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    [root@localhost ~]#
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 31-AUG-2009 13:26:27
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    Linux Error: 11: Resource temporarily unavailable
    Listener failed to start. See the error message(s) above...
    Please help

    I need help please:
    I have installed Oracle 10g Express Edition without struggles ( Little curious about the fact
    that the directory /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/ is empty).
    % /etc/init.d/oracle-xe configure --> worked good without default settings.
    % /etc/init.d/oracle-xe start --> is silent : No verbose or messages in term.
    I can't connect to server http://localhost:8080/htmldb or http://localhost:8080/apex.
    I uninstalled and re-installed Oracle 10g... Now the command:
    % /etc/init.d/oracle-xe configure --> Oracle is already configured.
    But the connection to the server always fails.
    My environment has all the following:
    % uname -r
    2.6.30.5-43.fc11.i686.PAE
    % echo $ORACLE_HOME
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    % echo $ORACLE_SID
    XE
    % echo $PATH
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin.....
    BUT I also had the responses:
    % /etc/init.d/oracle-xe restart
    Shutting down Oracle Database 10g Express Edition Instance.
    Stopping Oracle Net Listener.
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    %sqlplus
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    % /etc/init.d/oracle-xe status
    /bin/su: user oracle does not exist
    % lsnrctl start { Messages below are my translations into english, sorry ;-) }
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 21-FEB.-2010 18:31:24
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Launch /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: Please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    NL-00280: Erreur de création de la chaîne de journalisation /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    NL-00278: Impossible to open journalisation file
    SNL-00016: snlfohd : File opening error
    Listening process failure. Read error messages above...
    I wish someone here gives some tips (with the commands, I am an apprentice); I dont know
    where to begin my checks.
    Thx.

  • Do I have to make Oracle XE listener working before I install Oracle APEX?

    Hi, guys:
    I have a question: Do I have to make Oracle XE listener working before I install Oracle APEX 4.2? I have installed Oracle XE 11g on windows 7, however, I got problem to run Oracle XE listener, though Oracle XE itself is running. Since my purpose is to run Oracle APEX I was wondering if I have to make Oracle XE listener working at first.
    Thanks for your comments!
    Sam

    Hi, Jarola:
    Thanks for your help! My supervisor asked us to install Oracle XE, OC4J, and APEX listener in our local PC (windows 7 64 bits). I guess his purpose is to train us to install APEX 4.2 eventually. I installed OC4J and APEX listener before without much problem; but I have difficulty to install Oracle XE on windows 7 64 bits version as so far Oracle XE only supports 32 bits windows. after I installed Oracle XE, I got these problems:
    #1 the Oracle XE itself is running, but XE listener cannot work, it always reports "the Oracle OracleXETNSListener service started and then stopped, some service stop automatically if they are not in use by other services or programs.",
    #2 It looks Oracle_home of XE conflicts with that of OC4J. I tried to set ORACLE_HOME as "C:\OC4J\oc4j_extended_101350;C:\oraclexe\app\oracle\product\11.2.0\server", but OC4J cannot find config file so I cannot start OC4J. it is messed up.
    #3 most of all, I was wondering if you could tell me the relationship among Oracle XE, OC4J, and APEX listener regarding installing APEX 4.2, are they all necessary to install APEX 4.2? if so, could you guide me to install these things with proper steps (say, which one should be installed first?)? any of your suggestion would be very appreciated! (I have tried two weeks without progress...)
    Sam
    Edited by: lxiscas on Nov 28, 2012 8:00 AM

  • Can my wife and I merge our songs and share them? I bought songs using my id that she loves and she bought songs using her id and we'd like to listen to all musics in all our 5 devices w/o having to buy them twice! We have 5 devices.

    We have 5 devices: 2 iPnones, an iPad, a MacAir and an AppleTV and we'd like to listen to all our music in all devices from a singlr, unified list, w/o having to log off/ logon or buy half of the songs again.

    Please describe your setup in more detail. Where is all the music stored now? How are you syncing?

  • I apperently have two iTunes accounts, how do I merge them so I can listen to all my music?

    I apperently have two iTunes accounts, how do I merge them so I can listen to all my music?

    Click here and fill out the form for assistance.
    (36376)

  • Hello - I am trying to sync my ipod touch with itunes and I have done many times and now today I am getting error message 13019. I have listened to all the suggestions of how to fix it from apple and now I lost all my music off my ipod. HELP?

    Hello - I have been getting error message 13019 all afternoon and I have never had that before. I have listened to all the suggestions on this site and nothing has helped. And know I have lost all the music off my ipod (luckily it is still on itunes) I really need this figured out asap since I leave on vacation in 4 days! Please somebody help. I have never had so many issues

    When you open iTunes and plug in iPhone (iPod) to computer, it appear in the left bar. Then just simply right click on you iPhone (iPod) and choose Transfer Purchases, this should copy your purchased items to your computer.
    Hope this help

  • In Oracle Forms, to run all the When-Validate-Item of all the items at once

    In Oracle Forms, is there any built-in / procedure / function which is used to run all the When-Validate-Item triggers of all the Items at once ?
    I will put it in detail :
    When a form is run and while entering the data..
    when we enter some data and try to move out of that item then the When-Validate-Item trigger of that item is fired and the code in that trigger is executed..
    Similarly there may be many items and many When-Validate-Item triggers correspondigly in a form..
    My requirement is to run all the When-Validate-Item triggers of a form at once when we click a button which is created for that purpose only..
    So is there any built-in / procedure / function (to run all the When-Validate-Item triggers of all the items), which can be called in the When-Button-Pressed trigger of that particular button..
    If any one having any solution/suggestion, please let me know..
    Thanks..
    Edited by: user2938447 on Nov 8, 2010 9:03 PM
    Edited by: user2938447 on Nov 8, 2010 9:12 PM
    Edited by: user2938447 on Nov 8, 2010 10:19 PM

    Hi Sandy,
    Thanks for your suggestion..
    The validations should be done at Item level (When-Validate-Item as usually) and seperately again when a button is pressed.
    So to put all the code in another block-level When-Validate-Item trigger or in any When-Button-Pressed trigger will be duplication of the code.
    Actually I have around 30 Fmbs to be modified and each Fmb is having around 20 Items and almost all Items are having When-Validate-Item trigger.
    So,I wanted to know whether there is any Built-in / Procedure in Oracle Forms which runs all the When-Validate-Item triggers once it is called.
    Thanks..

  • Oracle service, Listener and http server does not start automatically

    Hello,
    I have Oracle 9i release 2 installed on Unix HP box if system restart in case of power failure the Oracle service, Listener and http server does not start automatically, is there any ready reference available to check what's wrong is happening(I don't have knowledge of Unix).
    Thanks, Khawar.

    Hi Rajesh,
    Thanks for reply, I will check this link and will be back if facing problem.
    Regards, Khawar.

  • Oracle VM Manager Command Line Interface

    Can anybody suggest any tool for Oracle VM Manager Command Line Interface?
    Are they free?
    What kind of jobs we can automate using Command line?
    If they are not free is it worth spending money to buy them?

    Try public-yum.oracle.com
    and look at the oracle-addons channel below OEL.
    http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/oracle_addons/i386/
    Regards
    Sebastian

  • Recently can't play music samples on Amazon France and Germany via their usual 'Listen to all' button. Can only play samples individually. Message says roughly RealPlayer not installed on my naigator, but I've changed nothing and have RealPlayer on my PC

    Recently can't play music samples on Amazon France (and Germany, though they've now gone over to Flash, which seems to have fixed it after (re)installing Flash Player) via their usual 'Listen to all' button. Can only play samples individually. Message says roughly RealPlayer not installed on my navigator (see box below), but I've changed nothing and have always had RealPlayer on my PC at least. The 'Aid' page is useless in that it does not provide any links to sites from which one could download whatever it is Amazon Fr thinks one now needs.
    == URL of affected sites ==
    http://www.amazon.fr (e.g. http://www.amazon.fr/Je-Souviens-Tout-Juliette-Greco/dp/B001PU6T04/ref=sr_1_1?ie=UTF8&s=music&qid=1277978559&sr=1-1)

    Hello Neil.
    It has been reported by other uses that RealPlayer is having some compatibility problems with Firefox. I believe this is mostly notorious with RealPlayer Plugin Record Plugin, but it may be the same thing here. Please contact RealPlayer developers for support.

Maybe you are looking for

  • How can I get the third battery out of the wireless keyboard to change it?

    I got a message to change the batteries in my keyboard, but only two batteries will come out.  Is there a way to get the third one out?

  • Apply owner password using adobe reader

    Hi, I have a document that is encrypted using owner password. the user pasword is null/Empy. Hence when the document is opened, adobe reader doesn't asks for the password. Now, how can i apply the password so that I can disable the restrictions ( the

  • Hi i tried to update my g5 with mac os x 10.5.1 to 10.5.8

    whilst updating i pulled out my usb when it was installing then i tried re installing but nothing was working i then switched the power mac off to restart it but its stuck on the apple screen and i cant open the disk drive to put a disk in to re inst

  • Dreamweaver CS4 compatible with Windows 7 and 8?

    I still work with Dreamweaver CS4 (student version) which is until now still good enough for me. On my desktop I still have XP and on my Laptop Vista. But due to HD filming and probably Office 2013 I need a new desktop and also need to upgrade my Lap

  • Smoothing of Photoshop files in AfterEffects

    I am using CS4, I am also new to AE.  I have imported a layered logo into AE for an overlay on footage.  The output is to DVD but the logo is heavily pixelated around the edges.  The PS image was larger than the comp size and I have scaled it down to