<?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 performance problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179502#M459735</link>
    <description>Lovro,&lt;BR /&gt;&lt;BR /&gt;Do you have glance on your system? if so its pretty easy to do this using application groups...&lt;BR /&gt;&lt;BR /&gt;otherwise I think you're down to doing something with ps like:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -eo args,pcpu | grep -E -e [o]ra_...._${ORACLE_SID} -e [o]racle${ORACLE_SID}&lt;BR /&gt;&lt;BR /&gt;which if you have ORACLE_SID set to one of your oracle instance IDs, should print the current % CPU usage for each process.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Jun 2009 05:48:35 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2009-06-05T05:48:35Z</dc:date>
    <item>
      <title>Oracle performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179501#M459734</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have two different instances of Oracle running on my HP-UX 11.31.&lt;BR /&gt;I would like to findout, how many processor time is used by first instance and how many time is used by second instance.&lt;BR /&gt;&lt;BR /&gt;I would like to get the sum of all ORCL processes ans sum for all ORCL2 processes in desired time.&lt;BR /&gt;&lt;BR /&gt;Both instances are running under username oracle.&lt;BR /&gt;&lt;BR /&gt;Is there any idea how can I do this?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lovro&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jun 2009 05:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179501#M459734</guid>
      <dc:creator>Lovro VRES</dc:creator>
      <dc:date>2009-06-05T05:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179502#M459735</link>
      <description>Lovro,&lt;BR /&gt;&lt;BR /&gt;Do you have glance on your system? if so its pretty easy to do this using application groups...&lt;BR /&gt;&lt;BR /&gt;otherwise I think you're down to doing something with ps like:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -eo args,pcpu | grep -E -e [o]ra_...._${ORACLE_SID} -e [o]racle${ORACLE_SID}&lt;BR /&gt;&lt;BR /&gt;which if you have ORACLE_SID set to one of your oracle instance IDs, should print the current % CPU usage for each process.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jun 2009 05:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179502#M459735</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-06-05T05:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179503#M459736</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have GlancePlus, but I still don't know how to create two different oracle application for two different Oracle_SID. Owner for both instances is oracle.&lt;BR /&gt;&lt;BR /&gt;Regadrs,&lt;BR /&gt;Lovro&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jun 2009 09:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179503#M459736</guid>
      <dc:creator>Lovro VRES</dc:creator>
      <dc:date>2009-06-05T09:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179504#M459737</link>
      <description>Lovro,&lt;BR /&gt;&lt;BR /&gt;Group processes in Glance is really easy... lets suppose I have two oracle instances called BLUE and GREEN just edit the file /var/opt/perf/parm - got to the bottom of the file and you will find the lines:&lt;BR /&gt;&lt;BR /&gt;application = other_user_root&lt;BR /&gt;user = root&lt;BR /&gt;&lt;BR /&gt;Now add some lines *above* this entry as follows:&lt;BR /&gt;&lt;BR /&gt;application =  oracle_GREEN&lt;BR /&gt;file = ora*GREEN&lt;BR /&gt;application =  oracle_BLUE&lt;BR /&gt;file = ora*BLUE&lt;BR /&gt;&lt;BR /&gt;save the file and you might also need to start the performance agent by executing:&lt;BR /&gt;&lt;BR /&gt;ovpa restart all&lt;BR /&gt;&lt;BR /&gt;then fire up glance with the -A option&lt;BR /&gt;&lt;BR /&gt;glance -A&lt;BR /&gt;&lt;BR /&gt;You should see your 2 databases listed together with CPU/IO/Mem metrics&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jun 2009 09:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179504#M459737</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-06-05T09:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179505#M459738</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;thank you for your answer. In mean time I managed to solve the problem. I did exactly as yous said and it works fine. I have a mistake in my previous parm file, so I didn't saw what I want.&lt;BR /&gt;Thank you again.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Lovro&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jun 2009 09:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179505#M459738</guid>
      <dc:creator>Lovro VRES</dc:creator>
      <dc:date>2009-06-05T09:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179506#M459739</link>
      <description>Closed.</description>
      <pubDate>Fri, 05 Jun 2009 09:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-performance-problem/m-p/5179506#M459739</guid>
      <dc:creator>Lovro VRES</dc:creator>
      <dc:date>2009-06-05T09:53:32Z</dc:date>
    </item>
  </channel>
</rss>

