<?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 subquery in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309731#M80916</link>
    <description>Hi Mdiabbs, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;java.sql.SQLException: The Network Adapter could not establish the connection&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I suspect it is network issue not the JDBC or ODBC driver.&lt;BR /&gt;Please see the related article &lt;A href="https://community.talend.com/stackoverflow.com/questions/7324125/oracle-io-exception-the-network-adapter-could-not-establish-the-connection" rel="nofollow noopener noreferrer"&gt;stackoverflow.com/questions/7324125/oracle-io-exception-the-network-adapter-could-not-establish-the-connection&lt;/A&gt;.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Mon, 26 Aug 2013 03:46:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-26T03:46:45Z</dc:date>
    <item>
      <title>Using subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309726#M80911</link>
      <description>Hello Dears,&lt;BR /&gt;I have some issue with sub-query joining with tELTOracleMap.&lt;BR /&gt;Say, that I have the below query&lt;BR /&gt;Select * from customer c, (select customerid from product) p&lt;BR /&gt;where c.recid = p.customerid&lt;BR /&gt;I know that it's simple and there is no need to use sub-query in it, but it's only simple example.</description>
      <pubDate>Mon, 29 Apr 2013 14:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309726#M80911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-29T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309727#M80912</link>
      <description>Hi&lt;BR /&gt;It will be better while extracting itself you use the subquery instead of using in the Map component</description>
      <pubDate>Tue, 30 Apr 2013 10:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309727#M80912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-30T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309728#M80913</link>
      <description>Hi,&lt;BR /&gt;i need to use complex subqueries  so i use TELTOracleMap  for each sub query but it does n't  work&lt;BR /&gt;so please can anyone tell me how to implement oracle subqueries in talend?</description>
      <pubDate>Mon, 15 Jul 2013 11:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309728#M80913</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-15T11:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309729#M80914</link>
      <description>Hi eng-heba, 
&lt;BR /&gt;Actually, ELT components automatically generates the corresponding SQL through setting, so it cannot generate sub query.
&lt;BR /&gt;You can use t&amp;lt;DB&amp;gt; xxx to write the sub query directly.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 16 Jul 2013 09:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309729#M80914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-16T09:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309730#M80915</link>
      <description>Hi everyone,&lt;BR /&gt;I try to use a component tELTOracleMap but i have this message error. I need to help. &lt;BR /&gt;the connection with my DBB is work because i developp a job with tOracleInput, tmap and tOracleOuput.&lt;BR /&gt;my loads is working well, but my probleme i have much data to load so it takes many time.&lt;BR /&gt;i'll be happy if someone can help me&lt;BR /&gt;Exception in component tELTOracleOutput_1&lt;BR /&gt;java.sql.SQLException: The Network Adapter could not establish the connection&lt;BR /&gt;	at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:197)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:525)&lt;BR /&gt;	at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:413)&lt;BR /&gt;	at oracle.jdbc.driver.PhysicalConnection.&amp;lt;init&amp;gt;(PhysicalConnection.java:508)&lt;BR /&gt;	at oracle.jdbc.driver.T4CConnection.&amp;lt;init&amp;gt;(T4CConnection.java:203)&lt;BR /&gt;	at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)&lt;BR /&gt;	at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)&lt;BR /&gt;	at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;	at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;	at delivery.test_0_1.Test.tELTOracleMap_1Process(Test.java:386)&lt;BR /&gt;	at delivery.test_0_1.Test.runJobInTOS(Test.java:674)</description>
      <pubDate>Fri, 23 Aug 2013 14:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309730#M80915</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-08-23T14:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309731#M80916</link>
      <description>Hi Mdiabbs, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;java.sql.SQLException: The Network Adapter could not establish the connection&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I suspect it is network issue not the JDBC or ODBC driver.&lt;BR /&gt;Please see the related article &lt;A href="https://community.talend.com/stackoverflow.com/questions/7324125/oracle-io-exception-the-network-adapter-could-not-establish-the-connection" rel="nofollow noopener noreferrer"&gt;stackoverflow.com/questions/7324125/oracle-io-exception-the-network-adapter-could-not-establish-the-connection&lt;/A&gt;.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 26 Aug 2013 03:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309731#M80916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-26T03:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309732#M80917</link>
      <description>Hi Team,
&lt;BR /&gt;I am trying to use ELT components to join to Hive tables using tELTHiveMap and load into another Hive table using tELTHiveOutput. When I run the job, the job just goes on without giving any error/warning. There are no errors or warnings in the job.
&lt;BR /&gt;Just to test if there is any connectivity issue, I changed the output table name and gave a table name which is not present in the DB. The moment I do this the job fails with the error. This means there is no connection issue whatsoever. Also the join query which is generated in &amp;nbsp;tELTHiveMap looks correct. I ran the query through command line and it runs absolutely fine.
&lt;BR /&gt;Appreciate your response.
&lt;BR /&gt;Please note: I am using Talend Open Studio for BIGDATA version 6.0.1.
&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 06 Oct 2015 09:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309732#M80917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-06T09:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309733#M80918</link>
      <description>Waiting for response Team! Appreciate if you can revert at the earliest. Thanks!</description>
      <pubDate>Thu, 08 Oct 2015 12:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-subquery/m-p/2309733#M80918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T12:46:00Z</dc:date>
    </item>
  </channel>
</rss>

