<?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: EXEC Oracle Stored Procedure !! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EXEC-Oracle-Stored-Procedure/m-p/634674#M232794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hello Friend!&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;About calling procedures from within QlikView, if you have not achieved, you can try the way that I will describe below.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Step 1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Set your script editor and it will open the databases in read and write mode.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG __jive_id="84712" alt="Configuração do Script.jpg" class="jive-image image-1" src="/legacyfs/online/84739_Configuração do Script.jpg" style="font-size: 10pt; line-height: 1.5em; height: 154px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Step 2:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Correctly write your connection string, it is ODBC or OLEDB, add, before or after the password the following content&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;EM&gt;Mode is write&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG __jive_id="84737" alt="String Conexão ODBC.jpg" class="jive-image image-2" src="/legacyfs/online/84740_String Conexão ODBC.jpg" style="height: 30px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Step 3:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Write correctly the call of Procedure that you want to call, in my example will look like this ...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;EM&gt;"&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SQL &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;call user_bi.prc_custo_padrão_real('4.2014','007');&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;IMG __jive_id="84738" alt="Chamada da Procedure.jpg" class="jive-image image-3" src="/legacyfs/online/84741_Chamada da Procedure.jpg" style="height: 58px; width: 620px;" /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I think this should work, I have helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hug!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 16:45:19 GMT</pubDate>
    <dc:creator>offjunior</dc:creator>
    <dc:date>2015-04-23T16:45:19Z</dc:date>
    <item>
      <title>EXEC Oracle Stored Procedure !!</title>
      <link>https://community.qlik.com/t5/QlikView/EXEC-Oracle-Stored-Procedure/m-p/634673#M232793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a procudre ORACLE stored procudure with 2 inputs and one output to increment IDs and return the next ID from the DAtaBase. &lt;/P&gt;&lt;P&gt;I'm going to call this procedure from my QlikView script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this code , but does not works in my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXEC Nom_PROC ('IN1','Y','OUT');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the steps to use this procedure? and what is the way maeilleur dy called from the script, or through a VB macro that executes from the dashboard? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 11:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXEC-Oracle-Stored-Procedure/m-p/634673#M232793</guid>
      <dc:creator />
      <dc:date>2014-05-15T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: EXEC Oracle Stored Procedure !!</title>
      <link>https://community.qlik.com/t5/QlikView/EXEC-Oracle-Stored-Procedure/m-p/634674#M232794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hello Friend!&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;About calling procedures from within QlikView, if you have not achieved, you can try the way that I will describe below.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Step 1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Set your script editor and it will open the databases in read and write mode.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG __jive_id="84712" alt="Configuração do Script.jpg" class="jive-image image-1" src="/legacyfs/online/84739_Configuração do Script.jpg" style="font-size: 10pt; line-height: 1.5em; height: 154px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Step 2:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Correctly write your connection string, it is ODBC or OLEDB, add, before or after the password the following content&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;EM&gt;Mode is write&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG __jive_id="84737" alt="String Conexão ODBC.jpg" class="jive-image image-2" src="/legacyfs/online/84740_String Conexão ODBC.jpg" style="height: 30px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Step 3:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Write correctly the call of Procedure that you want to call, in my example will look like this ...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;EM&gt;"&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SQL &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;call user_bi.prc_custo_padrão_real('4.2014','007');&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;IMG __jive_id="84738" alt="Chamada da Procedure.jpg" class="jive-image image-3" src="/legacyfs/online/84741_Chamada da Procedure.jpg" style="height: 58px; width: 620px;" /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I think this should work, I have helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hug!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 16:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXEC-Oracle-Stored-Procedure/m-p/634674#M232794</guid>
      <dc:creator>offjunior</dc:creator>
      <dc:date>2015-04-23T16:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: EXEC Oracle Stored Procedure !!</title>
      <link>https://community.qlik.com/t5/QlikView/EXEC-Oracle-Stored-Procedure/m-p/634675#M232795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you for the discussion!!.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am facing issues in integrating oracle stored procedure data with QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am not able to fetch Oracle stored procedure data into QlikView as well as insert records into Oracle table through stored procedure.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have posted the issue in forum at&lt;A _jive_internal="true" data-containerid="2061" data-containertype="14" data-objectid="1051103" data-objecttype="2" href="https://community.qlik.com/message/1051103#1051103" style="color: #3778c7; font-family: inherit; font-weight: inherit; font-style: inherit;"&gt;QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Could you please take a look at and advise for corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 14:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXEC-Oracle-Stored-Procedure/m-p/634675#M232795</guid>
      <dc:creator />
      <dc:date>2016-06-02T14:02:45Z</dc:date>
    </item>
  </channel>
</rss>

