<?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>Question Re: Deactivate Oracle Diagnostic Pack in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/deactivate-oracle-diagnostic-pack/qaa-p/9352134#M3325007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Detelin&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;well it is pretty easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Set init parameter "&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CONTROL_MANAGEMENT_PACK_ACCESS&lt;/SPAN&gt;" to NONE&lt;/P&gt;&lt;P&gt;2. Recreate AWR by using the following procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;SQL&amp;gt; shutdown immediate&lt;/P&gt;&lt;P&gt;SQL&amp;gt; startup restrict&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- On both 10g and 11g &lt;/P&gt;&lt;P&gt;SQL&amp;gt; @?/rdbms/admin/catnoawr.sql&lt;/P&gt;&lt;P&gt;SQL&amp;gt; alter system flush shared_pool;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: helvetica, arial; font-size: 12px;"&gt;SQL&amp;gt; @&lt;/SPAN&gt;?/rdbms/admin/catawrtb.sql&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: helvetica, arial; font-size: 12px;"&gt;SQL&amp;gt; @&lt;/SPAN&gt;?/rdbms/admin/utlrp.sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--On 11g it is necessary to also run:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: helvetica, arial; font-size: 12px;"&gt;SQL&amp;gt; @&lt;/SPAN&gt;?/rdbms/admin/execsvrm.sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; &lt;EM style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;CODE class="km" style="font-family: 'Courier New', Courier, monospace; font-size: 14px;"&gt;exec dbms_workload_repository.modify_snapshot_settings(interval=&amp;gt;0);&lt;/CODE&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 18:13:22 GMT</pubDate>
    <dc:creator>stefan_koehler</dc:creator>
    <dc:date>2013-03-19T18:13:22Z</dc:date>
    <item>
      <title>Deactivate Oracle Diagnostic Pack</title>
      <link>https://community.sap.com/t5/technology-q-a/deactivate-oracle-diagnostic-pack/qaq-p/9352133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to deactivate the Oracle Diagnostic and Tuning Packs and delete the data that are generated by these packs.&lt;/P&gt;&lt;P&gt;Addition to the parameter CONTROL_MANAGEMENT_PACK_ACCESS to be set to NONE (Oracle 11g) and the entry in the table ORA_FEAT_USED for Tuning Pack, what about the deletion of the data: &lt;/P&gt;&lt;P&gt;Is it enough just to delete the content of the tables DBA_HIST?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Detelin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 14:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/deactivate-oracle-diagnostic-pack/qaq-p/9352133</guid>
      <dc:creator>Detelin_Nedev</dc:creator>
      <dc:date>2013-03-19T14:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate Oracle Diagnostic Pack</title>
      <link>https://community.sap.com/t5/technology-q-a/deactivate-oracle-diagnostic-pack/qaa-p/9352134#M3325007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Detelin&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;well it is pretty easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Set init parameter "&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CONTROL_MANAGEMENT_PACK_ACCESS&lt;/SPAN&gt;" to NONE&lt;/P&gt;&lt;P&gt;2. Recreate AWR by using the following procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;SQL&amp;gt; shutdown immediate&lt;/P&gt;&lt;P&gt;SQL&amp;gt; startup restrict&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- On both 10g and 11g &lt;/P&gt;&lt;P&gt;SQL&amp;gt; @?/rdbms/admin/catnoawr.sql&lt;/P&gt;&lt;P&gt;SQL&amp;gt; alter system flush shared_pool;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: helvetica, arial; font-size: 12px;"&gt;SQL&amp;gt; @&lt;/SPAN&gt;?/rdbms/admin/catawrtb.sql&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: helvetica, arial; font-size: 12px;"&gt;SQL&amp;gt; @&lt;/SPAN&gt;?/rdbms/admin/utlrp.sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--On 11g it is necessary to also run:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: helvetica, arial; font-size: 12px;"&gt;SQL&amp;gt; @&lt;/SPAN&gt;?/rdbms/admin/execsvrm.sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; &lt;EM style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;CODE class="km" style="font-family: 'Courier New', Courier, monospace; font-size: 14px;"&gt;exec dbms_workload_repository.modify_snapshot_settings(interval=&amp;gt;0);&lt;/CODE&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 18:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/deactivate-oracle-diagnostic-pack/qaa-p/9352134#M3325007</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2013-03-19T18:13:22Z</dc:date>
    </item>
  </channel>
</rss>

