<?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 New Oracle extension execution plan in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/New-Oracle-extension-execution-plan/m-p/257183#M5216</link>
    <description>&lt;P&gt;I am trying to get the execution plan for in new oracle extension,However after Requesting for the same it is giving me error stating "Couldn't obtain execution plan",&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly let me know if something is missing here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amita_0-1727334320627.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/22906i5A0710F084B9925F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amita_0-1727334320627.png" alt="amita_0-1727334320627.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Amita&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 06:58:59 GMT</pubDate>
    <dc:creator>amita</dc:creator>
    <dc:date>2024-09-27T06:58:59Z</dc:date>
    <item>
      <title>New Oracle extension execution plan</title>
      <link>https://community.dynatrace.com/t5/Extensions/New-Oracle-extension-execution-plan/m-p/257183#M5216</link>
      <description>&lt;P&gt;I am trying to get the execution plan for in new oracle extension,However after Requesting for the same it is giving me error stating "Couldn't obtain execution plan",&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly let me know if something is missing here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amita_0-1727334320627.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/22906i5A0710F084B9925F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amita_0-1727334320627.png" alt="amita_0-1727334320627.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Amita&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 06:58:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/New-Oracle-extension-execution-plan/m-p/257183#M5216</guid>
      <dc:creator>amita</dc:creator>
      <dc:date>2024-09-27T06:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: New Oracle extension execution plan</title>
      <link>https://community.dynatrace.com/t5/Extensions/New-Oracle-extension-execution-plan/m-p/257315#M5219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/63691"&gt;@amita&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are all the needed permissions set as below?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/hub/detail/oracle-database/" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/hub/detail/oracle-database/&lt;/A&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;H2&gt;Execution Plan Monitoring&lt;/H2&gt;&lt;DIV class=""&gt;&lt;P&gt;For SaaS customers with access to the Databases app, the execution plan monitoring functionality is also available when analyzing statement performance.&lt;/P&gt;&lt;P&gt;For this feature to work, the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_XPLAN.html" target="_blank" rel="noreferrer noopener"&gt;DBMS_XPLAN&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;package&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;needs to be available, and the user configured in the Dynatrace extension needs to have permissions to call the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;DISPLAY_CURSOR&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;function. As per&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_XPLAN.html#GUID-BEE6D488-0381-4864-9B19-6299DE2B6210" target="_blank" rel="noreferrer noopener"&gt;the official documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;this means that&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SELECT&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;READ&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;permissions are required on the following views:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;V$SQL_PLAN&lt;/LI&gt;&lt;LI&gt;V$SESSION&lt;/LI&gt;&lt;LI&gt;V$SQL_PLAN_STATISTICS_ALL&lt;/LI&gt;&lt;LI&gt;V$SQL&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In addition to this, the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SELECT&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;permission is also required for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;V$SQL_PLAN.&lt;/P&gt;&lt;P&gt;Please note that the execution plan monitoring feature may sometimes not work as expected for RAC deployments. This will be fixed as soon as possible.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Sep 2024 22:30:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/New-Oracle-extension-execution-plan/m-p/257315#M5219</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-09-26T22:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: New Oracle extension execution plan</title>
      <link>https://community.dynatrace.com/t5/Extensions/New-Oracle-extension-execution-plan/m-p/257549#M5239</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I will reverify above config once again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amita&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 10:49:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/New-Oracle-extension-execution-plan/m-p/257549#M5239</guid>
      <dc:creator>amita</dc:creator>
      <dc:date>2024-09-30T10:49:53Z</dc:date>
    </item>
  </channel>
</rss>

