<?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] Execute Script sql to Oracle from file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364166#M127952</link>
    <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hello&lt;BR /&gt;You can use a tFileInputFullRow to read the sql file, and then execute the sql statement on tOracleRow component. see my screenshots.&lt;BR /&gt;Best regards&lt;BR /&gt; &lt;BR /&gt; shong&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi shong,
&lt;BR /&gt;i've followed your steps, but when i execute job i have following error:
&lt;BR /&gt;sql cannot be resolved
&lt;BR /&gt;Why?
&lt;BR /&gt;Giancarlo</description>
    <pubDate>Thu, 24 Jun 2010 12:12:07 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2010-06-24T12:12:07Z</dc:date>
    <item>
      <title>[resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364164#M127950</link>
      <description>Hi,
&lt;BR /&gt;I Have done a file sql (with a tMap componant) and I want to load it into Oracle.
&lt;BR /&gt;Which component should I use?
&lt;BR /&gt;I 've got 200 request like this:
&lt;BR /&gt;update OG.COORDONNEES
&lt;BR /&gt;set OG.COORDONNEES.MEL_PRO1='mail1',
&lt;BR /&gt;OG.COORDONNEES.NUM_TELPRO1='00000',
&lt;BR /&gt;OG.COORDONNEES.NUM_POSTPRO1='0000'
&lt;BR /&gt;WHERE OG.COORDONNEES.COORD_ID in (
&lt;BR /&gt; select OG.COORDONNEES.COORD_ID
&lt;BR /&gt; from OG.COORDONNEES, rh.agtnat , OG.IDENT
&lt;BR /&gt; where rh.agtnat.idf_agent=XXX
&lt;BR /&gt; AND RH.AGTNAT.IDENT_ID=OG.IDENT.IDENT_ID AND
&lt;BR /&gt; OG.IDENT.COORD_ID=OG.COORDONNEES.COORD_ID
&lt;BR /&gt; AND RH.AGTNAT.COD_COLL ='ZZZZ'
&lt;BR /&gt; )
&lt;BR /&gt;Is there another way to do this without using an sql script?
&lt;BR /&gt;Tank's for your help.</description>
      <pubDate>Sat, 16 Nov 2024 13:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364164#M127950</guid>
      <dc:creator>catusse</dc:creator>
      <dc:date>2024-11-16T13:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364165#M127951</link>
      <description>Hello
&lt;BR /&gt;You can use a tFileInputFullRow to read the sql file, and then execute the sql statement on tOracleRow component. see my screenshots.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 18 Nov 2009 06:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364165#M127951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-18T06:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364166#M127952</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hello&lt;BR /&gt;You can use a tFileInputFullRow to read the sql file, and then execute the sql statement on tOracleRow component. see my screenshots.&lt;BR /&gt;Best regards&lt;BR /&gt; &lt;BR /&gt; shong&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi shong,
&lt;BR /&gt;i've followed your steps, but when i execute job i have following error:
&lt;BR /&gt;sql cannot be resolved
&lt;BR /&gt;Why?
&lt;BR /&gt;Giancarlo</description>
      <pubDate>Thu, 24 Jun 2010 12:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364166#M127952</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-06-24T12:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364167#M127953</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hello&lt;BR /&gt;You can use a tFileInputFullRow to read the sql file, and then execute the sql statement on tOracleRow component. see my screenshots.&lt;BR /&gt;Best regards&lt;BR /&gt; &lt;BR /&gt; shong&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi shong,
&lt;BR /&gt;i've followed your steps, but when i execute job i have following error on tOracleRow:
&lt;BR /&gt;sql cannot be resolved
&lt;BR /&gt;Why?
&lt;BR /&gt;Giancarlo</description>
      <pubDate>Thu, 24 Jun 2010 12:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364167#M127953</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-06-24T12:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364168#M127954</link>
      <description>hello, all&lt;BR /&gt;i followed the same steps , finaly when i execute , i got this error "sql cannot be resolved"&lt;BR /&gt;thanks for help</description>
      <pubDate>Tue, 10 May 2011 17:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364168#M127954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-10T17:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364169#M127955</link>
      <description>Make sure you declare the variable "sql" in the Begin section of the JavaFlex like in Shongs image.</description>
      <pubDate>Wed, 11 May 2011 20:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364169#M127955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-11T20:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364170#M127956</link>
      <description>hello&lt;BR /&gt;i've got the same error "sql cannot be resolved"&lt;BR /&gt;&lt;BR /&gt;i thing it's caused by tOracleRow because he doesn't see the variable "sql" &lt;BR /&gt;in code "sql" is declared in    	public void tFileInputFullRow_1Process(&lt;BR /&gt;but we try to use it in        public void tOracleRow_1Process(&lt;BR /&gt;with the instruction : 	query_tOracleRow_1 = (String) globalMap.get("context.sql", sql);&lt;BR /&gt;&lt;BR /&gt;how can i resolve this ? &lt;BR /&gt;&lt;BR /&gt;thanks for your help</description>
      <pubDate>Tue, 26 Jul 2011 17:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364170#M127956</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-07-26T17:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364171#M127957</link>
      <description>Hello!! Thank by the tutorial. &lt;BR /&gt;The solutión have an error.&lt;BR /&gt;-The correct option in tOracleROW is: &lt;BR /&gt;                                 &lt;BR /&gt;                                                         (String)globalMap.get(sql) &lt;BR /&gt;See you soon.</description>
      <pubDate>Tue, 18 Oct 2011 09:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364171#M127957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-18T09:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364172#M127958</link>
      <description>I was able to resolve the "sql cannot be resolved" issue with:&lt;BR /&gt;(String)globalMap.get("sql");&lt;BR /&gt;in the tOracleROW</description>
      <pubDate>Tue, 29 Nov 2011 18:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364172#M127958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-29T18:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364173#M127959</link>
      <description>Indeed 
&lt;BR /&gt;(String)globalMap.get("sql"); 
&lt;BR /&gt;is the solution. I was able to run a query against a postgreSql database using this method (tPostgresqlRow).</description>
      <pubDate>Mon, 12 Dec 2011 21:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364173#M127959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-12T21:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364174#M127960</link>
      <description>Even though this method does work, it is not very straightforward. &lt;BR /&gt;Talend, it would be great if you had a tExecuteSql step that allowed me to simply either run a sql file or a block of tsql in one workflow step.</description>
      <pubDate>Mon, 12 Dec 2011 21:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364174#M127960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-12T21:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364175#M127961</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I was able to resolve the "sql cannot be resolved" issue with:&lt;BR /&gt;(String)globalMap.get("sql");&lt;BR /&gt;in the tOracleROW&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;Still the error message appears "sql can not be resolved to variable" when used the above mentioned statement.&lt;BR /&gt;Can any one of you help me with the correct way/syntax to perform the job&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Pavan.</description>
      <pubDate>Fri, 09 Mar 2012 13:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364175#M127961</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-03-09T13:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364176#M127962</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hello!! Thank by the tutorial. &lt;BR /&gt;The solutión have an error.&lt;BR /&gt;-The correct option in tOracleROW is: &lt;BR /&gt;                                 &lt;BR /&gt;                                                         (String)globalMap.get(sql) &lt;BR /&gt;See you soon.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;Still the error message appears "sql can not be resolved to variable" when used the above mentioned statement.&lt;BR /&gt;Can any one of you help me with the correct way/syntax to perform the job&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Pavan.</description>
      <pubDate>Mon, 12 Mar 2012 15:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364176#M127962</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-03-12T15:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364177#M127963</link>
      <description>Hi, 
&lt;BR /&gt;I need to do something similar to this. However when I try out the steps given above I get an error saying : 
&lt;BR /&gt;Exception in component tOracleRow_1 
&lt;BR /&gt;java.sql.SQLSyntaxErrorException : ORA :invalid character 
&lt;BR /&gt;Although it says that there is some issue with the syntax but the same script works without any issue in SQL developer. 
&lt;BR /&gt;Following is a part of the script : 
&lt;BR /&gt;update fact_mfs_agg 
&lt;BR /&gt;set prog_Subprog_area_alt_desc = 'ARV' where trim(upper(program_area_sub_program_area)) in 
&lt;BR /&gt;('15-HTXD ARV DRUGS '|| chr(94) ||' DRUGS', 
&lt;BR /&gt;'15-HTXD ARV DRUGS '|| chr(94) ||' PMTCT', 
&lt;BR /&gt;'15-HTXD ARV DRUGS '|| chr(94) ||' ADULT 1ST LINE ARVS', 
&lt;BR /&gt;'15-HTXD ARV DRUGS '|| chr(94) ||' ADULT 2ND LINE ARVS', 
&lt;BR /&gt;'15-HTXD ARV DRUGS '|| chr(94) ||' PEDIATRIC 1ST LINE '|| chr(38) || ' 2ND LINE ARVS') 
&lt;BR /&gt;AND COUNTRY_CODE = 'ET' 
&lt;BR /&gt;; 
&lt;BR /&gt; 
&lt;BR /&gt;update fact_mfs_agg 
&lt;BR /&gt;set prog_Subprog_area_alt_desc = 'Commodity Cost for HSS' where trim(upper(program_area_sub_program_area)) in 
&lt;BR /&gt;('18-OHSS HEALTH SYSTEMS STRENGTHENING ^ WAREHOUSE EQUIPMENT '||CHR(38)||' VEHICLES', 
&lt;BR /&gt;'18-OHSS HEALTH SYSTEMS STRENGTHENING ^ IPLS MATERIALS', 
&lt;BR /&gt;'18-OHSS HEALTH SYSTEMS STRENGTHENING ^ DISTRIBUTION FEE', 
&lt;BR /&gt;'18-OHSS HEALTH SYSTEMS STRENGTHENING ^ MISC. COMMODITY COSTS', 
&lt;BR /&gt;'18-OHSS HEALTH SYSTEMS STRENGTHENING ^ LMIS') 
&lt;BR /&gt;AND COUNTRY_CODE = 'ET' 
&lt;BR /&gt;; 
&lt;BR /&gt;I have done all the settings as per the images given above. 
&lt;BR /&gt;Kindly let me know what can be the case for this error 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Shikha</description>
      <pubDate>Wed, 26 Dec 2012 09:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364177#M127963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-26T09:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364178#M127964</link>
      <description>Hi 
&lt;BR /&gt;Are there two update statement in your script? If you just copy and paste one update statement into tOracleRow and execute it, does it work? 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 26 Dec 2012 10:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364178#M127964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-26T10:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364179#M127965</link>
      <description>Hi Shong, 
&lt;BR /&gt;My code has multiple update statements which need to be fetched at runtime from a file placed at the talend server. 
&lt;BR /&gt;When I put the update statements in the query section with "BEGIN UPDATE... END;", they work perfectly. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Shikha</description>
      <pubDate>Wed, 26 Dec 2012 10:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364179#M127965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-26T10:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364180#M127966</link>
      <description>hi 
&lt;BR /&gt;Yes, if your script file has multiple statements, you need to add "begin....end", please take a look at this topic to know how to execute multiple statements on tOracleRow component. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqMOCA0" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Multiple-update-sql-statement-in-tOracleRow/td-p/108270&lt;/A&gt; 
&lt;BR /&gt;In your case, if you don't have permission to modify the script file, you can add "begin...end" on tJavaFlex component. 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 26 Dec 2012 11:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364180#M127966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-26T11:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364181#M127967</link>
      <description>Hi, 
&lt;BR /&gt;I tried the same thing already. Please find below my component setting and the error given by the same : 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEdI.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137778i9793B6C1F13EA340/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEdI.jpg" alt="0683p000009MEdI.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEXf.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153388iE18CF962727783C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEXf.jpg" alt="0683p000009MEXf.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEVg.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148914i52628DC6090753B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEVg.jpg" alt="0683p000009MEVg.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEdN.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153535iCC616B06D26B034D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEdN.jpg" alt="0683p000009MEdN.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 26 Dec 2012 11:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364181#M127967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-26T11:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364182#M127968</link>
      <description>Hi 
&lt;BR /&gt;Modify the end code of tJavaFlex to:
&lt;BR /&gt;
&lt;PRE&gt;globalMap.put("sql","begin"+"\n\r"+sql+"\n\r"+"commit;"+"\n\r"+"end;"&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Dec 2012 07:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364182#M127968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-27T07:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Execute Script sql to Oracle from file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364183#M127969</link>
      <description>Hi, 
&lt;BR /&gt;Thank you so much for your prompt replies! 
&lt;BR /&gt;I simply recreated my job in sheer frustration and it worked! There was no change in settings I just created a new one!! 
&lt;BR /&gt;Thanks 
&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>Thu, 27 Dec 2012 07:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Execute-Script-sql-to-Oracle-from-file/m-p/2364183#M127969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-27T07:46:54Z</dc:date>
    </item>
  </channel>
</rss>

