<?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: when can we expect Splunk DB to support PL/SQL Procedures? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172350#M23285</link>
    <description>&lt;P&gt;Thanks for ur reply..even this didnt work .. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2014 13:46:15 GMT</pubDate>
    <dc:creator>rakesh_498115</dc:creator>
    <dc:date>2014-03-06T13:46:15Z</dc:date>
    <item>
      <title>when can we expect Splunk DB to support PL/SQL Procedures?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172348#M23283</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;Need to execute pl/sql procedures in Splunk DB Connect ?? Is there any work-around for doing this?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2014 19:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172348#M23283</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2014-03-03T19:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: when can we expect Splunk DB to support PL/SQL Procedures?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172349#M23284</link>
      <description>&lt;P&gt;Have you looked at using &lt;A href="http://docs.oracle.com/cd/E13157_01/wlevs/docs30/jdbc_drivers/sqlescape.html"&gt;JDBC escapes&lt;/A&gt; as a way of doing this?  I don't know if Splunk supports these or not, but this seems to be a standard way of accomplishing this.  &lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2014 04:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172349#M23284</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2014-03-04T04:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: when can we expect Splunk DB to support PL/SQL Procedures?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172350#M23285</link>
      <description>&lt;P&gt;Thanks for ur reply..even this didnt work .. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2014 13:46:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172350#M23285</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2014-03-06T13:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: when can we expect Splunk DB to support PL/SQL Procedures?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172351#M23286</link>
      <description>&lt;P&gt;What specific database would you like to use stored procedures on?  Unfortunately, most RDB have different stored procedure implementations which makes the feature more difficult to provide.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2014 19:21:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172351#M23286</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2014-03-06T19:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: when can we expect Splunk DB to support PL/SQL Procedures?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172352#M23287</link>
      <description>&lt;P&gt;Oracle PL/SQL&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 20:11:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172352#M23287</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2014-03-10T20:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: when can we expect Splunk DB to support PL/SQL Procedures?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172353#M23288</link>
      <description>&lt;P&gt;A pl/sql function call can be embedded in a query like this:&lt;/P&gt;

&lt;P&gt;Select my_function1() from dual;&lt;/P&gt;

&lt;P&gt;The function can be designed to return almost anything.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2014 02:53:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/when-can-we-expect-Splunk-DB-to-support-PL-SQL-Procedures/m-p/172353#M23288</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-06-13T02:53:20Z</dc:date>
    </item>
  </channel>
</rss>

