<?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: [resolved] Use Connection Pool with Oracle? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349103#M116121</link>
    <description>Plus, that one is for Talend ESB, not talend DI, right?</description>
    <pubDate>Fri, 18 Jul 2014 07:41:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-18T07:41:59Z</dc:date>
    <item>
      <title>[resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349100#M116118</link>
      <description>Hi, 
&lt;BR /&gt;Is there any support for connection pool usage with tOracleConnection? In the User Guidie, it reads: 
&lt;BR /&gt;Specify a data source alias - 
&lt;BR /&gt;Select this check box and specify the alias of a data source created on 
&lt;BR /&gt;the Talend Runtime side to use the shared connection pool defined 
&lt;BR /&gt;in the data source configuration. This option works only when you 
&lt;BR /&gt;deploy and run your Job in Talend Runtime. 
&lt;BR /&gt; 
&lt;BR /&gt;But this is very vague for me because currently I export my job as autonomous job and not using Talend Runtime at all in the deployment. 
&lt;BR /&gt;Do we have any workaround to use the connection pool? And if there's any example? 
&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Sat, 16 Nov 2024 11:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349100#M116118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349101#M116119</link>
      <description>Hi, 
&lt;BR /&gt;Is this forum 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vClbmCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/How-do-I-use-connection-pooling-with-tjdbcConnection/td-p/80145&lt;/A&gt; helpful for your use case? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 18 Jul 2014 04:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349101#M116119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-18T04:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349102#M116120</link>
      <description>Thanks Sabrina. But that solution seems to work with a runtime container. What if I just want to run the job in autonomous job mode?</description>
      <pubDate>Fri, 18 Jul 2014 07:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349102#M116120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-18T07:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349103#M116121</link>
      <description>Plus, that one is for Talend ESB, not talend DI, right?</description>
      <pubDate>Fri, 18 Jul 2014 07:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349103#M116121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-18T07:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349104#M116122</link>
      <description>Hi, &lt;BR /&gt;Indeed, data source option only applies when deploying and running in the Talend Runtime.&lt;BR /&gt;What's your current job situation? Your job contains different tOracleConnection?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 18 Jul 2014 08:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349104#M116122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-18T08:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349105#M116123</link>
      <description>Yes, it contains two tOracleConnections.&lt;BR /&gt;The problem I have is that when one of the connections go idle for some time, it will go 'connection reset' when it is used afterwards. That's why I'm now thinking of using connection pools. &lt;BR /&gt;The exception I run into is:&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri"&gt; origin:tOracleInput_4 message:java.sql.SQLRecoverableException:Io exception: Connection reset&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri"&gt;Any thougts?&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 21 Jul 2014 03:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349105#M116123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T03:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349106#M116124</link>
      <description>Hi&lt;B&gt;,&lt;/B&gt;&lt;BR /&gt;Would you mind uploading your job design screenshots into forum? Have you checked "Muti thread execution" feature to see if it satisfying your job requirment?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Jul 2014 04:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349106#M116124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T04:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349107#M116125</link>
      <description>I was able to fix the connection reset problem by setting 
&lt;BR /&gt; 
&lt;FONT color="#1f497d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;&lt;I&gt;SQLNET.EXPIRE_TIME=10&lt;/I&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;I&gt;on Oracle side.&lt;/I&gt; 
&lt;BR /&gt;The connection reset problem itself is not due to Talend. And no, I'm not using multi thread feature. 
&lt;BR /&gt;My original question was whether we can have connection pool feature using tOracleConnection in Talend Enterprise DI. And I certaninly don't have a snapshot for that yet 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 22 Jul 2014 07:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349107#M116125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T07:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349108#M116126</link>
      <description>Hi, 
&lt;BR /&gt;For connection pool feature, it is not possible currently. 
&lt;BR /&gt;tXXConnection components allow you to open only one connection.
&lt;BR /&gt; These connections can also be shared to "son" jobs.(Use or register a shared DB connection)
&lt;BR /&gt;If you are usig the TIS version , you can also enable parallel execution in iterate.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 22 Jul 2014 07:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349108#M116126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T07:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349109#M116127</link>
      <description>Thanks Sabrina. 
&lt;BR /&gt;Hope to see connection pool being added in the future 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 22 Jul 2014 10:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349109#M116127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T10:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use Connection Pool with Oracle?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349110#M116128</link>
      <description>Hi, &lt;BR /&gt;Have you checked document about &lt;A href="https://help.talend.com/search/all?query=How+to+share+a+database+connection&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=How+to+share+a+database+connection&amp;amp;content-lang=en&lt;/A&gt; ?&lt;BR /&gt;Is "Use or register a shared DB connection" helpful for your current use case?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 22 Jul 2014 10:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-Connection-Pool-with-Oracle/m-p/2349110#M116128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T10:51:15Z</dc:date>
    </item>
  </channel>
</rss>

