<?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: Sharing an Oracle DB  database connection between a parent Job and a child Job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361012#M125469</link>
    <description>&lt;P&gt;Hi Bharath,&lt;/P&gt;&lt;P&gt;Thanks. I was trying to establish the mapping between jobs using shared connection.Though I am getting job sucess via tool no data is inserted to the database.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvep"&gt;Capture4.PNG&lt;/A&gt;</description>
    <pubDate>Mon, 10 Jun 2019 14:28:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-10T14:28:23Z</dc:date>
    <item>
      <title>Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361003#M125460</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am using Talend 6.4 and have a master job which has child jobs.&lt;/P&gt;&lt;P&gt;I am trying to utilize the shared Oracle DB connection between the jobs using tOracleConnection.&lt;/P&gt;&lt;P&gt;tOracleInput and tOracleOutput is used to transfer data from source table to destination table.&lt;/P&gt;&lt;P&gt;Mapping has been established with tOracleConnection and tOracleIntput with option "Use an existing connection" onSubJob OK.&lt;/P&gt;&lt;P&gt;I am not able to&amp;nbsp; establish mapping between&amp;nbsp;&lt;SPAN&gt;tOracleConnection and tOracleOutput&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 12:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361003#M125460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T12:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361004#M125461</link>
      <description>&lt;P&gt;Hi Priyag,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As per screen shot you cannot give directly from&amp;nbsp;&lt;SPAN&gt;tOracleConnection_2 to&amp;nbsp;tOracleOutput_1 because you have already given on subjob ok from&amp;nbsp;tOracleConnection_1 to&amp;nbsp;tOracleInput_1. To resolve your issue connect like below&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;tOracleConnection_1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;|sunbjob ok&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;tOracleConnection_2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;|subjob ok&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;tOracleInput_1 ---&amp;gt;&amp;nbsp;tOracleOutput_1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Bharath.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Don't forget to give kudos If a reply is helpful and click Accept the solution when you think you're good with it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 12:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361004#M125461</guid>
      <dc:creator>javvaji</dc:creator>
      <dc:date>2019-06-10T12:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361005#M125462</link>
      <description>&lt;P&gt;Thanks Bharath for the quick response.I have changed the order of invocations as suggested, but getting a null pointer exception as below. The revised job order as attached&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;Exception in component tOracleConnection_1 (testjob)&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;at java.util.Hashtable.put(Unknown Source)&lt;BR /&gt;at testmig.testjob_0_1.testjob.tOracleConnection_1Process(testjob.java:568)&lt;BR /&gt;at testmig.testjob_0_1.testjob.runJobInTOS(testjob.java:6275)&lt;BR /&gt;at testmig.testjob_0_1.testjob.main(testjob.java:6022)&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvb3"&gt;Capture1.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 10 Jun 2019 12:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361005#M125462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361006#M125463</link>
      <description>tOracleConnection_1 &amp;amp; tOracleConnection_2 are mapped to Repository which is mapped to Source and Destination schemas</description>
      <pubDate>Mon, 10 Jun 2019 12:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361006#M125463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T12:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361007#M125464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see the attachment once for order..&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LvtN"&gt;Capture.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 10 Jun 2019 12:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361007#M125464</guid>
      <dc:creator>javvaji</dc:creator>
      <dc:date>2019-06-10T12:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361008#M125465</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you created context variable when you&amp;nbsp;&lt;SPAN&gt;mapped connection components from Repository?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 13:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361008#M125465</guid>
      <dc:creator>javvaji</dc:creator>
      <dc:date>2019-06-10T13:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361009#M125466</link>
      <description>&lt;P&gt;Thanks Bharath this worked.Appreciate your response.&lt;/P&gt;&lt;P&gt;Hope this is the right option to include another jobs after succesful execution of this job?&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LvgC"&gt;Capture2.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 10 Jun 2019 13:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361009#M125466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T13:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361010#M125467</link>
      <description>Yes context variable is created</description>
      <pubDate>Mon, 10 Jun 2019 13:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361010#M125467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T13:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361011#M125468</link>
      <description>&lt;P&gt;No problem if you think if this gave you the solution please accept this as solution and close this topic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kudos are accepted.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 13:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361011#M125468</guid>
      <dc:creator>javvaji</dc:creator>
      <dc:date>2019-06-10T13:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361012#M125469</link>
      <description>&lt;P&gt;Hi Bharath,&lt;/P&gt;&lt;P&gt;Thanks. I was trying to establish the mapping between jobs using shared connection.Though I am getting job sucess via tool no data is inserted to the database.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvep"&gt;Capture4.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 10 Jun 2019 14:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361012#M125469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T14:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing an Oracle DB  database connection between a parent Job and a child Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361013#M125470</link>
      <description>Please refer to the attachment</description>
      <pubDate>Mon, 10 Jun 2019 14:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharing-an-Oracle-DB-database-connection-between-a-parent-Job/m-p/2361013#M125470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T14:28:53Z</dc:date>
    </item>
  </channel>
</rss>

