<?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: Slow Oracle network connections setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-oracle-network-connections-setup/m-p/3218053#M892255</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Yeah upgrade V1.6 (11.22) to V2 (11.23). That will solve it.&lt;BR /&gt;&lt;BR /&gt;Nest I know V1.6 was never intended for production was it?&lt;BR /&gt;&lt;BR /&gt;I have observed this a while ago and analyzed it witl caliper. Here is the average profile for an oracle slave activation under 11.22:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;USER portion of profile:   8 hits = 0.08 seconds.  KTC time was 0.052 seconds&lt;BR /&gt; 25%    25%    2    0.02  UT_memcpy                   /usr/lib/hpux64/dld.so&lt;BR /&gt; 12%    38%    1    0.01   __milli_memcpy             /apps/oracle92/bin/oracle&lt;BR /&gt; 12%    50%    1    0.01  kkshchv                     /apps/oracle92/bin/oracle&lt;BR /&gt; 12%    62%    1    0.01  ttci2u                      /apps/oracle92/bin/oracle&lt;BR /&gt; 12%    75%    1    0.01   LE_sym_name                /usr/lib/hpux64/dld.so&lt;BR /&gt; 12%    88%    1    0.01   LE_get_opd_entry           /usr/lib/hpux64/dld.so&lt;BR /&gt;&lt;BR /&gt;KERNEL portion of profile: 123 hits = 1.23 seconds.  KTC time was 1.209 seconds&lt;BR /&gt;&lt;BR /&gt;As soon as we upgraded to 11.23 our application (on an 4p IPF box) went from 25% systems time, blocking an entire cpu, to well below 5%.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
    <pubDate>Sat, 13 Mar 2004 18:37:46 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2004-03-13T18:37:46Z</dc:date>
    <item>
      <title>Slow Oracle network connections setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-oracle-network-connections-setup/m-p/3218052#M892254</link>
      <description>I am running Oracle 9i R2 on a 1 processor rx2600 with HPUX 11i v1.6  &lt;BR /&gt;&lt;BR /&gt;The database serves 5 Win2k application servers.  We are using dynamic connection pooling on the app servers so connections are  maintained at a preset high water mark.   We noticed unusually high system CPU utilization when ever we need to create connections ( 80% system usage ).  I am not seeing any swapping.&lt;BR /&gt;&lt;BR /&gt;As a test, I ran a script from sqlplus that just exits, so all we see is the time it takes to startup the connection and fork a dedicated server process and then exit.  &lt;BR /&gt;I loop through 20 of these.  &lt;BR /&gt;It takes about ~1-2 seconds to setup the connection and System CPU goes to ~80%.&lt;BR /&gt;If I run the same script against the same version of Oracle on a Win2k box (with similiar CPU speed and less RAM)  it is at least 4 times as fast.&lt;BR /&gt;&lt;BR /&gt;I looked at an Oracle connection trace and found most of the time occurs when the new dedicated server process is forked.  I know Windows just fires another thread so the overhead of allocating another process is saved but ~1 second to create a session sounds absurd to me.  &lt;BR /&gt;Any ideas or suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John Leavens</description>
      <pubDate>Sat, 13 Mar 2004 17:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-oracle-network-connections-setup/m-p/3218052#M892254</guid>
      <dc:creator>john leavens_1</dc:creator>
      <dc:date>2004-03-13T17:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Oracle network connections setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-oracle-network-connections-setup/m-p/3218053#M892255</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Yeah upgrade V1.6 (11.22) to V2 (11.23). That will solve it.&lt;BR /&gt;&lt;BR /&gt;Nest I know V1.6 was never intended for production was it?&lt;BR /&gt;&lt;BR /&gt;I have observed this a while ago and analyzed it witl caliper. Here is the average profile for an oracle slave activation under 11.22:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;USER portion of profile:   8 hits = 0.08 seconds.  KTC time was 0.052 seconds&lt;BR /&gt; 25%    25%    2    0.02  UT_memcpy                   /usr/lib/hpux64/dld.so&lt;BR /&gt; 12%    38%    1    0.01   __milli_memcpy             /apps/oracle92/bin/oracle&lt;BR /&gt; 12%    50%    1    0.01  kkshchv                     /apps/oracle92/bin/oracle&lt;BR /&gt; 12%    62%    1    0.01  ttci2u                      /apps/oracle92/bin/oracle&lt;BR /&gt; 12%    75%    1    0.01   LE_sym_name                /usr/lib/hpux64/dld.so&lt;BR /&gt; 12%    88%    1    0.01   LE_get_opd_entry           /usr/lib/hpux64/dld.so&lt;BR /&gt;&lt;BR /&gt;KERNEL portion of profile: 123 hits = 1.23 seconds.  KTC time was 1.209 seconds&lt;BR /&gt;&lt;BR /&gt;As soon as we upgraded to 11.23 our application (on an 4p IPF box) went from 25% systems time, blocking an entire cpu, to well below 5%.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Mar 2004 18:37:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-oracle-network-connections-setup/m-p/3218053#M892255</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-03-13T18:37:46Z</dc:date>
    </item>
  </channel>
</rss>

