<?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: Issue with executing proc statement in toraclesp in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-executing-proc-statement-in-toraclesp/m-p/2309794#M80979</link>
    <description>Hello Sabrina
&lt;BR /&gt;
&lt;BR /&gt;I have tried another syntax for executing parametrized proc in toraclerow as above one is not running but still faced nullpointer error however i can run the same with oracleclient (sql developer).
&lt;BR /&gt;BEGIN
&lt;BR /&gt;KNVDEVPOC.XDLU_LOAD_CATALOGENTRIESS.EXECUTE_XDLU(1);
&lt;BR /&gt;END;
&lt;BR /&gt;
&lt;BR /&gt;Error: Exception in component tOracleRow_1
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at catalogfeeder_1.catalogfeederetl_process_run_0_1.CatalogFeederETL_Process_run.tOracleRow_1Process(CatalogFeederETL_Process_run.java:9041)
&lt;BR /&gt;
&lt;BR /&gt;Please help.</description>
    <pubDate>Tue, 03 Jan 2017 10:31:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-03T10:31:24Z</dc:date>
    <item>
      <title>Issue with executing proc statement in toraclesp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-executing-proc-statement-in-toraclesp/m-p/2309792#M80977</link>
      <description>&lt;P&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,"&gt;Hello Guys&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,"&gt;I am facing same issue with executing proc in toraclerow&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,"&gt;my statement is something like&amp;nbsp;&lt;BR /&gt;"begin&amp;nbsp;&lt;BR /&gt;execute KNVDEVPOC.XDLU_LOAD_CATALOGENTRIES.PREPROCESS_DATALOAD;&lt;BR /&gt;end;&lt;BR /&gt;"&lt;BR /&gt;Error: &amp;nbsp;PLS-00103: Encountered the symbol "KNVDEVPOC" when expecting one of the following:&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,"&gt;&amp;nbsp; &amp;nbsp;:= . ( @ % ; immediate&lt;BR /&gt;The symbol ":=" was substituted for "KNVDEVPOC" to continue.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,"&gt;Thanks&lt;BR /&gt;VH&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 09:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-executing-proc-statement-in-toraclesp/m-p/2309792#M80977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-02T09:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with executing proc statement in toraclesp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-executing-proc-statement-in-toraclesp/m-p/2309793#M80978</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="Verdana," sans-serif=""&gt;Hi VH,&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 Error: &amp;nbsp;PLS-00103: Encountered the symbol "KNVDEVPOC" when expecting one of the following:
 &lt;BR /&gt; &amp;nbsp; &amp;nbsp;:= . ( @ % ; immediate
 &lt;BR /&gt; The symbol ":=" was substituted for "KNVDEVPOC" to continue.
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana," sans-serif=""&gt;There is a syntax error in your statement. Can you successfully use it in your oracle client?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana," sans-serif=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana," sans-serif=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 03 Jan 2017 08:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-executing-proc-statement-in-toraclesp/m-p/2309793#M80978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-03T08:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with executing proc statement in toraclesp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-executing-proc-statement-in-toraclesp/m-p/2309794#M80979</link>
      <description>Hello Sabrina
&lt;BR /&gt;
&lt;BR /&gt;I have tried another syntax for executing parametrized proc in toraclerow as above one is not running but still faced nullpointer error however i can run the same with oracleclient (sql developer).
&lt;BR /&gt;BEGIN
&lt;BR /&gt;KNVDEVPOC.XDLU_LOAD_CATALOGENTRIESS.EXECUTE_XDLU(1);
&lt;BR /&gt;END;
&lt;BR /&gt;
&lt;BR /&gt;Error: Exception in component tOracleRow_1
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at catalogfeeder_1.catalogfeederetl_process_run_0_1.CatalogFeederETL_Process_run.tOracleRow_1Process(CatalogFeederETL_Process_run.java:9041)
&lt;BR /&gt;
&lt;BR /&gt;Please help.</description>
      <pubDate>Tue, 03 Jan 2017 10:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-executing-proc-statement-in-toraclesp/m-p/2309794#M80979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-03T10:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with executing proc statement in toraclesp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-executing-proc-statement-in-toraclesp/m-p/2309795#M80980</link>
      <description>Hi,&lt;BR /&gt;Could you please post your current job design screenshot into forum? Did you use tOracleConnection component in your work flow?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 04 Jan 2017 07:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-executing-proc-statement-in-toraclesp/m-p/2309795#M80980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-04T07:37:49Z</dc:date>
    </item>
  </channel>
</rss>

