<?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: Oracle Advanced Compression -  Performance in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142716#M3660191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; Oracle always says that the OLTP compression doesn't have any negative impact in read operations but If you can only improve the first run and the others were worse because of a higher CPU time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the source of that? I am aware of statements like "Overall system throughput is not negatively impacted and may improve." and this is true for (most) I/O driven databases. There also could be a great benefit for subsequent executions (e.g. direct path reads, etc.). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However your specific CPU case is a pretty strange one and should be investigated in detail. The response time is one aspect of your issue, but the used CPU time can be a big (scalability) issue in high load environments as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; I'm gonna check the links about "code optimization" and CPU Usage&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Yes. Please provide the Snapper output (or stack trace profiles) for your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; There are a couple of reported bug about compression there&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I explained and troubleshot one of these mentioned bugs (#13641076) in detail here: &lt;A __default_attr="78316" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="[Oracle] Advanced (performance) troubleshooting with oradebug and stack sampling" href="https://community.sap.com/" modifiedtitle="true" title="[Oracle] Advanced (performance) troubleshooting with oradebug and stack sampling"&gt;&lt;/A&gt; ... it also includes the procedure how to use Snapper (and stack traces) for drilling down to the root cause. As you can see the described scenario and issue is absolutely different from yours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the requested Snapper output (or the CPU / stack trace profiling) for one whole SQL execution. I am pretty sure that we can spot a hint to the root cause in your case.&lt;/P&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>Mon, 17 Mar 2014 12:24:30 GMT</pubDate>
    <dc:creator>stefan_koehler</dc:creator>
    <dc:date>2014-03-17T12:24:30Z</dc:date>
    <item>
      <title>Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaq-p/10142710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Three Performance-related points in this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Index Compression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read in several threads and in the SAP&amp;nbsp; note &lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;"&gt; &lt;/SPAN&gt;&lt;SPAN class="urVt1 urTxtStd" style="font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; color: #000000; background-color: #cbdbea;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;"&gt; &lt;/SPAN&gt;&lt;A href="http://service.sap.com/sap/support/notes/1436352" style="font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;" title="1436352  - Oracle Database 11g Advanced Compression for SAP Systems"&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;1436352 - Oracle Database 11g Advanced Compression for SAP Systems&lt;/SPAN&gt;&lt;/A&gt; than the indexes should compressed before than the table.&lt;/P&gt;&lt;P&gt;My question is, can this impact in the performance after compression?&lt;/P&gt;&lt;P&gt;I mean, if I follow this sequence would I have any performance problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Table Online Reorg with brSpace and option -c ctab:&lt;/P&gt;&lt;P&gt; brspace -u / -f tbreorg -o &amp;lt;Owner&amp;gt; -t &amp;lt;Table&amp;gt; -c ctab -p 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Index Rebuild with brSpace and option -c cind:&lt;/P&gt;&lt;P&gt; brspace -u / -c force -f idrebuild -o &amp;lt;Owner&amp;gt; -i &amp;lt;Index&amp;gt; -c cind -p 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Number of columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that there is a limitation of 255 columns in the OLTP compression, but my question is if the number of columns could negatively impact in performance accessing compressed tables (Read Operations). In my case the table has 225 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Poor performance in Read Operations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have compressed a serveral GL tables in our test environment and the times for the same SELECT sentence is around 30% slower after compression. The compression ratio was very good.&lt;/P&gt;&lt;P&gt;As you can imagine, we have applied the compression following the point number 1 of this thread and the table has got 225 columns.&lt;/P&gt;&lt;P&gt;Is there any factor that can impact negatively in read operations in compression tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Oracle version is 11.2.0.3.0 and SAP 7.01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 14:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaq-p/10142710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-13T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142711#M3660186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if you are going to compress a table, you can compress the indexes at the same time, you could save time:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;brspace -u / -f tbreorg -o &amp;lt;Owner&amp;gt; -t &amp;lt;Table&amp;gt; -c ctab&lt;STRONG&gt;ind&lt;/STRONG&gt; -p 4&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your table has 255 you should NOT compress the table. it is a limitation of how oracle handles such tables, the likelihood of having performance problems due to chained/migrated rows is much higher. It is recommended that you do not compress tables with more than 250 columns (or decide on a more conservative approach) in order to avoid problems if more columns are added to the table in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the 3rd point I would have to guess and I do not like it. there could be several reasons and they might be related to the reorganitation itself&amp;nbsp; (like the clustering factor is different) not to the compression.&lt;/P&gt;&lt;P&gt;it is also important that, in order to avoid known bugs in compression, you have the latest SBP (February 2014) but it should not affect much to SELECT, more to INSERT (in general)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 18:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142711#M3660186</guid>
      <dc:creator>fidel_vales</dc:creator>
      <dc:date>2014-03-13T18:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142712#M3660187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;More information here. Here you go the plan statistics before and after the compression for the sentence:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before Compression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" style="font-family: Arial, Helvetica, Geneva, sans-serif;" summary="Plan Statistics. . % Total DB Time is the Elapsed Time of the SQL statement divided into the Total Database Time multiplied by 100"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Stat Name&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Statement Total&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Per Execution&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;% Snap Total&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Elapsed Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;16,175&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;16,174.77&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;1.19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;CPU Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;16,160&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;16,160.00&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;5.36&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Executions&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Buffer Gets&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;757,549&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;757,549.00&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;9.84&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Disk Reads&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0.00&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Parse Calls&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0.00&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Rows&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;393,062&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;393,062.00&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;User I/O Wait Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Cluster Wait Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Application Wait Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Concurrency Wait Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Invalidations&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Version Count&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Sharable Mem(KB)&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;180&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Compression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" style="font-family: Arial, Helvetica, Geneva, sans-serif;" summary="Plan Statistics. . % Total DB Time is the Elapsed Time of the SQL statement divided into the Total Database Time multiplied by 100"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Stat Name&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Statement Total&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Per Execution&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;% Snap Total&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Elapsed Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;38,532&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;38,532.47&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;3.33&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;CPU Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;38,460&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;38,460.00&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;7.25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Executions&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Buffer Gets&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;263,628&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;263,628.00&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0.53&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Disk Reads&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0.00&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Parse Calls&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0.00&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Rows&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;393,062&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;393,062.00&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;User I/O Wait Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Cluster Wait Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Application Wait Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Concurrency Wait Time (ms)&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Invalidations&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;Version Count&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;Sharable Mem(KB)&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;168&lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD align="right" class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see after compression the number of buffer gets are much less as expected (&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 11px; text-align: -webkit-right;"&gt;757,549&lt;/SPAN&gt; vs &lt;SPAN style="color: #000000; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 11px; text-align: -webkit-right;"&gt;263,628&lt;/SPAN&gt;) but the CPU time is much higher after compression (&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 11px; text-align: -webkit-right;"&gt;16,160&lt;/SPAN&gt; vs &lt;SPAN style="color: #000000; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 11px; text-align: -webkit-right;"&gt;38,460&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DB host has enough CPU capacity actually no other transaction was running in the meantime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the Oracle bugs &lt;SPAN style="font-size: 10pt;"&gt;13641076 or 14762511 but they are for INSERT and UPDATE operations not for SELECT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 18:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142712#M3660187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-13T18:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142713#M3660188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a query like the one for which you provide data compression could only have a negative impact. It seems that all the data is in the cache (disk read = 0) &amp;amp; Elapsed time = CPU time.&lt;/P&gt;&lt;P&gt;For compressed table CPU time will always increase, as the data, must be uncompressed to be processed... Nothing to do about that... except perhaps uncompress the table.&lt;/P&gt;&lt;P&gt;If the query had to read the data from disk compression might have a positive impact as the data to be read would be 2 time smaller and might have balanced the time lost for uncompressing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Judging compression impact focusing on one select statement might not be very representative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 00:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142713#M3660188</guid>
      <dc:creator>ACE-SAP</dc:creator>
      <dc:date>2014-03-14T00:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142714#M3660189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;in addition to Fidel's reply about tables with more than 255 columns you may want to check out one of my old blog posts about this (&lt;A __default_attr="79965" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="[Oracle] Unchain database and SQL performance by design (Row Chaining)" href="https://community.sap.com/" modifiedtitle="true" title="[Oracle] Unchain database and SQL performance by design (Row Chaining)"&gt;&lt;/A&gt;) - it includes the effect of multiple row pieces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Indeed t&lt;/SPAN&gt;he statistic seems to be a bit strange (more than doubled CPU time for less logical I/Os with OLTP compression). Unfortunately the SQL and execution plan is missing and some "code path optimizations" can be hidden and are not accounted as logical reads (e.g. &lt;A href="http://oracle-randolf.blogspot.de/2011/07/logical-io-evolution-part-1-baseline.html"&gt;Pinned Buffers&lt;/A&gt; or &lt;A href="http://oracle-randolf.blogspot.de/2011/08/logical-io-evolution-part-3-11g.html"&gt;Fastpath consistent gets&lt;/A&gt;). The easiest way to check this would be to run &lt;A href="http://blog.tanelpoder.com/files/scripts/snapper3.sql"&gt;Snapper&lt;/A&gt; (&lt;A href="http://blog.tanelpoder.com/2009/11/19/finding-the-reasons-for-excessive-logical-ios/" title="http://blog.tanelpoder.com/2009/11/19/finding-the-reasons-for-excessive-logical-ios/"&gt;Finding the reasons for excessive logical IOs &lt;/A&gt; by Tanel Poder) with stats option on the particular session for the whole SQL execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on your OS you may also want to profile the Oracle / OS kernel functions to get an idea of the CPU usage - an example with perf on Linux (&lt;A __default_attr="100275" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="[Oracle] Profiling and troubleshooting Oracle related CPU performance issues on Linux with perf (perf_events)" href="https://community.sap.com/" modifiedtitle="true" title="[Oracle] Profiling and troubleshooting Oracle related CPU performance issues on Linux with perf (perf_events)"&gt;&lt;/A&gt;).&lt;/P&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>Fri, 14 Mar 2014 11:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142714#M3660189</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2014-03-14T11:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142715#M3660190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fidel and Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards the number of columns in my case the table doesn't reach the 255 columns limitation actualy it has 225 columns and per the Oracle statistics there is no Row Chaining with this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also find a bit strange to have the double of CPU time with the half of Logical I/Os. It's true that the statistics of the first execution (no buffer cache) are better with the table compressed because the number of Disk Reads were much lower but this only improves the first execution.&lt;/P&gt;&lt;P&gt;Oracle always says that the OLTP compression doesn't have any negative impact in read operations but If you can only improve the first run and the others were worse because of a higher CPU time ... I'd doubt this sentence. This means that OLTP compression can have a negative impact in performance with a lot of Logical I/Os.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm gonna check the links about "code optimization" and CPU Usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also thinking of apply the Oracle SBP &lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif';"&gt;11.2.0.3.9 - 201402V3&lt;/SPAN&gt;. There are a couple of reported bug about compression there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Lucida Console', Monaco, 'Courier new', monospace; font-size: 12px;"&gt;- 13641076 - HIGH AMOUNT OF BUFFER GETS FOR INSERT STATEMENT - REJECTION LIST DOES NOT FIRE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Lucida Console', Monaco, 'Courier new', monospace; font-size: 12px;"&gt;- 14762511 - UPDATE ON A OLTP COMPRESSED TABLE WITH MILLIONS OF BUFFERGETS TAKES LONG TIME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Lucida Console', Monaco, 'Courier new', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here you have the Execution plan just in case it can give any new clue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 class="awr" style="font-size: 16pt; font-family: Arial, Helvetica, Geneva, sans-serif; color: #336699; margin-top: 4pt;"&gt;Execution Plan&lt;/H3&gt;&lt;TABLE border="1" style="font-family: Arial, Helvetica, Geneva, sans-serif;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Id&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Operation&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Name&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Rows&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Bytes&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Cost (%CPU)&lt;/TH&gt;&lt;TH class="awrbg" scope="col" style="font-weight: bold; font-size: 8pt; color: white; background-color: #0066cc; padding-left: 4px; padding-right: 4px;"&gt;Time&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;0&lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;SELECT STATEMENT&lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;12438 (100)&lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;1&lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;&amp;nbsp;&amp;nbsp; FILTER&lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;2&lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLE ACCESS BY INDEX ROWID&lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;CE1GG00&lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;424&lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;273K&lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;12437 (1)&lt;/TD&gt;&lt;TD class="awrc" style="font-size: 8pt; color: black; background-color: #ffffcc;"&gt;00:02:21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;3&lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INDEX RANGE SCAN&lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;CE1GG00~Z1&lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;333K&lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt; &lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;416 (1)&lt;/TD&gt;&lt;TD class="awrnc" style="font-size: 8pt; color: black; background-color: white;"&gt;&lt;P&gt;00:00:05&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 10:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142715#M3660190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T10:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142716#M3660191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; Oracle always says that the OLTP compression doesn't have any negative impact in read operations but If you can only improve the first run and the others were worse because of a higher CPU time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the source of that? I am aware of statements like "Overall system throughput is not negatively impacted and may improve." and this is true for (most) I/O driven databases. There also could be a great benefit for subsequent executions (e.g. direct path reads, etc.). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However your specific CPU case is a pretty strange one and should be investigated in detail. The response time is one aspect of your issue, but the used CPU time can be a big (scalability) issue in high load environments as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; I'm gonna check the links about "code optimization" and CPU Usage&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Yes. Please provide the Snapper output (or stack trace profiles) for your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; There are a couple of reported bug about compression there&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I explained and troubleshot one of these mentioned bugs (#13641076) in detail here: &lt;A __default_attr="78316" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="[Oracle] Advanced (performance) troubleshooting with oradebug and stack sampling" href="https://community.sap.com/" modifiedtitle="true" title="[Oracle] Advanced (performance) troubleshooting with oradebug and stack sampling"&gt;&lt;/A&gt; ... it also includes the procedure how to use Snapper (and stack traces) for drilling down to the root cause. As you can see the described scenario and issue is absolutely different from yours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the requested Snapper output (or the CPU / stack trace profiling) for one whole SQL execution. I am pretty sure that we can spot a hint to the root cause in your case.&lt;/P&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>Mon, 17 Mar 2014 12:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142716#M3660191</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2014-03-17T12:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142717#M3660192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;STRONG&gt;&amp;gt; Can you please provide the source of that? I am aware of statements like "Overall system throughput is not negatively impacted and may improve." and this is true for (most) I/O driven databases. There also could be a great benefit for subsequent executions (e.g. direct path reads, etc.). &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you go a selection from the Oracle Advance Compression white Paper:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/412205" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I will try to get the Sanpper and send it over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 14:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142717#M3660192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T14:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142718#M3660193</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&gt;On point#3 - I trust it is not a clustered table?&lt;/P&gt;&lt;P&gt;Compression impacts the update/inserts badly if you compress the tables which have &amp;gt;255 columns or if you compress the clustered tables. I don't think compression is the direct cause which is impacting SELECT statement in your case (As said above, it need to be checked in detail). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick Loy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 06:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142718#M3660193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T06:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142719#M3660194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it's not a clustered table it's a transparent table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 06:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142719#M3660194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T06:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142720#M3660195</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&gt;On transparent tables it's a known issue, take a look at below note which says not to compress the transparent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We observed delayed insert/updates on few of the transparent tables after the compression.&lt;/P&gt;&lt;P&gt;Solution we applied was disabling the table compression for newly allocated blocks. You can uncompress the table without losing the compression benefits. Only new allocated blocks will be in uncompressed mode and you will get your performance back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urVt1 urTxtStd"&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://service.sap.com/sap/support/notes/1847870" title="1847870  - Oracle 11g: Advanced Compression - Known issues and solution"&gt;&lt;SPAN class="title"&gt;1847870&amp;nbsp; - Oracle 11g: Advanced Compression - Known issues and solution&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick Loy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 07:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142720#M3660195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T07:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142721#M3660196</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&gt;But this case is not neither an insert nor an update operation, it's a SELECT sentence.&lt;/P&gt;&lt;P&gt;For SELECT sentences make no sense to have a different behavior just marking the table as uncompressed without table reorg, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 14:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142721#M3660196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142722#M3660197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shouldn't behave like this!&lt;/P&gt;&lt;P&gt;Can you just "uncompress" the table and check whether select is faster or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick Loy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142722#M3660197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-19T10:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142723#M3660198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enclosed you can find the Snapper outputs. &lt;/P&gt;&lt;P&gt;The file called "&lt;STRONG&gt;snapper1_2504.tx&lt;/STRONG&gt;t"&amp;nbsp; contains the first execution (no buffer) with the table compressed. The SID is &lt;STRONG&gt;2504&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The file called "&lt;STRONG&gt;snapper3_257.txt&lt;/STRONG&gt;" contains the second execution (buffer - no Disk Reads) with the table compressed. The SID is &lt;STRONG&gt;257&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The SQL statement ID is &lt;STRONG&gt;3dvg63q65fmsz&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142723#M3660198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-19T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142724#M3660199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;which of the snapshots is covering the whole and single SQL (3dvg63q65fmsz) run in session 257? You have snapped a 20 second interval 150 times, but your SQL runs 38 seconds as previously mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have not covered the whole SQL execution in one snap and the SID 257 was snapped several times with various SQL statements. Unfortunately it is not comprehensible which statistics are related to a specific SQL execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please capture only that one whole SQL (3dvg63q65fmsz) execution for a specific SID as i mentioned in my previous posts, otherwise the data is useless.&lt;/P&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>Wed, 19 Mar 2014 16:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142724#M3660199</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2014-03-19T16:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142725#M3660200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have deactivated the compression and run the query again but there is no difference in the CPU time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 10:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142725#M3660200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-20T10:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142726#M3660201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;Enclosed you can find the snapper output that should cover the whole execution in one snapshot.&lt;/P&gt;&lt;P&gt;The session ID is 2008 and the SQLID &lt;SPAN style="color: #333333; font-size: 12px;"&gt;3dvg63q65fmsz&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have noticed this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;2008&amp;nbsp; @1, SAPRGG&amp;nbsp;&amp;nbsp;&amp;nbsp; , STAT, buffer is pinned count&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8062956,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19.85k,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 96.32 % buffer gets avoided thanks to &lt;/EM&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;buffer pin caching&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm not sure if it can be the reason of the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 10:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142726#M3660201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-21T10:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142727#M3660202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;now you have captured the whole SQL execution in one snapshot, but you still have captured various SQLs (and not isolated 3dvg63q65fmsz) in that session snap and so we can still not focus on the corresponding stats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you have captured 307.927 logical reads in sum vs. 263.628 logical reads (as previously provided) for that particular SQL (keep in mind that the optimizations are not included in that stat). It also seems like you have done some DMLs in that session, which introduce a new level of stats. However you are also using Oracle RAC (e.g. "gc cr block 2-way" or "LMS1" process), which can make it even more tricky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please isolate that particular SQL "3dvg63q65fmsz" (the easiest way is to reconstruct it in SQL*Plus) and snap only that. I assume that you are running that system on Linux as you are using &lt;SPAN&gt;&lt;SPAN&gt;RAC&lt;/SPAN&gt;&lt;/SPAN&gt; - please collect the CPU profile for that particular process &lt;SPAN&gt;as well (&lt;A __default_attr="100275" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="[Oracle] Profiling and troubleshooting Oracle related CPU performance issues on Linux with perf (perf_events)" href="https://community.sap.com/" modifiedtitle="true" title="[Oracle] Profiling and troubleshooting Oracle related CPU performance issues on Linux with perf (perf_events)"&gt;&lt;/A&gt;&lt;/SPAN&gt;). That CPU profile gets down to it.&lt;/P&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>Fri, 21 Mar 2014 12:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142727#M3660202</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2014-03-21T12:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142728#M3660203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you go another trace (snapper_2756_1.txt), in this case another SQL was executed by the session in the meantime but the SQL Statement (ccjupy2cq70rj)&amp;nbsp; only perform 200 logical reads, so it should not impact in the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have enclosed an extra trace (snapper_2756_2.txt) that cover only the SQL ID (3dvg63q65fmsz) but as per the data it is not covering the whole execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bear in mind that I don't have access to SQL*Plus, so I have to ask to my Basis supplier to activate the trace for every execution, that's why is very tricky to get the propper trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, we are running on Solaris not Linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this trace gives you any idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for you help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142728#M3660203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-21T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Advanced Compression -  Performance</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142729#M3660204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;well that is the issue with the division of work &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://community.sap.com/651/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; ... we need to go low-level for such issues, but as you are running on Solaris it is much easier to capture the necessary low-level information with help of DTrace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a DTrace toolkit script called "&lt;A href="http://www.brendangregg.com/DTrace/hotuser"&gt;hotuser&lt;/A&gt;" (stored in /usr/dtrace/DTT/ on my Solaris 11.1&amp;nbsp; box) which samples the on-CPU (user land) functions at 1001 hertz and provides a summary afterwards. This report will state the sampled on-CPU functions that are burning up your CPU (if the issue is in user land space, which i currently assume).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The summary report looks something like that - i just sampled a 4 table join on dba_source for demonstration purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;$/usr/dtrace/DTT/hotuser -p 1458&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;Sampling... Hit Ctrl-C to end.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;^C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;FUNCTION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNT&amp;nbsp;&amp;nbsp; PCNT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;oracle`kdilmfilt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1.0%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;oracle`krta2bz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1.0%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;ld.so.1`callable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1.0%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;oracle`evadcd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 3.1%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;oracle`qksbgGetVal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 3.1%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;oracle`expepr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; 4.1%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;libc.so.1`memset&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; 4.1%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;oracle`smbput&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&amp;nbsp;&amp;nbsp; 9.2%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;libc.so.1`memcpy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36&amp;nbsp; 36.7%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't necessarily need SQL*Plus access to isolate the issue. Follow this procedure to isolate the SELECT statement and capture the necessary information:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Lock SAP WP with help of ABAP report RSTRC000&lt;/LI&gt;&lt;LI&gt;Identify Oracle shadow server process PID for that locked SAP WP&lt;/LI&gt;&lt;LI&gt;Goto DBACOCKPIT / SQL editor and re-construct SELECT&lt;/LI&gt;&lt;LI&gt;Contact your SAP basis supplier and ask him to profile that PID (from step 2) with DTrace script "hotuser"&lt;/LI&gt;&lt;LI&gt;Execute SELECT in SQL editor&lt;/LI&gt;&lt;LI&gt;Ask your &lt;SPAN&gt;SAP basis supplier to end "hotuser" and provide the output&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&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>Fri, 21 Mar 2014 16:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-advanced-compression-performance/qaa-p/10142729#M3660204</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2014-03-21T16:06:39Z</dc:date>
    </item>
  </channel>
</rss>

