<?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: write in Oracle database table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142802#M92977</link>
    <description>&lt;P&gt;No there is no need of a dataset in return.&lt;BR /&gt;We are also doing such command:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;SQL alter session &lt;/SPAN&gt;&lt;SPAN&gt;set&lt;/SPAN&gt;&lt;SPAN&gt; NLS_DATE_FORMAT &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;DD-MON-RR&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 30 Nov 2023 10:47:14 GMT</pubDate>
    <dc:creator>vincent_ardiet_</dc:creator>
    <dc:date>2023-11-30T10:47:14Z</dc:date>
    <item>
      <title>write in Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142714#M92958</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;is there a way to write in an oracle database while running the script in Qlik sense?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 08:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142714#M92958</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2023-11-30T08:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: write in Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142779#M92972</link>
      <description>&lt;P&gt;You can put what you want after the SQL keyword, of course it depends of the user rights of the account set in the connection.&lt;BR /&gt;For example, in my company, we are launching stored procedures to prepare the data or to acknowledge that we manage to do it, in order to receive incremental datasets.&lt;BR /&gt;Like this:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;$(vAckSuccessFlag)&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;N&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;then&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SQL &lt;/SPAN&gt;&lt;SPAN&gt;CALL&lt;/SPAN&gt;&lt;SPAN&gt; pkg_dwh.pr_acksync;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 10:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142779#M92972</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-30T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: write in Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142787#M92974</link>
      <description>&lt;P&gt;Hello thank you for your reply&lt;BR /&gt;what I want is read from a database (load data into memory)) then insert it in another database&lt;BR /&gt;now the script that you wrote above:&lt;BR /&gt;&lt;SPAN&gt;\SQL&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;pkg_dwh.pr_acksync&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but the query after the SQL should return a result set; I cannot put insert into table;&amp;nbsp;&lt;BR /&gt;kindly advise&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 10:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142787#M92974</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2023-11-30T10:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: write in Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142802#M92977</link>
      <description>&lt;P&gt;No there is no need of a dataset in return.&lt;BR /&gt;We are also doing such command:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;SQL alter session &lt;/SPAN&gt;&lt;SPAN&gt;set&lt;/SPAN&gt;&lt;SPAN&gt; NLS_DATE_FORMAT &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;DD-MON-RR&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Nov 2023 10:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142802#M92977</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-30T10:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: write in Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142804#M92978</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216"&gt;@ali_hijazi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you will need to make some configuration changes if you want to execute non-select queries. This is documented on help side:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/ODBC_connector_help/Content/Connectors_ODBC/How-to-load-without-SELECT.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/ODBC_connector_help/Content/Connectors_ODBC/How-to-load-without-SELECT.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 10:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142804#M92978</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2023-11-30T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: write in Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142818#M92980</link>
      <description>&lt;P&gt;Or use OLEDB &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 11:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142818#M92980</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-30T11:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: write in Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142939#M92990</link>
      <description>&lt;P&gt;it seems to work; I got the insufficient privileges from Oracle server&lt;BR /&gt;though I remember once I tried to have an insert statement and I got error from Qlik itself saying what sounded like the query has to return a result set&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ali_hijazi_0-1701356445924.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120846i9A150B576381092E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ali_hijazi_0-1701356445924.png" alt="ali_hijazi_0-1701356445924.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;but now if I have a table T in memory (loaded in Qlik)&lt;BR /&gt;what would be the syntax to read rows from T and insert them into a database table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 15:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2142939#M92990</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2023-11-30T15:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: write in Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2143171#M93004</link>
      <description>&lt;P&gt;You will have to do a loop across all rows of T and do your inserts one by one.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 07:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/write-in-Oracle-database-table/m-p/2143171#M93004</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-01T07:55:21Z</dc:date>
    </item>
  </channel>
</rss>

