<?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: Talend using maximum number of Oracle Connections in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274249#M50984</link>
    <description>Nope iam not using tOraclConnection.I am just using TOracleInput and TOracleOutput.</description>
    <pubDate>Wed, 19 Dec 2012 12:23:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-19T12:23:14Z</dc:date>
    <item>
      <title>Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274242#M50977</link>
      <description>Hi,
&lt;BR /&gt;Talend using by defualt maximum number of connections .
&lt;BR /&gt;How can we avoid this kind of situation. 
&lt;BR /&gt;is it possible to specify how many connections need to be used.</description>
      <pubDate>Mon, 10 Dec 2012 13:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274242#M50977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-10T13:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274243#M50978</link>
      <description>hi 
&lt;BR /&gt;It is the first time i hear that Talend use the maximum number of connections. It might be a design issue in your job, some screenshots of job will be helpful. 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 10 Dec 2012 14:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274243#M50978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-10T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274244#M50979</link>
      <description>Hi Shong,
&lt;BR /&gt;Thanks for quick reply.The Packages are very confidential and i cannot share them on a Forum.
&lt;BR /&gt;Can you please suggest some basic tips to avoid the scenario.
&lt;BR /&gt;Thanks in Advance.</description>
      <pubDate>Mon, 10 Dec 2012 14:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274244#M50979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-10T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274245#M50980</link>
      <description>Basically it is holding these many connections 24/7 irrespect to the Job Schedule.</description>
      <pubDate>Mon, 10 Dec 2012 16:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274245#M50980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-10T16:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274246#M50981</link>
      <description>Hi
&lt;BR /&gt;Do you use iterate link with enable parallel execution in the job?
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 11 Dec 2012 12:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274246#M50981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T12:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274247#M50982</link>
      <description>Nope Shong.
&lt;BR /&gt;Iam using Iterate Links but not using Parallel execution.</description>
      <pubDate>Wed, 12 Dec 2012 09:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274247#M50982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-12T09:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274248#M50983</link>
      <description>Hi
&lt;BR /&gt;If you create the db connection on output component tOracleOutput, it will close the connection after tOracleOutpu t finishes. If youe use tOracleConnection to create the db connection, don't forget to use tOracleCommit or tOracleClose to close the db connection. As I don't view your job, I can't point out the true reason.
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 19 Dec 2012 11:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274248#M50983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-19T11:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274249#M50984</link>
      <description>Nope iam not using tOraclConnection.I am just using TOracleInput and TOracleOutput.</description>
      <pubDate>Wed, 19 Dec 2012 12:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274249#M50984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-19T12:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274250#M50985</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Nope iam not using tOraclConnection.I am just using TOracleInput and TOracleOutput.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Try to use tOracleConnection to create DB connection, and use the same connection on tOracleInput and tOracleOutput components. This way can void creating too many db connections to Oracle server. 
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 22 Dec 2012 11:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274250#M50985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-22T11:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Talend using maximum number of Oracle Connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274251#M50986</link>
      <description>I would strongly suggest using tOracleConnection in conjuction with the option "Use Shared Connection".
&lt;BR /&gt;Unfortunately Talend does not provide an connection pool. A shared connection is ONE connection retrieved by its name.
&lt;BR /&gt;Of cource you can run out of possible count of connections in an Oracle database. The typicall maximum count is 100 but it is a good adhok solution to increase this count in the Oracle configuration (initora file). You can increase the number without any problems to a value of 1000.</description>
      <pubDate>Sun, 23 Dec 2012 11:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-using-maximum-number-of-Oracle-Connections/m-p/2274251#M50986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-23T11:29:22Z</dc:date>
    </item>
  </channel>
</rss>

