<?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] Error in tOracleInput when using tOracleConnection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196866#M848</link>
    <description>Hi,&lt;BR /&gt;First of all, make sure your 5.6 studio is working well. Have you ever executed a job successfully in 5.6 studio? Could you please give us your curent OS and JDK version?&lt;BR /&gt;Did you follow up documents: &lt;A href="https://help.talend.com/search/all?query=How+to+import+projects&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to import projects&lt;/A&gt; and &lt;A href="https://help.talend.com/search/all?query=How+to+export+a+project&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to export a project&lt;/A&gt;?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Tue, 13 Jan 2015 09:23:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-13T09:23:59Z</dc:date>
    <item>
      <title>[resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196859#M841</link>
      <description>Hello,
&lt;BR /&gt;I am trying for a while to solve that, but can't figure out where the problem come from.
&lt;BR /&gt;I have a job, which been created on talend 4.2.2. this job do a few operation on an oracle database 10. the job is working is fine for the last 2 years. I have to move this job to talend 5.6 and then move the database to oracle 11. I exported my workspace Tos 4.2 into an archive and imported in on Tos 5.6, download the differents libs, and exported as an OSGI. everything went fine.
&lt;BR /&gt;But when I am trying to run that job in Tos 5.6 or on karaf I get that error :
&lt;BR /&gt;
&lt;PRE&gt;Exception in component tOracleInput_1&lt;BR /&gt;java.sql.SQLException: Connexion interrompue&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:113)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:147)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:209)&lt;BR /&gt;	at oracle.jdbc.driver.PhysicalConnection.createStatement(PhysicalConnection.java:780)&lt;BR /&gt;	at oracle.jdbc.driver.PhysicalConnection.createStatement(PhysicalConnection.java:756)&lt;BR /&gt;	at xxx.yyyy_1_2.zzzzz.tOracleInput_1Process(zzzzz.java:4578)&lt;BR /&gt;	at xxx.yyyy_1_2.zzzzz.tJava_2Process(zzzzz.java:4327)&lt;BR /&gt;	at xxx.yyyy_1_2.zzzzz.tWarn_11Process(zzzzz.java:4178)&lt;BR /&gt;	at xxx.yyyy_1_2.zzzzz.tFixedFlowInput_3Process(zzzzz.java:4011)&lt;BR /&gt;	at xxx.yyyy_1_2.zzzzz.tOracleConnection_1Process(zzzzz.java:3379)&lt;BR /&gt;	at xxx.yyyy_1_2.zzzzz.runJobInTOS(zzzzz.java:16714)&lt;BR /&gt;	at xxx.yyyy_1_2.zzzzz.main(zzzzz.java:16429)&lt;BR /&gt;Composant / Sous job en erreur pour cause d'exception Java&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;Here is the differents tests I did :
&lt;BR /&gt;using my computer, another computer, and the a Centos server :
&lt;BR /&gt;I tried those with and oracle database 11, didn't work as well :
&lt;BR /&gt;
&lt;TABLE&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;Environement&lt;/TD&gt;
   &lt;TD&gt;OS&lt;/TD&gt;
   &lt;TD&gt;Tos version&lt;/TD&gt;
   &lt;TD&gt;Java version&lt;/TD&gt;
   &lt;TD&gt;Java compilator version in Tos&lt;/TD&gt;
   &lt;TD&gt;Database&lt;/TD&gt;
   &lt;TD&gt;Error&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;My computer&lt;/TD&gt;
   &lt;TD&gt;Windows 7&lt;/TD&gt;
   &lt;TD&gt;5.6&lt;/TD&gt;
   &lt;TD&gt;6 / 7&lt;/TD&gt;
   &lt;TD&gt;1.5 / 1.6&lt;/TD&gt;
   &lt;TD&gt;Oracle 10&lt;/TD&gt;
   &lt;TD&gt;&lt;B&gt;&lt;FONT color="red"&gt;Connexion interrompue&lt;/FONT&gt;&lt;/B&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;My computer&lt;/TD&gt;
   &lt;TD&gt;Windows 7&lt;/TD&gt;
   &lt;TD&gt;4.2&lt;/TD&gt;
   &lt;TD&gt;6 / 7&lt;/TD&gt;
   &lt;TD&gt;1.6 / 1.5&lt;/TD&gt;
   &lt;TD&gt;Oracle 10&lt;/TD&gt;
   &lt;TD&gt;OK&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;other computer&lt;/TD&gt;
   &lt;TD&gt;Windows XP&lt;/TD&gt;
   &lt;TD&gt;4.2&lt;/TD&gt;
   &lt;TD&gt;6&lt;/TD&gt;
   &lt;TD&gt;1.6&lt;/TD&gt;
   &lt;TD&gt;Oracle 10&lt;/TD&gt;
   &lt;TD&gt;&lt;B&gt;&lt;FONT color="red"&gt;Connexion interrompue&lt;/FONT&gt;&lt;/B&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;TESB&lt;/TD&gt;
   &lt;TD&gt;Centos 6.4&lt;/TD&gt;
   &lt;TD&gt;5.6&lt;/TD&gt;
   &lt;TD&gt;7&lt;/TD&gt;
   &lt;TD&gt;1.5 / 1.6&lt;/TD&gt;
   &lt;TD&gt;Oracle 10&lt;/TD&gt;
   &lt;TD&gt;&lt;B&gt;&lt;FONT color="red"&gt;Connexion interrompue&lt;/FONT&gt;&lt;/B&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;StandAlone&lt;/TD&gt;
   &lt;TD&gt;Centos 6.4&lt;/TD&gt;
   &lt;TD&gt;4.2&lt;/TD&gt;
   &lt;TD&gt;7&lt;/TD&gt;
   &lt;TD&gt;1.5 / 1.6&lt;/TD&gt;
   &lt;TD&gt;Oracle 10&lt;/TD&gt;
   &lt;TD&gt;OK&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;BR /&gt;&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;I feel like the connection is closed too fast by the oracle server, but it s working fine on tos 4.2.
&lt;BR /&gt;the tOracleInput use the connection etablished by the tConnectionOracle. If I move the block tOracleInput right after the tConnectionOracle, it s working fine, same if I connect to the database inside the tOracleInput...
&lt;BR /&gt;I have a lot of tOracleInput and don't want to use to do a connect in all the different tOracleInput.
&lt;BR /&gt;Any idea how to solve that without touching the database ?
&lt;BR /&gt;Thank you</description>
      <pubDate>Sat, 16 Nov 2024 11:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196859#M841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196860#M842</link>
      <description>Sorry I put it in the wrong section, and can't move it. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/206659/ErrorOracle.jpg" target="_blank"&gt;www.talendforge.org/forum/img/members/206659/ErrorOracle.jpg&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Here the link to the picture since it won't let me insert it into the page...</description>
      <pubDate>Mon, 12 Jan 2015 16:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196860#M842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-12T16:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196861#M843</link>
      <description>Hi,&lt;BR /&gt;Can you connect to your oracle DB successfully by using DB metadata in 5.6 studio?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 13 Jan 2015 02:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196861#M843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T02:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196862#M844</link>
      <description>Hello, 
&lt;BR /&gt;Yeah it's working fine. 
&lt;BR /&gt;the tOracleConnection work as far as I can see in the listener.log of oracle 
&lt;BR /&gt; 
&lt;PRE&gt;13-JAN-2015 09:25:06 * (CONNECT_DATA=(SID=XXXXXXXXX)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=XX.XX.XX.XX)(PORT=56925)) * establish * XXXXXXXXX * 0&lt;BR /&gt;13-JAN-2015 09:25:12 * (CONNECT_DATA=(SID=XXXXXXXXX)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=XX.XX.XX.XX)(PORT=56926)) * establish * XXXXXXXXX * 0&lt;BR /&gt;13-JAN-2015 09:25:12 * (CONNECT_DATA=(SID=XXXXXXXXX)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=XX.XX.XX.XX)(PORT=56927)) * establish * XXXXXXXXX * 0&lt;BR /&gt;13-JAN-2015 09:25:13 * service_update * XXXXXXXXX * 0&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;using ojdbc14 for oracle10 (download by Tos 5.6). 
&lt;BR /&gt;the same job but built by talend 4.2 is working fine on that database everyday.</description>
      <pubDate>Tue, 13 Jan 2015 08:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196862#M844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T08:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196863#M845</link>
      <description>for the table on my main post I &amp;nbsp;did a mistake, it suppose to be like that :&lt;BR /&gt;other computer&lt;BR /&gt;Windows XP&lt;BR /&gt;4.2&lt;BR /&gt;6&lt;BR /&gt;1.6&lt;BR /&gt;Oracle 10&lt;BR /&gt;&lt;B&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;OK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;other computer&lt;BR /&gt;Windows XP&lt;BR /&gt;5.6&lt;BR /&gt;6&lt;BR /&gt;1.6&lt;BR /&gt;Oracle 10&lt;BR /&gt;&lt;B&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Connexion interrompue&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sorry.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 13 Jan 2015 08:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196863#M845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T08:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196864#M846</link>
      <description>Hi,&lt;BR /&gt;Do you mean it didn't work well when you publish your job created in 5.6 on Talend Runtime? Have you tried to create a new job in 5.6 and pulish it on Talend runtime to see if everything is going well?&amp;nbsp;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 13 Jan 2015 08:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196864#M846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T08:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196865#M847</link>
      <description>Hello,&lt;BR /&gt;yeah but the problem doesnt come from the runtime.&lt;BR /&gt;the job doesn't work when I try to run it in tos 5.6 (debug), or if I export it as a stand alone or OSGI and run it.&lt;BR /&gt;but the job work fine when I run it in tos 4.2 (debug), or if I export it as a stand alone&amp;nbsp;and run it.&lt;BR /&gt;I m gonna recreate my job from scratch in tos 5.6 and see if I can make it work that way.&lt;BR /&gt;I have a lot of job to migrate from tos4.2 to tos5.6 and can't recreate them all though.</description>
      <pubDate>Tue, 13 Jan 2015 09:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196865#M847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T09:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196866#M848</link>
      <description>Hi,&lt;BR /&gt;First of all, make sure your 5.6 studio is working well. Have you ever executed a job successfully in 5.6 studio? Could you please give us your curent OS and JDK version?&lt;BR /&gt;Did you follow up documents: &lt;A href="https://help.talend.com/search/all?query=How+to+import+projects&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to import projects&lt;/A&gt; and &lt;A href="https://help.talend.com/search/all?query=How+to+export+a+project&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to export a project&lt;/A&gt;?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 13 Jan 2015 09:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196866#M848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T09:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196867#M849</link>
      <description>Well, I run a few jobs and they are working fine, smaller job, some with database acces (oracle). 
&lt;BR /&gt;I recreated the start of the job and executed it, it s working. But when I copy those blocks into my old job and replace them, it s not working anymore... I probably miss something, but can't figure out what. 
&lt;BR /&gt;for the export/import, I exported the workspace into a folder and reimported it, same as in the tutorial. 
&lt;BR /&gt;first computer : windows 7 64 bits, java 1.7.0_45 
&lt;BR /&gt;second computer windows XP 32 bits, java 1.6.0_35 
&lt;BR /&gt;I am going to recreate the job and try it regulary during the development,&amp;nbsp;to get more information.</description>
      <pubDate>Tue, 13 Jan 2015 10:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196867#M849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T10:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error in tOracleInput when using tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196868#M850</link>
      <description>I found where the problem come from. 
&lt;BR /&gt;inside the job we have a tLogCatcher, which launch another job we created. 
&lt;BR /&gt;This job manage the different kind of log we want to save in our database. It start with a tOracleConnection then process a few thing, write in the database and then tOracleCommit (without closing the connection). 
&lt;BR /&gt;Both of my jobs (the main job and the subjob) use the same " 
&lt;I&gt;&lt;FONT face="Arial, Helvetica, FreeSans, sans-serif"&gt;Use or register a shared DB Connection"&lt;/FONT&gt;&lt;/I&gt;&amp;nbsp;-&amp;gt; context.nameConnexion. 
&lt;BR /&gt;thoses jobs were working fine in tos4.2, but it look like, in tos5.6 the connection is kill by the subjob..? 
&lt;BR /&gt;If I change the " 
&lt;I&gt;&lt;FONT face="Arial, Helvetica, FreeSans, sans-serif"&gt;Use or register a shared DB Connection"&amp;nbsp;&lt;/FONT&gt;&lt;/I&gt;of the subjob, there no more problem. 
&lt;BR /&gt;thank you for your help 
&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, 13 Jan 2015 16:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-in-tOracleInput-when-using-tOracleConnection/m-p/2196868#M850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T16:06:25Z</dc:date>
    </item>
  </channel>
</rss>

