Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Remote_listener configuration for the Rac env

RE: Remote_listener configuration for the Rac env

From: Milen Kulev <makulev_at_gmx.net>
Date: Tue, 20 Sep 2005 00:18:34 +0200
Message-ID: <000001c5bd68$17cdaa10$0a00a8c0@trivadis.com>


Hi Arun,
Use ADDRESS_LIST keyword to specify a list of listeners. You can use something like this:

 alter system set remote_listener='(DESCRIPTION =(ADDRESS_LIST= (ADDRESS =(PROTOCOL=TCP)(HOST=host3.example.com)(PORT=1523)) (ADDRESS =(PROTOCOL=TCP)(HOST=host3.example.com)(PORT=1522)) ) )' ;

HTH. MILEN
-----Original Message-----

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of arun chakrapani rao Sent: Friday, September 16, 2005 10:53 PM To: oracle-l_at_freelists.org
Subject: Remote_listener configuration for the Rac env

Hi Rac gurus,
Is there a way to give 2 addresses for the remote_listener in a rac env.
I am configuring here a 3 node cluster and i have the following addresses which needs to be added to remote_listener

    (ADDRESS = (PROTOCOL = TCP)(HOST =
10.20.191.88)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST =
10.20.191.89)(PORT = 1521))
Now these 2 ipaddress are of the other nodes. I do know that I can create this in the tnsnames.ora and add the alias to the remote_listener. But i came to know from oracle that sometimes it does not work properly and fails on the client side. Hence was wondering how i can add these addresses in the alter system command.
If any of you have implemented this way can you please share the information with me by giving me the syntax. Thanks in advance
Arun                 



Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
--

http://www.freelists.org/webpage/oracle-l

--

http://www.freelists.org/webpage/oracle-l Received on Mon Sep 19 2005 - 17:20:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US