<?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: System Performance Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278107#M179901</link>
    <description>Doesnt sound like an OS issue to me. More likely something with Oracle - perhaps the SGA space had become badly fragmented since the last time your DB was restarted. Next time before you run this large job restart the DB beforehand, or as you have plenty of free RAM increase the size of the SGA to reduce possibly fragmentation.&lt;BR /&gt;</description>
    <pubDate>Mon, 17 May 2004 09:31:37 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2004-05-17T09:31:37Z</dc:date>
    <item>
      <title>System Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278105#M179899</link>
      <description>Hello Everyone,&lt;BR /&gt;&lt;BR /&gt;First, the server specs:&lt;BR /&gt;n4000 development server&lt;BR /&gt;4 x 875-Mhz CPUs&lt;BR /&gt;4 Gb memory&lt;BR /&gt;4 x 75 gb cx600 LUNs RAID 5&lt;BR /&gt;3 x 21 gb LUNs RAID 1 for oracle log files&lt;BR /&gt;The server is a datwarehouse with 2 databases.  Sine this is a dev server, only 1 or 2 developers are logged on.   Once a month, jobs are executed to update the databases.  A description of one of the jobs is as follows:&lt;BR /&gt;The job is creating/writing records (approximately 800,000) to the STAGE_MM table in ODWO as it also creates any necessary dimension table record as well, via the lookup common keys stored procedures.&lt;BR /&gt;On first implementation, this job completed in 2 hours.  The following month, the job took more than 10 hours to complete 12,000 records.  There were no ssytem performance issues, available memory was at 2 gb, system load was less than 1, and the LUN I/O for this table was at 5% utilization, nothing in I/O queue, or in wait state.  Oracle's response was:&lt;BR /&gt;This event signifies that the user process is reading buffers into the SGA buffer cache and is waiting for a physical I/O call to return. &lt;BR /&gt;This call differs from a scattered read, because a sequential read is reading data into contiguous memory space. A sequential read is usually a single-block read.&lt;BR /&gt;&lt;BR /&gt;Single block I/Os are usually the result of using indexes. Rarely, full table scan calls could get truncated to a single block call due to extent boundaries, or buffers already present in the buffer cache.&lt;BR /&gt;Complete tracing was no enabled.   After killing the job and rebooting the server, the job completed in 2 hours as before.   &lt;BR /&gt;Any ideas on what was occurring other than what oracle has indicated?</description>
      <pubDate>Mon, 17 May 2004 08:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278105#M179899</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2004-05-17T08:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: System Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278106#M179900</link>
      <description>You mentioned two databases on the server. What is the other database and what activity was happening during this period?&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Mon, 17 May 2004 09:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278106#M179900</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-05-17T09:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: System Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278107#M179901</link>
      <description>Doesnt sound like an OS issue to me. More likely something with Oracle - perhaps the SGA space had become badly fragmented since the last time your DB was restarted. Next time before you run this large job restart the DB beforehand, or as you have plenty of free RAM increase the size of the SGA to reduce possibly fragmentation.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 09:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278107#M179901</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2004-05-17T09:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: System Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278108#M179902</link>
      <description>Thanks for your reply.   One database processes the data and then moves the data to the second database where it is queried by users (of which there are none since this is still in development).  The job was still in the processing data stage, thus the second db was simply waiting and not doing anything.&lt;BR /&gt;&lt;BR /&gt;My thoughts were also on how Oracle was managing it's memory regions.  I wll share this thought with the dba as well.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 10:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278108#M179902</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2004-05-17T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: System Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278109#M179903</link>
      <description>Etienne,&lt;BR /&gt;&lt;BR /&gt;(You can trace the procedure with the PL/SQL profiler :&lt;BR /&gt;&lt;A href="http://www.orafaq.com/scripts/plsql/profiler.txt)" target="_blank"&gt;http://www.orafaq.com/scripts/plsql/profiler.txt)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;When you talk about event, you're right about the sequential read, that's an index access. Does the PL/SQL code access a table while modifying it ? Have you check the stats on the index ? &lt;BR /&gt;&lt;BR /&gt;Next time, before rebooting the server, it would be best to shutdown the instance and restart it to see if that's a system or an Oracle issue. You could also bring the second instance down to eliminate another source of trouble.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Nicolas</description>
      <pubDate>Mon, 17 May 2004 10:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278109#M179903</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-05-17T10:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: System Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278110#M179904</link>
      <description>While I was writting, you posted your answer.&lt;BR /&gt;&lt;BR /&gt;You said "The job was still in the processing data stage, thus the second db was simply waiting and not doing anything." &lt;BR /&gt;&lt;BR /&gt;So the database was doing nothing, therefore, how did you get a sequential read wait event from ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 10:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278110#M179904</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-05-17T10:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: System Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278111#M179905</link>
      <description>Etienne,&lt;BR /&gt;&lt;BR /&gt;If timed_statistics have been turned on and v$system_event, v$session_event, v$session_wait, v$waitstat have all been collected and you have narrowed your bottleneck to DB File Sequential Read in Oracle, this indicates many index reads and the the solution is to tune the PLSQL code especially the joins. As someone suggested, have the dba analyze the indexes and validate their structure. Check out the leaf nodes, height etc. Rebuild if necessary especially if the height is at 3 or more.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mel</description>
      <pubDate>Tue, 18 May 2004 07:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278111#M179905</guid>
      <dc:creator>Mel_12</dc:creator>
      <dc:date>2004-05-18T07:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: System Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278112#M179906</link>
      <description>Everyone, thanks for your responses.&lt;BR /&gt;&lt;BR /&gt;Right now, the same process is running and creating the same problem.  One thing that I have noticed is that there are 29 TIME_WAIT states on the server.   I have only noticed this 30 minutes ago.  Any ideas?</description>
      <pubDate>Tue, 25 May 2004 11:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-issue/m-p/3278112#M179906</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2004-05-25T11:32:20Z</dc:date>
    </item>
  </channel>
</rss>

