<?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: Oracle slow. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517347#M23098</link>
    <description>There are several things to check before assuming the problem is in the OS.  Have the tables and indexes been analyzed recently?  Have you run explain plans on the SQL they are running?  You may try tracing one of their sessions and the tkprof'ing the output to see where the time is being spent.&lt;BR /&gt;&lt;BR /&gt;If this all looks good, then I would check Oracle statistics to see if the SGA is too small.&lt;BR /&gt;&lt;BR /&gt;Next I would check on the OS side is the disk configuration.  It is the most likely cause of sluggish performance.  Are you using RAID?  Are your tablespaces spread across separate LUNs or physical disks?  You can use glance or sar -d for a quick look at disk performance.&lt;BR /&gt;&lt;BR /&gt;If all this looks good, then check further into the OS, kernel parameters.. paging... etc..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Apr 2001 19:40:37 GMT</pubDate>
    <dc:creator>Tim Medford</dc:creator>
    <dc:date>2001-04-16T19:40:37Z</dc:date>
    <item>
      <title>Oracle slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517344#M23095</link>
      <description>&lt;BR /&gt;My HPUX 11.0 system has enough CPU idle time, but clients are complaining that a simple read of oracle from a table and write to a table is taking a very long time to complete. I suspect memory and memory kernel params. Any assistance would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Atul Thakur</description>
      <pubDate>Mon, 16 Apr 2001 17:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517344#M23095</guid>
      <dc:creator>Atul Thakur</dc:creator>
      <dc:date>2001-04-16T17:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517345#M23096</link>
      <description>Please assign proper SGA size,SORT_ARE_SIZE and Rollback Segments to your Database.</description>
      <pubDate>Mon, 16 Apr 2001 17:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517345#M23096</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2001-04-16T17:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517346#M23097</link>
      <description>Run the  "dmesg"  and  check the syslog  /var/adm/syslog/syslog.log to make sure you don't have any disks off-line etc.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you may want to rebuild the index to that table if there is one.</description>
      <pubDate>Mon, 16 Apr 2001 19:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517346#M23097</guid>
      <dc:creator>Alan Wyskowski</dc:creator>
      <dc:date>2001-04-16T19:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517347#M23098</link>
      <description>There are several things to check before assuming the problem is in the OS.  Have the tables and indexes been analyzed recently?  Have you run explain plans on the SQL they are running?  You may try tracing one of their sessions and the tkprof'ing the output to see where the time is being spent.&lt;BR /&gt;&lt;BR /&gt;If this all looks good, then I would check Oracle statistics to see if the SGA is too small.&lt;BR /&gt;&lt;BR /&gt;Next I would check on the OS side is the disk configuration.  It is the most likely cause of sluggish performance.  Are you using RAID?  Are your tablespaces spread across separate LUNs or physical disks?  You can use glance or sar -d for a quick look at disk performance.&lt;BR /&gt;&lt;BR /&gt;If all this looks good, then check further into the OS, kernel parameters.. paging... etc..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Apr 2001 19:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517347#M23098</guid>
      <dc:creator>Tim Medford</dc:creator>
      <dc:date>2001-04-16T19:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517348#M23099</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;general in thos questions it would be good to have some more information:&lt;BR /&gt;&lt;BR /&gt;- size of the db&lt;BR /&gt;- size of database buffer cache (db_blockbuffers, db_block_size)&lt;BR /&gt;- SQL-Satement causing trouble (if available)&lt;BR /&gt;- physical memeory in box&lt;BR /&gt;&lt;BR /&gt;General aproach:&lt;BR /&gt;- If this is a plain DB server, decrease UX-kernel-params for filesystem cache, to prevent swaps of the db-buffer. Be sure, that the DB-Buffer fits into phys mem all the time.&lt;BR /&gt;- Is the situation from start, or has anything changed -&amp;gt; This might even be application side, like dataloads, new module is live now or so.-&amp;gt; Hunt the changes.&lt;BR /&gt;- Entire system or specific action: &lt;BR /&gt;  Entire System -&amp;gt; go for buffers, locks, io-times in general&lt;BR /&gt;  Specific action -&amp;gt; which statement ? Can it be re-written or indexsupported ?&lt;BR /&gt;&lt;BR /&gt;Hope this helps a bit&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 17 Apr 2001 05:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517348#M23099</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-04-17T05:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517349#M23100</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;general in thos questions it would be good to have some more information:&lt;BR /&gt;&lt;BR /&gt;- size of the db&lt;BR /&gt;- size of database buffer cache (db_blockbuffers, db_block_size)&lt;BR /&gt;- SQL-Satement causing trouble (if available)&lt;BR /&gt;- physical memeory in box&lt;BR /&gt;&lt;BR /&gt;General aproach:&lt;BR /&gt;- If this is a plain DB server, decrease UX-kernel-params for filesystem cache, to prevent swaps of the db-buffer. Be sure, that the DB-Buffer fits into phys mem all the time.&lt;BR /&gt;- Is the situation from start, or has anything changed -&amp;gt; This might even be application side, like dataloads, new module is live now or so.-&amp;gt; Hunt the changes.&lt;BR /&gt;- Entire system or specific action: &lt;BR /&gt;  Entire System -&amp;gt; go for buffers, locks, io-times in general&lt;BR /&gt;  Specific action -&amp;gt; which statement ? Can it be re-written or indexsupported ?&lt;BR /&gt;&lt;BR /&gt;Hope this helps a bit&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 17 Apr 2001 05:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517349#M23100</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-04-17T05:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517350#M23101</link>
      <description>pay more attention on database, especially the db design and application.  Use "explain plan" or sql trace</description>
      <pubDate>Tue, 17 Apr 2001 07:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517350#M23101</guid>
      <dc:creator>Michael Lee_4</dc:creator>
      <dc:date>2001-04-17T07:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517351#M23102</link>
      <description>Hi!&lt;BR /&gt;You should use glance to check your overall performance. It will give you metrics on network, memmory, disk, swap, kernel, ...&lt;BR /&gt;If you don't have it installed, you can install a trial version from the application CDs.&lt;BR /&gt;&lt;BR /&gt;After this, you should check your kernel parameters and optimize them.&lt;BR /&gt;dbc_max_pct should be ~10&lt;BR /&gt;dbc_min_pct ~6&lt;BR /&gt;bufpages 0&lt;BR /&gt;nbuf 0&lt;BR /&gt;&lt;BR /&gt;plus, pay attention to shmmax, semmni, semmns.&lt;BR /&gt;&lt;BR /&gt;check this doc for general kernel information:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/content/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/content/KCparams.OverviewAll.html&lt;/A&gt; &lt;BR /&gt;good luck.</description>
      <pubDate>Tue, 17 Apr 2001 07:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517351#M23102</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-04-17T07:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517352#M23103</link>
      <description>Hi there.&lt;BR /&gt;This may also depend on the network.&lt;BR /&gt;Another step may be to separate the files on different disks with  ( if possible ) different controler. You can put the breaks on your database, when you have logfiles, offline logfiles and tablespaces on the same physical disk. Try to put logfile on one disk, control files on a second, tablespaces for tables on a third, tablespaces for indexes on a fourth, but only if possible. Also the optimizer mode &lt;BR /&gt;can be responsible for the speed.&lt;BR /&gt;Perhaps you can put the init.ora and the filelist as an attachment to this place.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Tue, 17 Apr 2001 12:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-slow/m-p/2517352#M23103</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-04-17T12:49:24Z</dc:date>
    </item>
  </channel>
</rss>

