<?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: v$session_wait in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442686#M851318</link>
    <description>Hi Indira A,&lt;BR /&gt;&lt;BR /&gt;Thanks. However I don't just want to know the definition of v$session_wait. We are using Oracle 9014. There are 291 session wait events in it. We want to realize all kinds of wait events meaning. Where can I get the white paper about it?&lt;BR /&gt;&lt;BR /&gt;For example, we are meeting a wait event now. This session is waiting for "transactin" more than 3 hours. It is still hung. However, we can't get more useful information till now. &lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Eric</description>
    <pubDate>Mon, 13 Dec 2004 22:47:32 GMT</pubDate>
    <dc:creator>ericfjchen</dc:creator>
    <dc:date>2004-12-13T22:47:32Z</dc:date>
    <item>
      <title>v$session_wait</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442684#M851316</link>
      <description>Where can I get a complete reference guide for all session wait event?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 13 Dec 2004 22:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442684#M851316</guid>
      <dc:creator>ericfjchen</dc:creator>
      <dc:date>2004-12-13T22:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: v$session_wait</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442685#M851317</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Here is something from Metalink.&lt;BR /&gt;&lt;BR /&gt;Indira A</description>
      <pubDate>Mon, 13 Dec 2004 22:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442685#M851317</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-12-13T22:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: v$session_wait</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442686#M851318</link>
      <description>Hi Indira A,&lt;BR /&gt;&lt;BR /&gt;Thanks. However I don't just want to know the definition of v$session_wait. We are using Oracle 9014. There are 291 session wait events in it. We want to realize all kinds of wait events meaning. Where can I get the white paper about it?&lt;BR /&gt;&lt;BR /&gt;For example, we are meeting a wait event now. This session is waiting for "transactin" more than 3 hours. It is still hung. However, we can't get more useful information till now. &lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 13 Dec 2004 22:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442686#M851318</guid>
      <dc:creator>ericfjchen</dc:creator>
      <dc:date>2004-12-13T22:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: v$session_wait</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442687#M851319</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Appendix in the Oracle9i Reference manual contains descriptions of the Oracle Wait Events&lt;BR /&gt;&lt;BR /&gt;There are articles available from the MetaLink Doc ID: 62161.1 Systemwide Tuning using UTLESTAT .&lt;BR /&gt;&lt;BR /&gt;Attached is the white paper â  Introduction to Tuning Oracle7 / Oracle8 / 8i / 9â  . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In</description>
      <pubDate>Mon, 13 Dec 2004 23:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442687#M851319</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-12-13T23:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: v$session_wait</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442688#M851320</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Execute the following:&lt;BR /&gt;&lt;BR /&gt;select substr( ln.name, 1, 30), gets, misses, &lt;BR /&gt;misses/decode( gets, 0, 9999999999999, gets)*100 misses_gets_ratio,&lt;BR /&gt;immediate_misses/decode( immediate_gets, 0, 9999999999999, immediate_gets)*100 immediate_misses_gets_ratio, &lt;BR /&gt;immediate_gets, immediate_misses&lt;BR /&gt;from v$latch l, v$latchname ln&lt;BR /&gt;where &lt;BR /&gt;ln.latch# = l.latch#&lt;BR /&gt;order by 5 desc &lt;BR /&gt;&lt;BR /&gt;This will show you latch contention. Post here the first 5 rows and I will try to help you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Tue, 14 Dec 2004 04:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442688#M851320</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-14T04:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: v$session_wait</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442689#M851321</link>
      <description>In addition to the Oracle manuals you might want to check out the following websites.&lt;BR /&gt;&lt;A href="http://www.hotsos.com" target="_blank"&gt;http://www.hotsos.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.ixora.com.au/" target="_blank"&gt;http://www.ixora.com.au/&lt;/A&gt;&lt;BR /&gt;Cary Millsap and Steve Adams both have excellent tuning books and provide details on Oracle Internals that are difficult to find elsewhere.  &lt;BR /&gt;&lt;BR /&gt;Patti&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2004 09:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-session-wait/m-p/3442689#M851321</guid>
      <dc:creator>Patti Johnson</dc:creator>
      <dc:date>2004-12-14T09:33:14Z</dc:date>
    </item>
  </channel>
</rss>

