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

Thread: What to set host to in listerner.ora for 2 servers sharing disks?

  1. #1
    Join Date
    Apr 2001
    Location
    Congleton
    Posts
    258
    when sharing disks between 2 servers, what do you set the host to in listener.ora for TCP connections?

    We have 2 servers (1 for standby therefore the database is only up on 1 server), that is connected to shared disks. At the moment the listener.ora is using IPC and the TCP is set to the following:
    (ADDRESS = (PROTOCOL = TCP) (Host = localhost) (Port = 1527))
    but this doesn't work. What do I need to set the host to?
    Thanks.






  2. #2
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    You shall change this:

    (ADDRESS = (PROTOCOL = TCP) (Host = localhost) (Port = 1527))

    For:

    (ADDRESS = (PROTOCOL = TCP) (Host = XXXX) (Port = 1527))

    Where XXXX is the virtual IP where the clients access to the database or the name associated to it.

    Hope that helps

    Angel

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