<?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 Max Extent Reached in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081494#M810967</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt; I have reached my Max extent limit of 121 and need to know how to alter this.&lt;BR /&gt;&lt;BR /&gt;select t.initial_extent,t.next_extent,t.min_extents,t.max_extents,t.pct_increase&lt;BR /&gt;from dba_tablespaces t&lt;BR /&gt; where t.tablespace_name = 'PMDB_NDX1';&lt;BR /&gt;&lt;BR /&gt;Could anyone help me out.&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;grace</description>
    <pubDate>Tue, 30 Sep 2003 05:50:38 GMT</pubDate>
    <dc:creator>grace white</dc:creator>
    <dc:date>2003-09-30T05:50:38Z</dc:date>
    <item>
      <title>Max Extent Reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081494#M810967</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt; I have reached my Max extent limit of 121 and need to know how to alter this.&lt;BR /&gt;&lt;BR /&gt;select t.initial_extent,t.next_extent,t.min_extents,t.max_extents,t.pct_increase&lt;BR /&gt;from dba_tablespaces t&lt;BR /&gt; where t.tablespace_name = 'PMDB_NDX1';&lt;BR /&gt;&lt;BR /&gt;Could anyone help me out.&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;grace</description>
      <pubDate>Tue, 30 Sep 2003 05:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081494#M810967</guid>
      <dc:creator>grace white</dc:creator>
      <dc:date>2003-09-30T05:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Max Extent Reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081495#M810968</link>
      <description>SQL&amp;gt;alter tablespace PMDB_NDX1 storage(maxextents unlimited);</description>
      <pubDate>Tue, 30 Sep 2003 05:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081495#M810968</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-30T05:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Max Extent Reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081496#M810969</link>
      <description>ALTER TABLE &lt;TABLENAME&gt; STORAGE ( MAXEXTENTS  400);&lt;BR /&gt;&lt;BR /&gt;example to increase the number to 400.&lt;BR /&gt;You may want to move to LMT so you would not worry about it !&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jean-Luc&lt;/TABLENAME&gt;</description>
      <pubDate>Tue, 30 Sep 2003 06:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081496#M810969</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-09-30T06:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Max Extent Reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081497#M810970</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt; I have tried the alter tablespace PMDB_NDX1 storage(maxextents unlimited);&lt;BR /&gt;and got the following message:&lt;BR /&gt;SQL&amp;gt; alter tablespace PMDB_NDX1 storage(maxextents unlimited);&lt;BR /&gt;alter tablespace PMDB_NDX1 storage(maxextents unlimited)&lt;BR /&gt;                           *&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-02142: missing or invalid ALTER TABLESPACE option&lt;BR /&gt;&lt;BR /&gt;Can you please advise&lt;BR /&gt;&lt;BR /&gt;also you mention the ALTER TABLE &lt;TABLENAME&gt; STORAGE how do i find the table name.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Grace&lt;/TABLENAME&gt;</description>
      <pubDate>Tue, 30 Sep 2003 06:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081497#M810970</guid>
      <dc:creator>grace white</dc:creator>
      <dc:date>2003-09-30T06:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Max Extent Reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081498#M810971</link>
      <description>SQL&amp;gt;alter tablespace &lt;TABLESPACE-NAME&gt; default storage (maxextents unlimited);&lt;/TABLESPACE-NAME&gt;</description>
      <pubDate>Tue, 30 Sep 2003 06:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081498#M810971</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-30T06:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Max Extent Reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081499#M810972</link>
      <description>Thanks &lt;BR /&gt;&lt;BR /&gt;Thats worked &lt;BR /&gt;Great</description>
      <pubDate>Tue, 30 Sep 2003 06:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081499#M810972</guid>
      <dc:creator>grace white</dc:creator>
      <dc:date>2003-09-30T06:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max Extent Reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081500#M810973</link>
      <description>hi,&lt;BR /&gt;*&lt;BR /&gt;If you have Oracle 8i, you should start using LOCALLY MANAGED tablespaces.&lt;BR /&gt;*&lt;BR /&gt;With locally managed tablespaces and you teach yourself to never use&lt;BR /&gt;*&lt;BR /&gt;o initial&lt;BR /&gt;o next&lt;BR /&gt;o minextents&lt;BR /&gt;o maxextents&lt;BR /&gt;o pctincrease&lt;BR /&gt;*&lt;BR /&gt;A locally managed tablespace with uniform extents "de-facto" rule totally avoids fragmentation -- it is impossible to have fragmentation in these tablespaces.&lt;BR /&gt;*&lt;BR /&gt;Locally managed tablespaces are much faster at allocating and de-allocating extents - many order of magnitudes faster.&lt;BR /&gt;*&lt;BR /&gt;Locally managed tablespaces decrease contention on the data dictionary.&lt;BR /&gt;*&lt;BR /&gt;You will never have such problems again!&lt;BR /&gt;*&lt;BR /&gt;Best regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Sep 2003 07:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081500#M810973</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-09-30T07:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max Extent Reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081501#M810974</link>
      <description>Grace,&lt;BR /&gt;&lt;BR /&gt;if you want to know more about Locally managed tablespaces (LMT) you can check this previous thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=50515" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=50515&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 30 Sep 2003 07:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-extent-reached/m-p/3081501#M810974</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-09-30T07:51:58Z</dc:date>
    </item>
  </channel>
</rss>

