<?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 tdbinput component (oracle) input query and output to csv file - Hanging in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286261#M59883</link>
    <description>&lt;P&gt;Thank you very much for your inputs.&lt;/P&gt; 
&lt;P&gt;I did the way you said ; the job started to run but I don't know&amp;nbsp;how long&amp;nbsp;it will take to finish &amp;nbsp;as there are billions of records.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;but I have one question.&lt;/P&gt; 
&lt;P&gt;1. Can I write a where condition to fetch the data for August 2018 only . there are more than 50 million records .&lt;/P&gt; 
&lt;P&gt;2. I tried to write the query as below but it gets connected and disconnected without any errors.&lt;/P&gt; 
&lt;P&gt;Please help if I'm missing anything.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;select ....&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT color="#3220a0" size="2"&gt;where&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P align="left"&gt;to_date( TPMS.T_ACCOUNT_TOLL_18.TX_DATE)&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT color="#3220a0" size="2"&gt;between&lt;/FONT&gt;&lt;FONT size="2"&gt; to_date('&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;2018&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;08&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;01&lt;/FONT&gt;&lt;FONT size="2"&gt;','YYYY&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT size="2"&gt;MM&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT size="2"&gt;DD') &lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#3220a0" size="2"&gt;and&lt;/FONT&gt;&lt;FONT size="2"&gt; to_date('&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;2018&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;01&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;31&lt;/FONT&gt;&lt;FONT size="2"&gt;','YYYY&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT size="2"&gt;MM&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT size="2"&gt;DD')"&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Sep 2018 17:39:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-17T17:39:09Z</dc:date>
    <item>
      <title>Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286256#M59878</link>
      <description>&lt;P&gt;Hello Gurus,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying since many days to as my dbinput as oracle (the connection is successful) in the query section I am writing a query to fetch records for August month 2018 and then I have output connection a a csv file (tFileOutputDelimited) but it is hanging to starting. Not sure why... However I have questions below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Can I write a sql query in the query section of tDBInput component to fetch data for 1 month ? inside the quotes?&lt;/P&gt;
&lt;P&gt;2. is there any other component I should be using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used cursor option and extended the rows to fetch but it doesn't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286256#M59878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286257#M59879</link>
      <description>&lt;P&gt;You need to show us your configuration of your job, your input component and show us your query. This description is not enough information I'm afraid.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 17:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286257#M59879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T17:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286258#M59880</link>
      <description>&lt;P&gt;So here is the attached screenshot.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So&amp;nbsp;i'm pretty much new to TOS and created quite a few jobs only. please help if i'm supposed to use any other component to output into a csv file from an oracle sql query. there are billion of records in this table and one month data would be in millions of rows.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks for the quick reply.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lts3"&gt;screenshot.png&lt;/A&gt;</description>
      <pubDate>Fri, 14 Sep 2018 19:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286258#M59880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T19:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286259#M59881</link>
      <description>&lt;P&gt;attached is the run job which says connected and it does not pass any rows... kind of just says starting&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtWp"&gt;screenshot.png&lt;/A&gt;</description>
      <pubDate>Fri, 14 Sep 2018 19:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286259#M59881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T19:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286260#M59882</link>
      <description>&lt;P&gt;OK, the first thoughts I have about this are as follows...&lt;/P&gt; 
&lt;P&gt;1) You should not use "Select * From" with Talend. It can lead to issues if your schema does not exactly match the databases expectation of order of columns. I'd recommend manually typing out each column and checking that it matches the columns in the schema.&lt;/P&gt; 
&lt;P&gt;2) Can you run the query in a different application? A query analyser for example. Does it run there? You may need to index your table.&lt;/P&gt; 
&lt;P&gt;3) Another thing to do is to go to the Advanced Settings of your tOracleInput component and set the "use cursor" option to ticked. Use the default cursor size.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Once you have done all of the above (well, at least 1 and 3), your job should start running better. However pay attention to 2, your table may need indexing as well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 20:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286260#M59882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T20:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286261#M59883</link>
      <description>&lt;P&gt;Thank you very much for your inputs.&lt;/P&gt; 
&lt;P&gt;I did the way you said ; the job started to run but I don't know&amp;nbsp;how long&amp;nbsp;it will take to finish &amp;nbsp;as there are billions of records.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;but I have one question.&lt;/P&gt; 
&lt;P&gt;1. Can I write a where condition to fetch the data for August 2018 only . there are more than 50 million records .&lt;/P&gt; 
&lt;P&gt;2. I tried to write the query as below but it gets connected and disconnected without any errors.&lt;/P&gt; 
&lt;P&gt;Please help if I'm missing anything.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;select ....&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT color="#3220a0" size="2"&gt;where&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P align="left"&gt;to_date( TPMS.T_ACCOUNT_TOLL_18.TX_DATE)&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT color="#3220a0" size="2"&gt;between&lt;/FONT&gt;&lt;FONT size="2"&gt; to_date('&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;2018&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;08&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;01&lt;/FONT&gt;&lt;FONT size="2"&gt;','YYYY&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT size="2"&gt;MM&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT size="2"&gt;DD') &lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#3220a0" size="2"&gt;and&lt;/FONT&gt;&lt;FONT size="2"&gt; to_date('&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;2018&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;01&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT color="#a02000" size="2"&gt;31&lt;/FONT&gt;&lt;FONT size="2"&gt;','YYYY&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT size="2"&gt;MM&lt;/FONT&gt;&lt;FONT color="#b22200" size="2"&gt;-&lt;/FONT&gt;&lt;FONT size="2"&gt;DD')"&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 17:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286261#M59883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T17:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286262#M59884</link>
      <description>&lt;P&gt;First of all your dates are not just for August 2018. Your query should be ....&lt;/P&gt;
&lt;PRE&gt;select ....

where

 

to_date( TPMS.T_ACCOUNT_TOLL_18.TX_DATE)

between to_date('2018-08-01','YYYY-MM-DD')

and to_date('2018-08-31','YYYY-MM-DD')"&lt;/PRE&gt;
&lt;P&gt;The other thing I noticed is that your dates are stored as&amp;nbsp;Varchar (or I assume they are due to your to_date usage). This is not going to help with any indexes you may have on date unless you are using function based indexes. This is something to consider with so many records&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 17:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286262#M59884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T17:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286263#M59885</link>
      <description>&lt;P&gt;Thank you for the quick reply.&lt;/P&gt;
&lt;P&gt;the datatype for the column tx_date is date in the database (oracle)&lt;/P&gt;
&lt;P&gt;I used to convert it to_date to a particular format just to get august 2018 data in my csv file o/p.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not able to understand why it is not taking the where condition . I tried below 2 things as you mentioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. select * .... from .... where to_date( TPMS.T_ACCOUNT_TOLL_18.TX_DATE)&lt;BR /&gt;between to_date('2018-08-01','YYYY-MM-DD')&lt;BR /&gt;and to_date('2018-08-31','YYYY-MM-DD')"&lt;/P&gt;
&lt;P&gt;2. select .... from where TPMS.T_ACCOUNT_TOLL_18.TX_DATE between to_date('01-08-2018','DD-MM-YYYY') and to_date('31-08-2018','DD-MM-YYYY')&lt;/P&gt;
&lt;P&gt;However my query runs on TOAD which I am using to test...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in both cases the job just hangs in starting and does not proceed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i'm not able to understand what syntax I should give,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 19:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286263#M59885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T19:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286264#M59886</link>
      <description>&lt;P&gt;It looks like I cannot use to_date function like the way I use in Oracle SQL queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It has a different format to filter dates in the query tab?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help gurus...&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 21:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286264#M59886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T21:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286265#M59887</link>
      <description>&lt;P&gt;Any query you write in your db components will work if it works with that database type. I suspect the problem is caused by your formatting of the code. To enable your queries to be a bit more dynamic, ALL SQL queries are written as Java Strings. This means you can dynamically change components at runtime, but it also means you have to write your SQL as taking into account the requirements of Java Strings. Can you post exactly what you have put in your DB component. It will be easier to resolve.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 21:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286265#M59887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T21:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286266#M59888</link>
      <description>&lt;P&gt;Attached is the screenshot of the job from my previous post and query I am trying to run.&lt;/P&gt;&lt;P&gt;I'm wondering if the TX_DATE has the problem because in the database the format is 8/1/2018 12:00:00 AM for a particular record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am trying to convert using to_date to a particular data format.&lt;/P&gt;&lt;P&gt;Am I missing anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help .&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsw5"&gt;screenshot2.png&lt;/A&gt;</description>
      <pubDate>Mon, 17 Sep 2018 21:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286266#M59888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T21:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286267#M59889</link>
      <description>&lt;P&gt;That looks OK. However, my brain is a not SQL parser and I can make mistakes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Have you tried running that query in something like TOAD? You should always try out your queries in another tool to get them to work first.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 22:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286267#M59889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T22:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286268#M59890</link>
      <description>&lt;P&gt;Yes , I tried this query first in TOAD and then put the same query in Open studio dbinput component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gets executed on Toad and hangs here...&lt;/P&gt;&lt;P&gt;That's the part i'm struggling with&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 22:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286268#M59890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T22:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286269#M59891</link>
      <description>&lt;P&gt;OK, if it doesn't appear to complete (or hangs) in Talend, this is not an error. In TOAD the resultset will be broken down into pages of results. The first 1000 records will be return (for example) and they will appear. But the query will continue running in the background. Try limiting the results to the TOP 1000 in Talend. To do this, add....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; AND rownum &amp;lt; 1000&lt;/PRE&gt;
&lt;P&gt;....to your WHERE clause. This should return some records. If that works, your problem is your table probably needs indexing or you need to further filter your query&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 22:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286269#M59891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T22:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286270#M59892</link>
      <description>&lt;P&gt;Thanks A LOT!!!!&lt;/P&gt; 
&lt;P&gt;And for all the quick responses. Rownum&amp;lt;1000 worked and it opened a window to fetch other records....&lt;/P&gt; 
&lt;P&gt;This has worked for me. Thanks much for your help and suggestions. &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; &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;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 16:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286270#M59892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T16:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286271#M59893</link>
      <description>&lt;P&gt;Another problem with the query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can't I remove some of the columns in the dbinput component query? It says schema is different&amp;nbsp; and throws a warning at my component and job fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please advice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 22:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286271#M59893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T22:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286272#M59894</link>
      <description>&lt;P&gt;The schema must match the selected columns and they must be in the same order. If you remove columns from the query, you will need to remove them from the schema as well&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 22:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286272#M59894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T22:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286273#M59895</link>
      <description>&lt;P&gt;Ok, understood. Thank you for the quick one &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;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 23:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286273#M59895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T23:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286274#M59896</link>
      <description>&lt;P&gt;There seems to be a problem in retrieving schemas in Talend Open Studio 7.0.1&lt;/P&gt;&lt;P&gt;The next and finish buttons are greyed out. and the schema is not visible as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw that this was a bug and it was solved? Any ideas if this bug still remains in OS 7.0.1 version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually tried to resize the window and then tried close test connection etc. but it didn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts ? and how I can proceed....&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 03:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286274#M59896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T03:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using tdbinput component (oracle) input query and output to csv file - Hanging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286275#M59897</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What's OS version are you using? I cannot reproduce this issue on my end, Win 10 64 bit. Have you tried to restart your studio to see if it is OK with you?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 03:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tdbinput-component-oracle-input-query-and-output-to-csv/m-p/2286275#M59897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T03:34:28Z</dc:date>
    </item>
  </channel>
</rss>

