<?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: Unable to create initial segment error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-initial-segment-error/m-p/2780697#M832858</link>
    <description>Are you specifying a very large size for the initial extent of the table?  Since this action needs a piece of contiguous space in the tablespace for allocating the initial extent, you might need to either:&lt;BR /&gt;&lt;BR /&gt;1) reduce the size of the initial extent of the table, or&lt;BR /&gt;2) add a new datafile to the tablespace that can provide the contiguous space as definded for the table, or&lt;BR /&gt;3) perform a tablespace reorg to free-up or defragment the space.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kenneth</description>
    <pubDate>Tue, 06 Aug 2002 15:31:45 GMT</pubDate>
    <dc:creator>Kenneth_19</dc:creator>
    <dc:date>2002-08-06T15:31:45Z</dc:date>
    <item>
      <title>Unable to create initial segment error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-initial-segment-error/m-p/2780696#M832857</link>
      <description>Hello dudes,&lt;BR /&gt;&lt;BR /&gt;I'm facing a strange error with Oracle 8i when trying to perform an alter command.&lt;BR /&gt;Just to give you some details, datafiles tablespace have a lot of free space, table is little (1024k) but when I try &lt;BR /&gt;&lt;BR /&gt;ALTER TABLE ---- ADD( UNIQUE  (FIELDNAME));&lt;BR /&gt;&lt;BR /&gt;it is retourned this error:&lt;BR /&gt;&lt;BR /&gt;unable to create initial extents for segment in tablespace 'tablespacename'&lt;BR /&gt;&lt;BR /&gt;Oracle manual reports as a solution to use another tablespace bigger, but this is not a matter of free space.&lt;BR /&gt;&lt;BR /&gt;have you some insights on it?&lt;BR /&gt;&lt;BR /&gt;Thanks already</description>
      <pubDate>Tue, 06 Aug 2002 15:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-initial-segment-error/m-p/2780696#M832857</guid>
      <dc:creator>BGiulio</dc:creator>
      <dc:date>2002-08-06T15:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create initial segment error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-initial-segment-error/m-p/2780697#M832858</link>
      <description>Are you specifying a very large size for the initial extent of the table?  Since this action needs a piece of contiguous space in the tablespace for allocating the initial extent, you might need to either:&lt;BR /&gt;&lt;BR /&gt;1) reduce the size of the initial extent of the table, or&lt;BR /&gt;2) add a new datafile to the tablespace that can provide the contiguous space as definded for the table, or&lt;BR /&gt;3) perform a tablespace reorg to free-up or defragment the space.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kenneth</description>
      <pubDate>Tue, 06 Aug 2002 15:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-initial-segment-error/m-p/2780697#M832858</guid>
      <dc:creator>Kenneth_19</dc:creator>
      <dc:date>2002-08-06T15:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create initial segment error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-initial-segment-error/m-p/2780698#M832859</link>
      <description>Run this from sqlplus:&lt;BR /&gt;&lt;BR /&gt;select max(bytes) from dba_free_space where tablespace_name = '&lt;TABLESPACE_NAME&gt;';&lt;BR /&gt;&lt;BR /&gt;This will tell you the maximum size for the extent that you are looking for.  &lt;BR /&gt;&lt;BR /&gt;Brian&lt;/TABLESPACE_NAME&gt;</description>
      <pubDate>Tue, 06 Aug 2002 19:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-initial-segment-error/m-p/2780698#M832859</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-08-06T19:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create initial segment error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-initial-segment-error/m-p/2780699#M832860</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try Specifying a "USING INDEX STORAGE" clause as part of the ALTER TABLE. &lt;BR /&gt; &lt;BR /&gt;1. If the index has to be in the same tablespace as the table, define the&lt;BR /&gt;   storage values as follows : &lt;BR /&gt; &lt;BR /&gt;alter table tab_name add(unique(col_name)    USING INDEX STORAGE (initial nK next nK)); &lt;BR /&gt;  &lt;BR /&gt;2. If the index needs to be in a different tablespace than the table, specify the storage values as follows : &lt;BR /&gt; &lt;BR /&gt;alter table tab_name add(unique(col_name)    USING INDEX TABLESPACE tabsp_name STORAGE (initial nK next nK)); &lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Kawah</description>
      <pubDate>Wed, 07 Aug 2002 16:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-initial-segment-error/m-p/2780699#M832860</guid>
      <dc:creator>Kawah Cheung</dc:creator>
      <dc:date>2002-08-07T16:53:05Z</dc:date>
    </item>
  </channel>
</rss>

