<?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: Running PL/SQL queries in Oracle MDA Master utility in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Running-PL-SQL-queries-in-Oracle-MDA-Master-utility/m-p/64619#M17367</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-tag-text="@Susamay Halder" href="https://community.blueprism.com/network/profile?UserKey=e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-itemmentionkey="2a433c99-83d7-495a-8a6a-c5d934c34c35"&gt;@Susamay Halder&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;I believe the answer is not at this time. It is possible to execute PL/SQL stored procedures with the Oracle MDAC library, but I think the VBO will need some extending to support it. The&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Execute&lt;/STRONG&gt;&lt;/EM&gt; ​action is currently designed to work with an input SQL statement. So either a new action will need to be created, or the existing action will need to be extended.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In either case, the code will need to account for setting the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;CommandType&lt;/STRONG&gt;&lt;/EM&gt; value to &lt;EM&gt;&lt;STRONG&gt;CommandType.StoredProcedure&lt;/STRONG&gt;&lt;/EM&gt; and handling any input values the stored procedure may need which means we will likely have to accept an input Collection.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Jan 2021 19:19:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-01-15T19:19:00Z</dc:date>
    <item>
      <title>Running PL/SQL queries in Oracle MDA Master utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Running-PL-SQL-queries-in-Oracle-MDA-Master-utility/m-p/64618#M17366</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Oracle MDA Master utility (Link Provided) to read data from Oracle databases and its working good.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I also run PL/SQL queries as well? Please let me know&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Link to utility&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=d08a36b5-47b7-4157-835d-7bef140ef73c&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer#bmd08a36b5-47b7-4157-835d-7bef140ef73c" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=d08a36b5-47b7-4157-835d-7bef140ef73c&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer#bmd08a36b5-47b7-4157-835d-7bef140ef73c&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2021 18:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Running-PL-SQL-queries-in-Oracle-MDA-Master-utility/m-p/64618#M17366</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-11T18:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Running PL/SQL queries in Oracle MDA Master utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Running-PL-SQL-queries-in-Oracle-MDA-Master-utility/m-p/64619#M17367</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-tag-text="@Susamay Halder" href="https://community.blueprism.com/network/profile?UserKey=e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-itemmentionkey="2a433c99-83d7-495a-8a6a-c5d934c34c35"&gt;@Susamay Halder&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;I believe the answer is not at this time. It is possible to execute PL/SQL stored procedures with the Oracle MDAC library, but I think the VBO will need some extending to support it. The&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Execute&lt;/STRONG&gt;&lt;/EM&gt; ​action is currently designed to work with an input SQL statement. So either a new action will need to be created, or the existing action will need to be extended.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In either case, the code will need to account for setting the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;CommandType&lt;/STRONG&gt;&lt;/EM&gt; value to &lt;EM&gt;&lt;STRONG&gt;CommandType.StoredProcedure&lt;/STRONG&gt;&lt;/EM&gt; and handling any input values the stored procedure may need which means we will likely have to accept an input Collection.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jan 2021 19:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Running-PL-SQL-queries-in-Oracle-MDA-Master-utility/m-p/64619#M17367</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-15T19:19:00Z</dc:date>
    </item>
  </channel>
</rss>

