<?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: ORA-01630 message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01630-message/m-p/2852687#M826264</link>
    <description>see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://orafaq.net/msgboard/server/messages/12295.htm" target="_blank"&gt;http://orafaq.net/msgboard/server/messages/12295.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;ORA-01630: max # of extents num reached in temp segment in tablespace name&lt;BR /&gt;&lt;BR /&gt;Cause: The maximum amount of space allowed for saving undo entries has been reached for a temporary segment in the named tablespace, or space could not be allocated in the data dictionary to contain the definition of the object.&lt;BR /&gt;&lt;BR /&gt;Action: If possible, increase the value of either the MAXEXTENTS or PCTINCREASE initialization parameters or find the data dictionary table lacking space and alter the storage parameters as described in the Oracle8 Server Administrator's Guide. &lt;BR /&gt;&lt;BR /&gt;@ &lt;A href="http://storacle.princeton.edu:9001/oracle8-doc/server.805/a58312/newch225.htm" target="_blank"&gt;http://storacle.princeton.edu:9001/oracle8-doc/server.805/a58312/newch225.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Tue, 26 Nov 2002 19:49:08 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-11-26T19:49:08Z</dc:date>
    <item>
      <title>ORA-01630 message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01630-message/m-p/2852686#M826263</link>
      <description>I currently facing a problem of this msg everytime I run a PL/SQL script:&lt;BR /&gt;&lt;BR /&gt;ORA-01630: max # extents (99) reached in temp segment in tablespace TBS_USER02&lt;BR /&gt;&lt;BR /&gt;select initial_extent, next_extent, max_extents&lt;BR /&gt;from user_tablespaces&lt;BR /&gt;where tablespace_name='TBS_USER02' ;&lt;BR /&gt;&lt;BR /&gt;INITIAL_EXTENT NEXT_EXTENT MAX_EXTENTS&lt;BR /&gt;-------------- ----------- -----------&lt;BR /&gt;         40960       40960         50         &lt;BR /&gt;&lt;BR /&gt;The "max extents" value of TBS_USER02 is 50.&lt;BR /&gt;&lt;BR /&gt;Increasing the value of MAX_EXTENTS doesn't &lt;BR /&gt;solve the error.&lt;BR /&gt;&lt;BR /&gt;I hope you can provide me some info of, how should I approach this problem in order to solve it?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Nov 2002 19:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01630-message/m-p/2852686#M826263</guid>
      <dc:creator>hubert_1</dc:creator>
      <dc:date>2002-11-26T19:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01630 message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01630-message/m-p/2852687#M826264</link>
      <description>see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://orafaq.net/msgboard/server/messages/12295.htm" target="_blank"&gt;http://orafaq.net/msgboard/server/messages/12295.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;ORA-01630: max # of extents num reached in temp segment in tablespace name&lt;BR /&gt;&lt;BR /&gt;Cause: The maximum amount of space allowed for saving undo entries has been reached for a temporary segment in the named tablespace, or space could not be allocated in the data dictionary to contain the definition of the object.&lt;BR /&gt;&lt;BR /&gt;Action: If possible, increase the value of either the MAXEXTENTS or PCTINCREASE initialization parameters or find the data dictionary table lacking space and alter the storage parameters as described in the Oracle8 Server Administrator's Guide. &lt;BR /&gt;&lt;BR /&gt;@ &lt;A href="http://storacle.princeton.edu:9001/oracle8-doc/server.805/a58312/newch225.htm" target="_blank"&gt;http://storacle.princeton.edu:9001/oracle8-doc/server.805/a58312/newch225.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 26 Nov 2002 19:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01630-message/m-p/2852687#M826264</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-11-26T19:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01630 message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01630-message/m-p/2852688#M826265</link>
      <description>This error normally happens as part of an index creation statement.  What command is being run in your SQL statement that is causing this error?  Can you post it? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Wed, 27 Nov 2002 21:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01630-message/m-p/2852688#M826265</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-11-27T21:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01630 message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01630-message/m-p/2852689#M826266</link>
      <description>Using temporary segments in another tablespace than your temporary tablespace (usually called TEMP) is indeed usually caused by creating indexes.&lt;BR /&gt;The initial/next extent settings of the tablespace TBS_USER02 are quite low, and this will probably cause your error: teh max. number of extents that are allowed are consumed quite easily this way.&lt;BR /&gt;&lt;BR /&gt;Try increasing the values to, let's say 1m:&lt;BR /&gt;&lt;BR /&gt;alter tablespace tbs_user02&lt;BR /&gt;default storage(initial 1m next 1m maxextents unlimited);&lt;BR /&gt;&lt;BR /&gt;If index creation is not the cause of this temporary segment I think the temporary tablespace of the user is not OK, you should use a 'real' temporary tablespace for sorting activities.</description>
      <pubDate>Thu, 28 Nov 2002 08:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01630-message/m-p/2852689#M826266</guid>
      <dc:creator>Peter van Rijn_1</dc:creator>
      <dc:date>2002-11-28T08:01:15Z</dc:date>
    </item>
  </channel>
</rss>

