<?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: reducing the rollback segment from oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842937#M936593</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Be careful not to reduce the RBS tablespace too much after reducing the rollback segments as this might result in errors when the rollback segment expands due to large transactions.&lt;BR /&gt;&lt;BR /&gt;also you should not set the OPTIMAL size too low as Oracle then will spend more time allocation and deallocationg space for the rollback segments.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
    <pubDate>Tue, 12 Nov 2002 12:51:29 GMT</pubDate>
    <dc:creator>Andreas D. Skjervold</dc:creator>
    <dc:date>2002-11-12T12:51:29Z</dc:date>
    <item>
      <title>reducing the rollback segment from oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842931#M936587</link>
      <description>hi guys,&lt;BR /&gt;&lt;BR /&gt;does the rollback segment in oracle clears itself after commiting a transaction? &lt;BR /&gt;&lt;BR /&gt;because i have seen from one of our boxes that the tablespace allocated to RBS is quite big and i want to deallocate some of this to other tablespace. is it safe to remove reduce rbs?&lt;BR /&gt;&lt;BR /&gt;(hp-ux version is 10.20 oracle 8.0.4)&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;danny</description>
      <pubDate>Tue, 12 Nov 2002 09:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842931#M936587</guid>
      <dc:creator>Danny Pogi</dc:creator>
      <dc:date>2002-11-12T09:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the rollback segment from oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842932#M936588</link>
      <description>Oracle will not immediately shrink a rollback segment when a transaction is committed.  The time taken to automatically shrink depends on the setting of the OPTIMAL storage clause and whether other transactions are reading the data held in the rollback segment.&lt;BR /&gt;You can manually shrink a rollback segment by issuing a command like -&lt;BR /&gt;ALTER ROLLBACK SEGMENT rbs1 SHRINK TO 100K;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 10:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842932#M936588</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2002-11-12T10:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the rollback segment from oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842933#M936589</link>
      <description>alter rollback segment xyz shrink to xxx M;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 10:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842933#M936589</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-12T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the rollback segment from oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842934#M936590</link>
      <description>Hi&lt;BR /&gt;extract from Oracle-PDF-Doku&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 12 Nov 2002 11:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842934#M936590</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-11-12T11:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the rollback segment from oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842935#M936591</link>
      <description>Hi, Danny&lt;BR /&gt;&lt;BR /&gt;svrmgrl&amp;gt; alter rollback segment &lt;RBS name=""&gt; shrink to &lt;SIZE k=""&gt; &lt;BR /&gt;&lt;BR /&gt;K -- size in KB&lt;BR /&gt;M -- size in MB&lt;/SIZE&gt;&lt;/RBS&gt;</description>
      <pubDate>Tue, 12 Nov 2002 11:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842935#M936591</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-11-12T11:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the rollback segment from oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842936#M936592</link>
      <description>fiel attached document from Metalink.&lt;BR /&gt;I assume you're an Oracle customer and therefore have access (once registered) to this web site.&lt;BR /&gt;You may find other information regarding your question&lt;BR /&gt;&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 12 Nov 2002 12:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842936#M936592</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2002-11-12T12:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the rollback segment from oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842937#M936593</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Be careful not to reduce the RBS tablespace too much after reducing the rollback segments as this might result in errors when the rollback segment expands due to large transactions.&lt;BR /&gt;&lt;BR /&gt;also you should not set the OPTIMAL size too low as Oracle then will spend more time allocation and deallocationg space for the rollback segments.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Tue, 12 Nov 2002 12:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842937#M936593</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-11-12T12:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the rollback segment from oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842938#M936594</link>
      <description>Hi there.&lt;BR /&gt;Set the OPTIMAL parameter for the rollback segements. That will help, but it might take a while. You can also use the Oracle Enterprise Manager to shrink the rollback segments&lt;BR /&gt;( Tools -&amp;gt; Database applications -&amp;gt; Storage Manager -&amp;gt; ORACLE_SID -&amp;gt; rollback segments ).&lt;BR /&gt;&lt;BR /&gt;Reducing the RBS tablespace might be the reason for future problems.&lt;BR /&gt;If you run large amounts of data manipulating&lt;BR /&gt;Oracle statements, you will need the actual space. We have this problems, because we do a database refresh from an external database every day. Our database is not too big, but the amount of data coming over requires some big RBS tablespace. If you go for automatic committing, do not forget, that you might have trouble, if your job breaks off half way through.&lt;BR /&gt;Just my 2 ct.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Tue, 12 Nov 2002 13:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-rollback-segment-from-oracle/m-p/2842938#M936594</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2002-11-12T13:52:17Z</dc:date>
    </item>
  </channel>
</rss>

