DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: one listener with two ips

  1. #1
    Join Date
    Feb 2000
    Location
    New York,U.S.A.
    Posts
    245
    Hi,
    I have a situation here, my sysadmin wants me to configure one listener with two ip addresses, one is for internal, the other is for outside network to connect. Is it doable? I know how to configure it, just do not have any experience on it. Does it work? Thanks for any input.


  2. #2
    Join Date
    Oct 2000
    Location
    Dallas:TX:USA
    Posts
    407
    yes, you can do it;
    hers is an example of such a listener.ora file --

    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 111.222.222.23)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 111.222.222.23)(PORT = 1526))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 222.333.444.23)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 222.333.444.23)(PORT = 1526))
    )

    you can setup listener to listen for different ports and on different IP addresses.

    - Rajeev

  3. #3
    Join Date
    Feb 2000
    Location
    New York,U.S.A.
    Posts
    245
    Thanks, Rajeev. I tested it out, it works fine. Thanks very much.

    Dragon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width