<?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: dramatically increased # of log-switches/archivelogs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925498#M816712</link>
    <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;The only (supported) way you have is to use the LogMiner, in order to view any block modifications logged. This way, you should be able to view why such an amount of redo was generated. Refer "Oracle8i Administrator guide and Oracle8i Supplied Package reference (DBMS_LOGMNR)". &lt;BR /&gt;&lt;BR /&gt;You can calculate the Table Access Statistics using LogMiner to Analyze Online and Archived Redo Logs (Using LogMiner: Scenarios  described in the administration guide). This will point out which tables are hit the most and you can go from there to isolate further what activity is occurring on particular tables&lt;BR /&gt;&lt;BR /&gt;You might try using v$session_longops &lt;BR /&gt;&lt;BR /&gt;Also, the OEM Diagnostics Pack has a "Top Sessions" and "Top SQL" which you may be able to look at the different stats in there to determine which SQL is processing the most rows.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A</description>
    <pubDate>Tue, 13 Sep 2005 03:29:38 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2005-09-13T03:29:38Z</dc:date>
    <item>
      <title>dramatically increased # of log-switches/archivelogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925497#M816711</link>
      <description>Hi fellows,&lt;BR /&gt;&lt;BR /&gt;We have two databases which are very important to our business. Since some days ago on both systems there is an increasing amount of log-switches, which tend to fill up the archivelog-destinations.&lt;BR /&gt;&lt;BR /&gt;Is there a simple way to find out which DB-User is causing a lot of inserts/updates ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have not yet opened a call at oracle. I first wanna make sure I checked all other 'simple' tricks ...&lt;BR /&gt;&lt;BR /&gt;Any good Ideas ?&lt;BR /&gt;&lt;BR /&gt;Christian</description>
      <pubDate>Tue, 13 Sep 2005 02:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925497#M816711</guid>
      <dc:creator>Christian Schulze</dc:creator>
      <dc:date>2005-09-13T02:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: dramatically increased # of log-switches/archivelogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925498#M816712</link>
      <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;The only (supported) way you have is to use the LogMiner, in order to view any block modifications logged. This way, you should be able to view why such an amount of redo was generated. Refer "Oracle8i Administrator guide and Oracle8i Supplied Package reference (DBMS_LOGMNR)". &lt;BR /&gt;&lt;BR /&gt;You can calculate the Table Access Statistics using LogMiner to Analyze Online and Archived Redo Logs (Using LogMiner: Scenarios  described in the administration guide). This will point out which tables are hit the most and you can go from there to isolate further what activity is occurring on particular tables&lt;BR /&gt;&lt;BR /&gt;You might try using v$session_longops &lt;BR /&gt;&lt;BR /&gt;Also, the OEM Diagnostics Pack has a "Top Sessions" and "Top SQL" which you may be able to look at the different stats in there to determine which SQL is processing the most rows.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A</description>
      <pubDate>Tue, 13 Sep 2005 03:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925498#M816712</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-09-13T03:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: dramatically increased # of log-switches/archivelogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925499#M816713</link>
      <description>hi christian,&lt;BR /&gt;&lt;BR /&gt;First of all, i would use the v$sysstat table to see redo generated over different interval on a period of time. Look at it, come back later (e.g. 15mins), look again and subtract.&lt;BR /&gt;&lt;BR /&gt;anyway, before doing that you should gather all the information on the latest changes done to the system..&lt;BR /&gt;&lt;BR /&gt;also, run the following query to get an indication on Redologs:&lt;BR /&gt;select name, value from v$sysstat where name like '%redo%';&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 13 Sep 2005 03:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925499#M816713</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-09-13T03:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: dramatically increased # of log-switches/archivelogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925500#M816714</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you can also query the suspected Top processes (OSPID) using the following query at the database level:&lt;BR /&gt;&lt;BR /&gt;select b.sid SID,b.serial# "Serial#", c.spid "srvPID", b.osuser, b.username,  b.status, b.client_info from v$session b, v$process c where b.paddr = c.addr&lt;BR /&gt; and c.sPID = &amp;amp;OSPID   &lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 13 Sep 2005 03:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925500#M816714</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-09-13T03:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: dramatically increased # of log-switches/archivelogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925501#M816715</link>
      <description>Take a look at Metalink Note 167492.1, it explains how to find the sessions generating excessive redo information.&lt;BR /&gt;&lt;BR /&gt;Patti</description>
      <pubDate>Tue, 13 Sep 2005 06:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925501#M816715</guid>
      <dc:creator>Patti Johnson</dc:creator>
      <dc:date>2005-09-13T06:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: dramatically increased # of log-switches/archivelogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925502#M816716</link>
      <description>Thank you all,&lt;BR /&gt;&lt;BR /&gt;this helped a lot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Christian</description>
      <pubDate>Tue, 13 Sep 2005 10:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dramatically-increased-of-log-switches-archivelogs/m-p/4925502#M816716</guid>
      <dc:creator>Christian Schulze</dc:creator>
      <dc:date>2005-09-13T10:39:50Z</dc:date>
    </item>
  </channel>
</rss>

