﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals / Oracle Forum / Oracle RAC - Real Application Clusters Forum  / RAC tnsnames.ora entries for TAF and CTF / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals</description><link>http://www.franklinfaces.com/</link><webMaster>no-reply@FranklinFaces.com</webMaster><lastBuildDate>Thu, 09 Feb 2012 11:25:44 GMT</lastBuildDate><ttl>20</ttl><item><title>RAC tnsnames.ora entries for TAF and CTF</title><link>http://www.franklinfaces.com/Topic415-45-1.aspx</link><description>TAF:&lt;/P&gt;&lt;P&gt;MYTNSADD.world =&lt;BR&gt;  (DESCRIPTION_LIST =&lt;BR&gt;    (FAILOVER = true)&lt;BR&gt;    (LOAD_BALANCE = true)&lt;BR&gt;    (DESCRIPTION =&lt;BR&gt;    (ADDRESS =&lt;BR&gt;      (PROTOCOL = TCP)&lt;BR&gt;      (HOST = HOST1)(PORT = 1521))&lt;BR&gt;      (CONNECT_DATA =&lt;BR&gt;        (SERVICE_NAME = MYSERVICE.COM)&lt;BR&gt;        (SERVER = dedicated)&lt;BR&gt;        (FAILOVER_MODE = &lt;BR&gt;           (BACKUP=HOST2)&lt;BR&gt;           (TYPE=select)           &lt;BR&gt;           (METHOD=preconnect)&lt;BR&gt;           (RETRIES=10)&lt;BR&gt;           (DELAY=3)&lt;BR&gt;        )&lt;BR&gt;      )&lt;BR&gt;    )&lt;/P&gt;&lt;P&gt;&lt;BR&gt;BACKUP=HOST2. This names the backup node that will take over failed connections when a node1 crashes. &lt;BR&gt;Primary server is host1, and TAF will reconnect failed transactions to the host2 instance in case of server failure. &lt;/P&gt;&lt;P&gt;TYPE=select. This tells TAF to restart all in-flight transactions from the beginning of the transaction.&lt;/P&gt;&lt;P&gt;METHOD=preconnect. This directs TAF to create two connections at transaction startup time: one to the primary host1 &lt;BR&gt;database and a backup connection to the host2 database. In case of instance failure, the host2 database will be ready &lt;BR&gt;to resume the failed transaction. &lt;/P&gt;&lt;P&gt;RETRIES=5. This directs TAF to retry a failover connection up to 5 times. &lt;/P&gt;&lt;P&gt;DELAY=3. This tells TAF to wait three seconds between connection retries. &lt;/P&gt;&lt;P&gt;&lt;BR&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;CTF&lt;/P&gt;&lt;P&gt;myserviceName.com=&lt;BR&gt; (description=&lt;BR&gt;  (load_balance=on)&lt;BR&gt;  (failover=on)&lt;BR&gt;  (address=&lt;BR&gt;   (protocol=tcp)&lt;BR&gt;   (host=node1)&lt;BR&gt;   (port=1521))&lt;BR&gt;  (address=&lt;BR&gt;   (protocol=tcp)&lt;BR&gt;   (host=node2)&lt;BR&gt;   (port=1521))&lt;BR&gt;  (connect_data=&lt;BR&gt;   (service_name=myserviceName.com))))&lt;BR&gt;</description><pubDate>Thu, 24 Jun 2010 15:51:04 GMT</pubDate><dc:creator>Admin</dc:creator></item></channel></rss>
