<?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: database crash ora-1575 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/database-crash-ora-1575/m-p/2859628#M937166</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.rigreen.freeserve.co.uk/oracle/oracle_notes/error_messages/ora_1575_timeout_waiting_for_space_mngmt_enqueu.html" target="_blank"&gt;http://www.rigreen.freeserve.co.uk/oracle/oracle_notes/error_messages/ora_1575_timeout_waiting_for_space_mngmt_enqueu.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.Sivakumar&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 07 Dec 2002 04:17:38 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-12-07T04:17:38Z</dc:date>
    <item>
      <title>database crash ora-1575</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-crash-ora-1575/m-p/2859627#M937165</link>
      <description>hi all,&lt;BR /&gt;please I'm in problems, I work with an older oracle database (release 7.1.6.2).&lt;BR /&gt;suddenly in the alert log is being inserted the ora-1575 error very often, this message was shown before but not too often, in consecuence the application using the database hangs.&lt;BR /&gt;I've made some queries that look for contention, but it didn't show anything.&lt;BR /&gt;&lt;BR /&gt;Any help would be really appreciated</description>
      <pubDate>Sat, 07 Dec 2002 02:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-crash-ora-1575/m-p/2859627#M937165</guid>
      <dc:creator>Hunan_1</dc:creator>
      <dc:date>2002-12-07T02:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: database crash ora-1575</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-crash-ora-1575/m-p/2859628#M937166</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.rigreen.freeserve.co.uk/oracle/oracle_notes/error_messages/ora_1575_timeout_waiting_for_space_mngmt_enqueu.html" target="_blank"&gt;http://www.rigreen.freeserve.co.uk/oracle/oracle_notes/error_messages/ora_1575_timeout_waiting_for_space_mngmt_enqueu.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.Sivakumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Dec 2002 04:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-crash-ora-1575/m-p/2859628#M937166</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-12-07T04:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: database crash ora-1575</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-crash-ora-1575/m-p/2859629#M937167</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Below a quote from Metalink:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Problem description: &lt;BR /&gt;=====================&lt;BR /&gt;You are experiencing a performance degredation and/or are seeing the following  errors reported in your ALERT.LOG: &lt;BR /&gt;&lt;BR /&gt;    ORA-01575: timeout waiting for space management resource                    Cause: failed to acquire necessary resource to do space management.         &lt;BR /&gt;       Action: Retry the operation.  &lt;BR /&gt;&lt;BR /&gt;The INIT.ORA parameter REDUCE_ALARM is set to TRUE. &lt;BR /&gt;&lt;BR /&gt;Problem Explanation: &lt;BR /&gt;==================== &lt;BR /&gt;In 7.0.12 the optional INIT.ORA parameter REDUCE_ALARM which enables the Wakeup Montior (WMON) process was introduced to alleviate contention on the UNIX callout queue by shifting workload to the SGA. The appearance of occasional ORA-01575 errors in your ALERT.LOG are a normal side-effect of this WMON process running. However, it is possible that the WMON process may cause performance degradation by increasing contention for SGA latches.  &lt;BR /&gt;&lt;BR /&gt;Solution Description:  &lt;BR /&gt;=====================  &lt;BR /&gt;The appearance of ORA-01575 errors is a side-effect of enabling the WMON  process via the INIT.ORA parameter: &lt;BR /&gt;&lt;BR /&gt;    reduce_alarm=TRUE &lt;BR /&gt;&lt;BR /&gt;Oracle suggests that the reduce_alarm parameter not be used, or be set to FALSE, unless a measurable performance gain is perceived. In general, enabling WMON is only useful in UNIX based OLTP environments experiencing a high volume of commit operations.  &lt;BR /&gt;&lt;BR /&gt;Moreover, in instances where large numbers of latch waits exist, enabling of  WMON may actually result in a performance deterioration because WMON shifts  workload from the UNIX callout queue to areas in the SGA resulting in increased latch contention in the SGA. &lt;BR /&gt;&lt;BR /&gt;If your are not in an OLTP environment, reduce_alarm is not recommended  because it results in an on-beneficial increase in SGA activity.   &lt;BR /&gt;&lt;BR /&gt;Solution Explanation:  &lt;BR /&gt;=====================  &lt;BR /&gt;The WMON process was introduced to alleviate a bottleneck on the UNIX callout  queue during LGWR posting by shifting workload from the callout queue to an  area in the SGA. However, if your system already has a high number of latch  waits, the WMON process may exacerbate contention problems for latches in the  SGA resulting in a performance degradation of your RDBMS. As such, Oracle only  recommends setting this paramter to TRUE when a performace gain is perceived.  Generally speaking, OLTP environments with a high volume amount of commits  would be the only instances where WMON could prove benefical. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The ORA-01575 errors associated with enabling WMON are a result of increased SGA enqueue timeouts by SMON. In essence, an ORA-1575 error only indicates that the SMON cannot coalesce. Occasional ORA-1575's do not indicate trouble and are to be expected when the load on the SGA is high since SMON uses timeouts to prevent it from waiting indefinately on an enqueue when it has other tasks to handle such as preventing deadlocks.  &lt;BR /&gt;&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 07 Dec 2002 05:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-crash-ora-1575/m-p/2859629#M937167</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-12-07T05:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: database crash ora-1575</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-crash-ora-1575/m-p/2859630#M937168</link>
      <description>I'll apply your recomendations tomorrow, thanks for your helping</description>
      <pubDate>Sun, 08 Dec 2002 19:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-crash-ora-1575/m-p/2859630#M937168</guid>
      <dc:creator>Hunan_1</dc:creator>
      <dc:date>2002-12-08T19:58:39Z</dc:date>
    </item>
  </channel>
</rss>

