<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using TNS for Oracle connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270183#M48175</link>
    <description>Is there a way to use the failover clause of the tnsname ? 
&lt;BR /&gt;i.e. a way to implement the automatic use of a failover server in case the first one is off ? 
&lt;BR /&gt; 
&lt;PRE&gt;db=&lt;BR /&gt; (description=&lt;BR /&gt;  (load_balance=on)&lt;BR /&gt;  (failover=on)&lt;BR /&gt;  (address=(protocol=tcp)(host=host1)(port=1521))&lt;BR /&gt;  (address=(protocol=tcp)(host=host2)(port=1521))&lt;BR /&gt;  (connect_data=&lt;BR /&gt;     (service_name=db)))&lt;/PRE&gt; 
&lt;BR /&gt;Moreover, the use of tns facilitate the configuration management. 
&lt;BR /&gt;The server we use for Talend has the oracle client and the dba push a new tnsnames.ora to the server. 
&lt;BR /&gt;If we use a configuration file or a table to store those data, we have to change it too. 
&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 08 Oct 2008 14:42:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-10-08T14:42:15Z</dc:date>
    <item>
      <title>Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270181#M48173</link>
      <description>Hi, 
&lt;BR /&gt;is it possible to use TNS entries defined in the tnsname file to connect to an Oracle database ? 
&lt;BR /&gt;We have a failover clause specified and we can't use it in Talend. 
&lt;BR /&gt;I made a search in the forum and in the documentation but wasn't able to find anything 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 14:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270181#M48173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270182#M48174</link>
      <description>I think that is not possible to use directly your tnsname. You should copy the tnsname value to the different fields of your oracle connection</description>
      <pubDate>Wed, 08 Oct 2008 14:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270182#M48174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-08T14:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270183#M48175</link>
      <description>Is there a way to use the failover clause of the tnsname ? 
&lt;BR /&gt;i.e. a way to implement the automatic use of a failover server in case the first one is off ? 
&lt;BR /&gt; 
&lt;PRE&gt;db=&lt;BR /&gt; (description=&lt;BR /&gt;  (load_balance=on)&lt;BR /&gt;  (failover=on)&lt;BR /&gt;  (address=(protocol=tcp)(host=host1)(port=1521))&lt;BR /&gt;  (address=(protocol=tcp)(host=host2)(port=1521))&lt;BR /&gt;  (connect_data=&lt;BR /&gt;     (service_name=db)))&lt;/PRE&gt; 
&lt;BR /&gt;Moreover, the use of tns facilitate the configuration management. 
&lt;BR /&gt;The server we use for Talend has the oracle client and the dba push a new tnsnames.ora to the server. 
&lt;BR /&gt;If we use a configuration file or a table to store those data, we have to change it too. 
&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 08 Oct 2008 14:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270183#M48175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-08T14:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270184#M48176</link>
      <description>According to 
&lt;A href="http://search.cpan.org/perldoc?DBD::Oracle" target="_blank" rel="nofollow noopener noreferrer"&gt;DBD:&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;racle documentation on CPAN&lt;/A&gt; it is perfectly possible to use the tnsnames.ora definition with a Perl job (and I have already done it with an earlier version of TOS, but it's not possible with TOS 2.4.x, unless we make some slight changes)</description>
      <pubDate>Wed, 08 Oct 2008 16:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270184#M48176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-08T16:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270185#M48177</link>
      <description>I think it may be a great enhancement for Talend.
&lt;BR /&gt;But unfortunately for us, we are using Java as target language...</description>
      <pubDate>Thu, 09 Oct 2008 14:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270185#M48177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-09T14:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270186#M48178</link>
      <description>Try editing the JDBC connection string and use the address_list option. 
&lt;BR /&gt;eg. 
&lt;BR /&gt;jdbc 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;racle:thin:@(description=(address_list=(address=(host=myhost1.domain.com)(protocol=tcp)(port=1521))(address=(host=myhost2.domain.com)(protocol=tcp)(port=1521)))(connect_data=(service_name=myservicename)))</description>
      <pubDate>Thu, 11 Dec 2008 21:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270186#M48178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-11T21:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270187#M48179</link>
      <description>Hi jholman,
&lt;BR /&gt;I' ve tried to use your suggestion editing the parameter 'String of Connection' in Metadata --&amp;gt; Db Connection --&amp;gt; Create Connection. The connection is checked successfully, but Talend don't save the text of parameter.
&lt;BR /&gt;Do you know this behavior? Can I use a work-around?</description>
      <pubDate>Tue, 26 May 2009 18:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270187#M48179</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-05-26T18:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270188#M48180</link>
      <description>is it possible to use TNS entries defined in the tnsname file to connect to an Oracle database ?&lt;BR /&gt;We have a failover clause specified and we can't use it in Talend.&lt;BR /&gt;Do we have a solution to the above mentioned project. I am using java as a language in talend</description>
      <pubDate>Tue, 26 Apr 2011 15:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270188#M48180</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-04-26T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270189#M48181</link>
      <description>This is a very old thread. The newer versions of Talend (4.0+) include an option to "use TNS file" in the advanced settings sub-tab of the Oracle components.</description>
      <pubDate>Tue, 26 Apr 2011 20:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270189#M48181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-26T20:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using TNS for Oracle connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270190#M48182</link>
      <description>Thanks for the reply.&lt;BR /&gt;Will it work for failover databases also, with 2 host entries.</description>
      <pubDate>Mon, 02 May 2011 03:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-TNS-for-Oracle-connection/m-p/2270190#M48182</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-05-02T03:56:45Z</dc:date>
    </item>
  </channel>
</rss>

