<?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: tablespace fragmentation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152317#M901014</link>
    <description>Consider why do it before doing it.&lt;BR /&gt;Take a look at the following papers:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.com/deploy/availability/pdf/defrag.pdf" target="_blank"&gt;http://otn.oracle.com/deploy/availability/pdf/defrag.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.com/deploy/availability/pdf/oow2000_same.pdf" target="_blank"&gt;http://otn.oracle.com/deploy/availability/pdf/oow2000_same.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Defragment is not necessary as most people think.</description>
    <pubDate>Fri, 26 Dec 2003 03:11:03 GMT</pubDate>
    <dc:creator>zhuchao</dc:creator>
    <dc:date>2003-12-26T03:11:03Z</dc:date>
    <item>
      <title>tablespace fragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152313#M901010</link>
      <description>hello:&lt;BR /&gt;&lt;BR /&gt;    When I query dba_free_space to check bytes column, and I get&lt;BR /&gt;TABLESPACE_NAME           BYTES&lt;BR /&gt;-------------------- ----------&lt;BR /&gt;SYSTEM                    57344&lt;BR /&gt;SYSTEM                    32768&lt;BR /&gt;SYSTEM                  9854976&lt;BR /&gt;SYSTEM                 52420608&lt;BR /&gt;TEMP                     122880&lt;BR /&gt;TEMP                     122880&lt;BR /&gt;TEMP                    1843200&lt;BR /&gt;RBS1                    1040384&lt;BR /&gt;TOOLS                   1040384&lt;BR /&gt;OPC_TEMP                1024000&lt;BR /&gt;OPC_TEMP                1064960&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and then I change the sql statement, &lt;BR /&gt;select tablespace_name,count(bytes) &lt;BR /&gt;from dba_free_spaces&lt;BR /&gt;group by tablespace_name&lt;BR /&gt;&lt;BR /&gt;here the resultTABLESPACE_NAME                COUNT(BYTES)&lt;BR /&gt;------------------------------ ------------&lt;BR /&gt;OPC_1                                     1&lt;BR /&gt;OPC_10                                    1&lt;BR /&gt;OPC_2                                     1&lt;BR /&gt;OPC_3                                     1&lt;BR /&gt;OPC_4                                     1&lt;BR /&gt;OPC_5                                     1&lt;BR /&gt;OPC_6                                     1&lt;BR /&gt;OPC_7                                     1&lt;BR /&gt;OPC_8                                     1&lt;BR /&gt;OPC_9                                     1&lt;BR /&gt;OPC_INDEX1                                1&lt;BR /&gt;&lt;BR /&gt;TABLESPACE_NAME                COUNT(BYTES)&lt;BR /&gt;------------------------------ ------------&lt;BR /&gt;OPC_INDEX2                                1&lt;BR /&gt;OPC_INDEX3                                1&lt;BR /&gt;OPC_TEMP                                  2&lt;BR /&gt;RBS1                                      1&lt;BR /&gt;SYSTEM                                    4&lt;BR /&gt;TEMP                                      3&lt;BR /&gt;TOOLS                                     1&lt;BR /&gt;&lt;BR /&gt;system ,temp,opc_temp got a value more than one, and metalink user says that it means tablespace get fragmentation.I am wondering why it is, and what is tablespace fragmentation&lt;BR /&gt;? I have an idea about "table fragmentation", but for tablespace, I really don't know.If you know about this , please give me some hints. &lt;BR /&gt;Thank you!!&lt;BR /&gt;&lt;BR /&gt;steven chang&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Dec 2003 23:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152313#M901010</guid>
      <dc:creator>steven chang_1</dc:creator>
      <dc:date>2003-12-24T23:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: tablespace fragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152314#M901011</link>
      <description>Oracle tables get fragmented over time, depending on how much writing and re-arranging gets done.&lt;BR /&gt;&lt;BR /&gt;Every 3-6 months our DBA takes the databases offline and defragments them.&lt;BR /&gt;&lt;BR /&gt;I personally have no idea what the procedure is though. That should be found by searching for defragment on metalink.oracle.com or technet.oracle.com&lt;BR /&gt;&lt;BR /&gt;If you celebrate the holidays I hope they are good to you.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Dec 2003 23:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152314#M901011</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-24T23:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: tablespace fragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152315#M901012</link>
      <description>here is the sql statement to tell if any tablespaces need defragmentation&lt;BR /&gt;&lt;BR /&gt;steven chang</description>
      <pubDate>Thu, 25 Dec 2003 01:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152315#M901012</guid>
      <dc:creator>steven chang_1</dc:creator>
      <dc:date>2003-12-25T01:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: tablespace fragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152316#M901013</link>
      <description>Merry Christmas Steven!&lt;BR /&gt;&lt;BR /&gt;Start using Locally managed tablespaces (except for system tablespaces if before 9i) and say goodbye to fragmentation problem.&lt;BR /&gt;&lt;BR /&gt;if you need further help, let us know&lt;BR /&gt;&lt;BR /&gt;ho ho ho&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Thu, 25 Dec 2003 02:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152316#M901013</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-12-25T02:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: tablespace fragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152317#M901014</link>
      <description>Consider why do it before doing it.&lt;BR /&gt;Take a look at the following papers:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.com/deploy/availability/pdf/defrag.pdf" target="_blank"&gt;http://otn.oracle.com/deploy/availability/pdf/defrag.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.com/deploy/availability/pdf/oow2000_same.pdf" target="_blank"&gt;http://otn.oracle.com/deploy/availability/pdf/oow2000_same.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Defragment is not necessary as most people think.</description>
      <pubDate>Fri, 26 Dec 2003 03:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152317#M901014</guid>
      <dc:creator>zhuchao</dc:creator>
      <dc:date>2003-12-26T03:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: tablespace fragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152318#M901015</link>
      <description>All about Oracle database fragmentation in&lt;BR /&gt;&lt;A href="http://www.orapub.com/cgi/genesis.cgi?p1=sub&amp;amp;p2=abs121" target="_blank"&gt;http://www.orapub.com/cgi/genesis.cgi?p1=sub&amp;amp;p2=abs121&lt;/A&gt;&lt;BR /&gt;Tablespace freespace fragmentation is not a big issue. Check for row fragmentation.</description>
      <pubDate>Fri, 26 Dec 2003 07:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-fragmentation/m-p/3152318#M901015</guid>
      <dc:creator>Jan Notredame</dc:creator>
      <dc:date>2003-12-26T07:04:49Z</dc:date>
    </item>
  </channel>
</rss>

