<?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: Issues with ToracleSP and stored procedure who return a dataset in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364230#M128013</link>
    <description>&lt;P&gt;good it's work with a procedure and an out parameter.&lt;/P&gt;
&lt;P&gt;thanx a lot for your help&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2018 10:45:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-21T10:45:35Z</dc:date>
    <item>
      <title>Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364219#M128002</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I've got an error message&amp;nbsp;using the ToracleSP component with a proc who return a DataSet,&lt;/P&gt; 
&lt;P&gt;below the error message&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;Exception in component tOracleSP_1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;java.sql.SQLException: ORA-06550: Ligne 1, colonne 7 :&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PLS-00306: numéro ou types d'arguments erronés dans appel à 'UDX_WEB_SELECT'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ORA-06550: Ligne 1, colonne 7 :&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PL/SQL: Statement ignored&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1017)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:655)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:249)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:566)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:210)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:53)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:938)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1075)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3820)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3923)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:5617)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1385)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at wms.getcarrierorders_0_1.getCarrierOrders.tRESTRequest_1_LoopProcess(getCarrierOrders.java:3755)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at wms.getcarrierorders_0_1.getCarrierOrders$RestServiceProviderImpl4TalendJob.processRequest(getCarrierOrders.java:408)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at wms.getcarrierorders_0_1.getCarrierOrders$RestServiceProviderImpl4TalendJob.carrierinfo(getCarrierOrders.java:560)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at java.lang.reflect.Method.invoke(Unknown Source)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:180)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:189)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:99)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:254)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:234)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:70)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1088)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1024)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.Server.handle(Server.java:370)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at java.lang.Thread.run(Unknown Source)&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the parameters are Integer or String, i've checked many times the input parameters and i've found nothing.&lt;/P&gt; 
&lt;P&gt;here the parameters from the Oracle Proc&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;PURCHASECODE IN INTEGER&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,DATECREATEFROM IN VARCHAR2 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,DATECREATETO IN VARCHAR2 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,SHIPFROMREF IN VARCHAR2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,SHIPFROMCODE IN VARCHAR2 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,SHIPFROMDATEFROM IN VARCHAR2 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,SHIPFROMDATETO IN VARCHAR2 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,SHIPTOCODE IN VARCHAR2 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,DELIVERYNR IN INTEGER &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,SHIPTODATEFROM IN VARCHAR2 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,SHIPTODATETO IN VARCHAR2 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,ORDERNR IN INTEGER &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7"&gt;,INVOICEREF IN VARCHAR2&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;and here the schema for the component tOracleSP&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToracleSP_Schema.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls4Q.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143904i8E3ABC1AD9DCB919/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls4Q.jpg" alt="0683p000009Ls4Q.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Can someone provide some help for this Issue ?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thx&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364219#M128002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364220#M128003</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please post here definition of the SP from Oracle?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Lojdr&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 17:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364220#M128003</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-02-16T17:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364221#M128004</link>
      <description>&lt;P&gt;here, the SP&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;create or replace PROCEDURE UDX_WEB_SELECT &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;purchaseCode IN INTEGER&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,dateCreateFrom IN VARCHAR2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,dateCreateTo IN VARCHAR2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,shipFromRef IN VARCHAR2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,shipFromCode IN VARCHAR2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,shipFromDateFrom IN VARCHAR2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,shipFromDateTo IN VARCHAR2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,shipToCode IN VARCHAR2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,deliveryNr IN INTEGER &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,shipToDateFrom IN VARCHAR2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,shipToDateTo IN VARCHAR2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,orderNr IN INTEGER &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,InvoiceRef IN VARCHAR2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;) &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;IS &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;RETURNDATAGRID SYS_REFCURSOR;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;SQL_REQUEST VARCHAR2(2000);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM VARCHAR2(2000);&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;BEGIN&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;if nvl(PURCHASECODE,0) != 0 then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := ' and "purchaseCode" = ' || PURCHASECODE;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(ORDERNR,0) != 0 then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM||' and "orderNr" = ' || ORDERNR;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(DELIVERYNR,0) != 0 then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM||' and "deliveryNr" = '||DELIVERYNR;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(SHIPFROMCODE,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM||' and "shipFromCode" = '''||SHIPFROMCODE||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(SHIPTOCODE,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM ||' and "shipToCode" = '''||SHIPTOCODE||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(INVOICEREF,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM ||' and "invoiceRef" = '''||INVOICEREF ||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(SHIPFROMREF,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM ||' and "shipFromRef" = ''' ||SHIPFROMREF||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;/* test dateCreate */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(DATECREATEFROM,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM ||' and "dateCreate" &amp;gt;= ''' ||DATECREATEFROM ||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(DATECREATETO,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM ||' and "dateCreate" &amp;lt;= ''' || DATECREATETO||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/* test shipFromDate */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(SHIPFROMDATEFROM,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM ||' and "shipFromDate" &amp;gt;= ''' ||SHIPFROMDATEFROM ||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(SHIPFROMDATETO,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM ||' and "shipFromDate" &amp;lt;= ''' || SHIPFROMDATETO ||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/* test shipToDate */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(SHIPTODATEFROM,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM ||' and "shipToDate" &amp;gt;= ''' || SHIPTODATEFROM ||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if nvl(SHIPTODATETO,'NC') != 'NC' then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_PARAM := SQL_PARAM ||' and "shipToDate" &amp;lt;= ''' ||SHIPTODATETO ||'''';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end if;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;SQL_REQUEST := 'select * from "UDX_WebView"';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_REQUEST := SQL_REQUEST || ' where (1=1)';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL_REQUEST := SQL_REQUEST || SQL_PARAM ;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;OPEN RETURNDATAGRID FOR SQL_REQUEST;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;dbms_sql.return_result(RETURNDATAGRID);&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;END UDX_WEB_SELECT;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;thx&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 07:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364221#M128004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-19T07:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364222#M128005</link>
      <description>&lt;P&gt;are you able to execute same procedure from orcale not from Talend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;seems it has compilation errors.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 09:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364222#M128005</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-19T09:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364223#M128006</link>
      <description>&lt;P&gt;i test it directly on PL/SQL Developper and it works fine&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where do you see problems in the SP? i usually developp on SQL server so perhaps i made some mistakes with this SP on Oracle.&lt;/P&gt;
&lt;P&gt;Is it perhaps the Sys_Refcursor that is not accepted by talend for a dataset result?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 09:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364223#M128006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-19T09:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364224#M128007</link>
      <description>&lt;P&gt;&amp;nbsp;As per "&lt;EM&gt;ORA-06550: Ligne 1, colonne 7 :", there are compilation errors.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 09:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364224#M128007</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-19T09:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364225#M128008</link>
      <description>&lt;P&gt;can you try to excute in Oralce DB.there you will get the errors,that is problem with pre-defined function will be vary from one database to othre database.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 09:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364225#M128008</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-19T09:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364226#M128009</link>
      <description>&lt;P&gt;Sorry i'm new to Oracle , with which program do you want me to test the SP? i've got no access to the server and to the Oracle DB install.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364226#M128009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-19T10:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364227#M128010</link>
      <description>&lt;P&gt;even i do not have oracle in my system to test procedure for you.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364227#M128010</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-19T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364228#M128011</link>
      <description>&lt;P&gt;In PL/SQL developper, i execute the SP like this :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;begin&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;UDX_WEB_SELECT(9999,'NC','NC','NC','NC','NC','NC','NC',0,'NC','NC',0,'NC');&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;end;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;and i've got&amp;nbsp; this result&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Procédure PL/SQL terminée.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ResultSet #1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aucune ligne sélectionnée&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364228#M128011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-19T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364229#M128012</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You approach is a little bit weird. If you want return results from the Oracle procedure, you should use OUTPUT parameter, not DBMS_SQL package, or you can define PL/SQL function where you can define return value of the function.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.techonthenet.com/oracle/procedures.php" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.techonthenet.com/oracle/functions.php&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.techonthenet.com/oracle/procedures.php" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.techonthenet.com/oracle/procedures.php&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please see this example how to process function results in Talend Job.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/g8zdjVE7fWNUh3u4ztO6Dw/aR365pHJiutijy80OV11Ew" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/g8zdjVE7fWNUh3u4ztO6Dw/aR365pHJiutijy80OV11Ew&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Any other discussions how to process refcursor:&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqX8CAK" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/resolved-How-to-get-a-Oracle-REF-CURSOR-into-Talend/m-p/109527&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq50CAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/resolved-use-of-tsybasesp/m-p/106446&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Lojdr&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 13:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364229#M128012</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-02-20T13:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364230#M128013</link>
      <description>&lt;P&gt;good it's work with a procedure and an out parameter.&lt;/P&gt;
&lt;P&gt;thanx a lot for your help&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 10:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364230#M128013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-21T10:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with ToracleSP and stored procedure who return a dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364231#M128014</link>
      <description>&lt;P&gt;You are welcome.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 13:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-ToracleSP-and-stored-procedure-who-return-a-dataset/m-p/2364231#M128014</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-02-21T13:47:53Z</dc:date>
    </item>
  </channel>
</rss>

