<?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: oracle 1562 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069766#M904745</link>
    <description>Andre,&lt;BR /&gt;&lt;BR /&gt;Try to do this import when no other processes are utilising the Roll back segments.</description>
    <pubDate>Fri, 12 Sep 2003 13:20:15 GMT</pubDate>
    <dc:creator>John Jayaseelan</dc:creator>
    <dc:date>2003-09-12T13:20:15Z</dc:date>
    <item>
      <title>oracle 1562 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069764#M904743</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just increased the tablespace by adding a datafile to it. THe users have a new run but while they tried to import a lot of data they receive a oracle 1562 error. The error claims that it cannot extent the rollback segment because the max extents are reached. What to do next?</description>
      <pubDate>Fri, 12 Sep 2003 11:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069764#M904743</guid>
      <dc:creator>Pieter_5</dc:creator>
      <dc:date>2003-09-12T11:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 1562 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069765#M904744</link>
      <description>Andre,&lt;BR /&gt;  I can think of a couple of options.&lt;BR /&gt;&lt;BR /&gt;  If the users are using the Oracle "imp" utility then you can specify the "commit=y" option on the command line.  This will commit the data every so often rather than for each whole table, cutting down the amount of rollback required.&lt;BR /&gt;&lt;BR /&gt;  If they are not, you need to alter the storage parameters on your rollback segments.  Check the current settings from sqlplus when logged on as the system user with:-&lt;BR /&gt;  select * from dba_rollback_segs;&lt;BR /&gt;  You can then alter the storage parameters with commands like :-&lt;BR /&gt;  alter ROLLBACK SEGMENT RBS03 STORAGE (MAXEXTENTS 249);&lt;BR /&gt;&lt;BR /&gt; You may also have to extend the size of your rollback tablespace.</description>
      <pubDate>Fri, 12 Sep 2003 12:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069765#M904744</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2003-09-12T12:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 1562 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069766#M904745</link>
      <description>Andre,&lt;BR /&gt;&lt;BR /&gt;Try to do this import when no other processes are utilising the Roll back segments.</description>
      <pubDate>Fri, 12 Sep 2003 13:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069766#M904745</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-09-12T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 1562 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069767#M904746</link>
      <description>Why not this?&lt;BR /&gt;&lt;BR /&gt; alter ROLLBACK SEGMENT RBS03 STORAGE (MAXEXTENTS UNLIMITED); &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 13:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069767#M904746</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-12T13:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 1562 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069768#M904747</link>
      <description>I would not put an unlimited nbr extents for a rollback segment.&lt;BR /&gt;&lt;BR /&gt;Tune it . Change extent size.&lt;BR /&gt;&lt;BR /&gt;As said, you can use commit=Y .&lt;BR /&gt;Also change the buffer parameter &lt;BR /&gt;BUFFER=&lt;SIZE in="" bytes=""&gt;&lt;BR /&gt;&lt;BR /&gt;That will reduce the number of commits.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;JL&lt;BR /&gt;&lt;/SIZE&gt;</description>
      <pubDate>Fri, 12 Sep 2003 14:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069768#M904747</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-09-12T14:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 1562 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069769#M904748</link>
      <description>Andre,&lt;BR /&gt;&lt;BR /&gt;Take a look in the v$rollstat view.  There is a column called "AVEACTIVE".  A good idea is to double this column (try to keep it in round 1m or 500k sections though) for your initial extent, with 8-10 minextents for each segment.  &lt;BR /&gt;&lt;BR /&gt;If that doesn't work, 50m extents with 8 minextents normally works.  =)&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 12 Sep 2003 20:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-1562-error/m-p/3069769#M904748</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-09-12T20:05:19Z</dc:date>
    </item>
  </channel>
</rss>

