RE: Doubt Regarding Scan Listener

From: Deas, Scott <Scott.Deas_at_lfg.com>
Date: Tue, 21 Jan 2014 14:16:14 +0000
Message-ID: <C1FB7BA65B13C542B2CB1CE5DB8F74AF06A913D4_at_NC2PWEX501.us.ad.lfg.com>



Sandip,

Just think of the SCAN address and the associated SCAN listeners as being a simplified way of managing connectivity to your cluster. When pushing out a TNS Names file on 10g or 11gR1 RAC, you would have to use the ADDRESS_LIST to specify the nodes associated with the cluster. This means that any time you add/remove nodes from the cluster, you're having to modify your TNSNames entry as well (which can sometimes be on hosts that you don't have access to). The SCAN simplifies this, one name for the cluster, resolves to 3 scan ip addresses, each related to a scan listener that will be running on some node in your cluster (where they run is not important, and will vary between reboots or cluster reconfigurations). When a client initiates a connection, one of the scan listeners picks it up (round robin) and will see what service the client is connecting to in the connection string. It will then do a handoff to the appropriate node in the cluster, and all future communication will be between the host and the client, the SCAN listener's work is done at that point.

This is a good summarization: http://www.oracle.com/technetwork/products/clustering/overview/scan-129069.pdf

Thanks,
Scott

Notice of Confidentiality: **This E-mail and any of its attachments may contain Lincoln National Corporation proprietary information, which is privileged, confidential, or subject to copyright belonging to the Lincoln National Corporation family of companies. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout. Thank You.**

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jan 21 2014 - 15:16:14 CET

Original text of this message