<?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 Show DBMS Output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Show-DBMS-Output/m-p/2220062#M14622</link>
    <description>Hello,
&lt;BR /&gt;I try to show Oracle DBMS output from a PLSQL block.
&lt;BR /&gt;For example:
&lt;BR /&gt;begin
&lt;BR /&gt;dbms_output.put_line('Hello World');
&lt;BR /&gt;end;
&lt;BR /&gt;To show the output I must aktivate it with: 
&lt;BR /&gt;set serveroutput on;
&lt;BR /&gt;I try to do it with a tSQLTemplate, but i get an error by executing "set serveroutput on;":
&lt;BR /&gt; connecting to socket on port 3531
&lt;BR /&gt; connected
&lt;BR /&gt;Exception in component tSQLTemplate_1
&lt;BR /&gt;java.sql.BatchUpdateException: Fehler bei Stapelverarbeitung aufgetreten: ORA-00922: Fehlende oder ungültige Option
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeBatch(OracleStatement.java:4534)
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatementWrapper.executeBatch(OracleStatementWrapper.java:213)
&lt;BR /&gt; at core1.st_filiale_0_2.ST_Filiale.tSQLTemplate_1Process(ST_Filiale.java:804)
&lt;BR /&gt; at core1.st_filiale_0_2.ST_Filiale.tOracleConnection_1Process(ST_Filiale.java:727)
&lt;BR /&gt; at core1.st_filiale_0_2.ST_Filiale.runJobInTOS(ST_Filiale.java:1026)
&lt;BR /&gt; at core1.st_filiale_0_2.ST_Filiale.main(ST_Filiale.java:891)
&lt;BR /&gt; disconnected
&lt;BR /&gt;If i execute the generated SQL from the debuger in the sqldeveloper it works fine.
&lt;BR /&gt;Is there another way to give output ?
&lt;BR /&gt;Thank You for your time!</description>
    <pubDate>Fri, 06 Dec 2013 12:27:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-06T12:27:26Z</dc:date>
    <item>
      <title>Show DBMS Output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Show-DBMS-Output/m-p/2220062#M14622</link>
      <description>Hello,
&lt;BR /&gt;I try to show Oracle DBMS output from a PLSQL block.
&lt;BR /&gt;For example:
&lt;BR /&gt;begin
&lt;BR /&gt;dbms_output.put_line('Hello World');
&lt;BR /&gt;end;
&lt;BR /&gt;To show the output I must aktivate it with: 
&lt;BR /&gt;set serveroutput on;
&lt;BR /&gt;I try to do it with a tSQLTemplate, but i get an error by executing "set serveroutput on;":
&lt;BR /&gt; connecting to socket on port 3531
&lt;BR /&gt; connected
&lt;BR /&gt;Exception in component tSQLTemplate_1
&lt;BR /&gt;java.sql.BatchUpdateException: Fehler bei Stapelverarbeitung aufgetreten: ORA-00922: Fehlende oder ungültige Option
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeBatch(OracleStatement.java:4534)
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatementWrapper.executeBatch(OracleStatementWrapper.java:213)
&lt;BR /&gt; at core1.st_filiale_0_2.ST_Filiale.tSQLTemplate_1Process(ST_Filiale.java:804)
&lt;BR /&gt; at core1.st_filiale_0_2.ST_Filiale.tOracleConnection_1Process(ST_Filiale.java:727)
&lt;BR /&gt; at core1.st_filiale_0_2.ST_Filiale.runJobInTOS(ST_Filiale.java:1026)
&lt;BR /&gt; at core1.st_filiale_0_2.ST_Filiale.main(ST_Filiale.java:891)
&lt;BR /&gt; disconnected
&lt;BR /&gt;If i execute the generated SQL from the debuger in the sqldeveloper it works fine.
&lt;BR /&gt;Is there another way to give output ?
&lt;BR /&gt;Thank You for your time!</description>
      <pubDate>Fri, 06 Dec 2013 12:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Show-DBMS-Output/m-p/2220062#M14622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T12:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Show DBMS Output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Show-DBMS-Output/m-p/2220063#M14623</link>
      <description>As long as I know you can only see the output in the Oracle sqlplus program. I suggest using your own procedure which writes the output + timestamp + user in your own table and you can access this table via jdbc. 
&lt;BR /&gt;You could try to use your own function to read the output but you have to call the function as much often you want to see the output, there is not trigger functionality for this. Here is a probably useful link: 
&lt;BR /&gt; 
&lt;A href="http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_output.htm" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_output.htm&lt;/A&gt;</description>
      <pubDate>Fri, 06 Dec 2013 17:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Show-DBMS-Output/m-p/2220063#M14623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T17:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show DBMS Output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Show-DBMS-Output/m-p/2220064#M14624</link>
      <description>Hello Jlolling,
&lt;BR /&gt;thank You for your fast answer.
&lt;BR /&gt;I would try it. If I would found another way I will post it here.</description>
      <pubDate>Mon, 09 Dec 2013 10:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Show-DBMS-Output/m-p/2220064#M14624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T10:28:11Z</dc:date>
    </item>
  </channel>
</rss>

