<?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: How to pass a query from tJava component to tOracleRow component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196202#M467</link>
    <description>Hi Abhi,&lt;BR /&gt;We tried to follow the same steps but we are facing some issues as shown in the attached images.&lt;BR /&gt;Regards,&lt;BR /&gt;Babu</description>
    <pubDate>Tue, 04 Jan 2011 07:07:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-01-04T07:07:37Z</dc:date>
    <item>
      <title>How to pass a query from tJava component to tOracleRow component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196198#M463</link>
      <description>Hi,&lt;BR /&gt;We have written a java routine.&lt;BR /&gt;It returns a variable which contains a oracle create table statement.&lt;BR /&gt;This statement needs to be executed in a Oracle DB.&lt;BR /&gt;So, I am trying to pass that variable from tJava component to tOracleRow component and execute it. But unable to succeed.&lt;BR /&gt;Please let us know how to go ahead with it.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Babu.</description>
      <pubDate>Sat, 16 Nov 2024 13:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196198#M463</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a query from tJava component to tOracleRow component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196199#M464</link>
      <description>Hi Babu,&lt;BR /&gt;We can use the variable name which stores the SQL statement in tJava component (createTableDDLStatement) in the Query section of tOracleRow.&lt;BR /&gt;Regards,&lt;BR /&gt;Abhi</description>
      <pubDate>Wed, 29 Dec 2010 19:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196199#M464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-29T19:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a query from tJava component to tOracleRow component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196200#M465</link>
      <description>Hi Abhi,
&lt;BR /&gt;It worked fine in our case. Thanks a lot.
&lt;BR /&gt;Will this work fine if the variable has multiple statements(one create table statement and one alter table statement to add primary key for the same table)? I tried but it failed.
&lt;BR /&gt;Example:
&lt;BR /&gt;String DDL = "Create table Employee(Id Varchar2(20), Name varchar2(20), Age Number, JoiningDate Date); Alter table Employee add constraint Employee_pk PRIMARY KEY (Id);"
&lt;BR /&gt;How to exeute multiple styatements as mentioned in the above scenario?
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Babu.</description>
      <pubDate>Thu, 30 Dec 2010 07:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196200#M465</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-12-30T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a query from tJava component to tOracleRow component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196201#M466</link>
      <description>Hi Babu,
&lt;BR /&gt;A tJavaFlex component can be used to achieve this. In the start code of the tJavaFlex component, we can parse the DDL statement list to create an array of DDL statements using ";" as the separator. The row1 in the job has a schema with one field by the name DDL_STATEMENT (String). Attaching screen shots.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Abhi</description>
      <pubDate>Thu, 30 Dec 2010 10:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196201#M466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-30T10:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a query from tJava component to tOracleRow component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196202#M467</link>
      <description>Hi Abhi,&lt;BR /&gt;We tried to follow the same steps but we are facing some issues as shown in the attached images.&lt;BR /&gt;Regards,&lt;BR /&gt;Babu</description>
      <pubDate>Tue, 04 Jan 2011 07:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196202#M467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-04T07:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a query from tJava component to tOracleRow component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196203#M468</link>
      <description>Hi Abhi,&lt;BR /&gt;Error got resolved, I forgot to do the following change:&lt;BR /&gt;"The row1 in the job has a schema with one field by the name DDL_STATEMENT (String)". After editing the schema, error got resolved.&lt;BR /&gt;Thanks for your support.&lt;BR /&gt;Regards,&lt;BR /&gt;Babu.</description>
      <pubDate>Tue, 04 Jan 2011 08:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-query-from-tJava-component-to-tOracleRow-component/m-p/2196203#M468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-04T08:10:37Z</dc:date>
    </item>
  </channel>
</rss>

