<?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 Oracle Database auditory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616513#M815853</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have an Oracle 9i running over hp-ux 11i .Many applications use this database and I am quite sure that any of them is making a really bad query which blocks my system . I must know what kind of queries this application makes . Is is possible to the db in auditory mode or something like that ?? How can I get a log file which tell me which transation has been executed in each moment??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 01 Sep 2005 00:53:00 GMT</pubDate>
    <dc:creator>jpcast_real</dc:creator>
    <dc:date>2005-09-01T00:53:00Z</dc:date>
    <item>
      <title>Oracle Database auditory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616513#M815853</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have an Oracle 9i running over hp-ux 11i .Many applications use this database and I am quite sure that any of them is making a really bad query which blocks my system . I must know what kind of queries this application makes . Is is possible to the db in auditory mode or something like that ?? How can I get a log file which tell me which transation has been executed in each moment??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 01 Sep 2005 00:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616513#M815853</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-09-01T00:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database auditory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616514#M815854</link>
      <description>You can enable trace on some session and then examine it. Not very comfortable and requires some skills to understand it, you can see here how to do it:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;q=oracle+trace+session" target="_blank"&gt;http://www.google.com/search?ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;q=oracle+trace+session&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or, the better option, if your company have some money, it's a good idea to buy monitoring tool. There are some great tools available like Precise (originaly from Israel, then Veritas, now Symantec), very very very good and also very expensive (can reach 80K) and there are some other less expensive, but also less featured by Quest (the father of Toad).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Thu, 01 Sep 2005 01:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616514#M815854</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-01T01:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database auditory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616515#M815855</link>
      <description>hi Javier,&lt;BR /&gt;&lt;BR /&gt;Look into the Statspack tool provided with Oracle.&lt;BR /&gt;&lt;BR /&gt;If you take 15 minutes snap at the "peak" period, you should be getting a quite informative report on your database performance and what major problem areas exists on your system.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 01 Sep 2005 02:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616515#M815855</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-09-01T02:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database auditory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616516#M815856</link>
      <description>Javier&lt;BR /&gt;&lt;BR /&gt;find attached a document from Oracle Metalink : Note:262946.1 "Performance Issues After Increasing Workload"&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Thu, 01 Sep 2005 05:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616516#M815856</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-09-01T05:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database auditory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616517#M815857</link>
      <description>Javier&lt;BR /&gt;&lt;BR /&gt;You can take a look at v$sql. Zero in on buffer_gets and elapsed_time to find candidates for excesive LIO.&lt;BR /&gt;PIO is bad, but LIO is not that good. So if you find too much LIO for a particular query that could indicate the query is executing an inefficient plan, and usually a suitable index would solve this.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;ARC</description>
      <pubDate>Fri, 02 Sep 2005 08:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-auditory/m-p/3616517#M815857</guid>
      <dc:creator>Ariel Cary</dc:creator>
      <dc:date>2005-09-02T08:47:34Z</dc:date>
    </item>
  </channel>
</rss>

