<?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: increase database size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069653#M904809</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When your customer says increase the database, they have to be more specific.&lt;BR /&gt;&lt;BR /&gt;What is it they wanted to eb increased.&lt;BR /&gt;&lt;BR /&gt;1. Is it a tablespace (datafile) to be increased. If so then you have to verify the following before you increase the datafile. &lt;BR /&gt;1.1 Check for available disk space.&lt;BR /&gt;1.2 Check the current size of the datafile. If you datafile is colse to 2 GB, then verify if your file system is defined for largefiles (&amp;gt; 2GB). &lt;BR /&gt;1.3 Then you can increase your datafile as&lt;BR /&gt;&lt;BR /&gt;Alter database datafile '&lt;NAME of="" datafile="" with="" path=""&gt;' resize ???M;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;you can add a datafile to an existing tablespace as&lt;BR /&gt;&lt;BR /&gt;Alter tablespace &lt;NAME&gt; add datafile '&lt;NAME of="" new="" datafile="" with="" path=""&gt;' size ??M;&lt;BR /&gt;&lt;BR /&gt;2. IF it was not to do with increasing the datafile size then may be increasing the storage parameters of a tablespace like (extent size (next) or maximum number of extents (maxextents).&lt;BR /&gt;This can be done by &lt;BR /&gt;Alter tablespace &lt;NAME&gt; storage (next ??M maxextents 10240000);&lt;BR /&gt;&lt;BR /&gt;3. If it is not the above two then may be adding a new redo log file or group.&lt;BR /&gt;&lt;BR /&gt;4. It could be increasing the storage parameters of a particular table /index. This can be done as&lt;BR /&gt;Alter table &lt;NAME&gt; storage (next ??M maxextents 10240000);&lt;BR /&gt;&lt;BR /&gt;So find out what exactly is required and then apply the appropriate option.&lt;BR /&gt;&lt;BR /&gt;IA&lt;BR /&gt;&lt;/NAME&gt;&lt;/NAME&gt;&lt;/NAME&gt;&lt;/NAME&gt;&lt;/NAME&gt;</description>
    <pubDate>Sun, 14 Sep 2003 23:59:39 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2003-09-14T23:59:39Z</dc:date>
    <item>
      <title>increase database size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069647#M904803</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My customer asks me to increase the size of a oracle database. How can i do this? Increase the tablespace which holds the data?</description>
      <pubDate>Fri, 12 Sep 2003 10:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069647#M904803</guid>
      <dc:creator>Pieter_5</dc:creator>
      <dc:date>2003-09-12T10:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: increase database size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069648#M904804</link>
      <description>You can either increase a datafile size or add new datafile to the tablespace.&lt;BR /&gt;&lt;BR /&gt;Check for large file options if your datafile is to exceed 2Gb&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;ALTER TABLESPACE USER_DATA&lt;BR /&gt;   ADD DATAFILE 'filename1' SIZE 200M;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;JL&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 10:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069648#M904804</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-09-12T10:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: increase database size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069649#M904805</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tahiti.oracle.com/" target="_blank"&gt;http://tahiti.oracle.com/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Select what you want and search &lt;BR /&gt;&lt;BR /&gt;You do need to register for this one but it is good &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is a good oracle site for documentation then you can see for yourself&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                 Steve STeel</description>
      <pubDate>Fri, 12 Sep 2003 10:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069649#M904805</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-09-12T10:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: increase database size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069650#M904806</link>
      <description>I think the most appropriate course of action would be to ask your customer what they mean.  This could be anything from increasing a tablespace to adding disk capacity.  I think you need to narrow down the scope of the question.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 10:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069650#M904806</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-12T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: increase database size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069651#M904807</link>
      <description>To resize a datafile using the alter tablespace command similar to  the following:        &lt;BR /&gt;SQL&amp;gt; alter tablespace ABC datafile '/u00/oradata/ABC01.dbf' resize 800M;  &lt;BR /&gt;Or adding a datafile to a tablespace:&lt;BR /&gt;SQL&amp;gt; alter tablespace ABC add datafile '/u00/oradata/ABC02.dbf'         size 300M autoextend off REUSE;</description>
      <pubDate>Fri, 12 Sep 2003 10:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069651#M904807</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-09-12T10:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: increase database size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069652#M904808</link>
      <description>Increase Database size?&lt;BR /&gt;There are two things.&lt;BR /&gt;&lt;BR /&gt;Incearse Memory?&lt;BR /&gt;or&lt;BR /&gt;Increase Datafiles space?&lt;BR /&gt;&lt;BR /&gt;What you want to do increase?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GSM</description>
      <pubDate>Fri, 12 Sep 2003 12:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069652#M904808</guid>
      <dc:creator>Ghulam Shabir Mallah_1</dc:creator>
      <dc:date>2003-09-12T12:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: increase database size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069653#M904809</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When your customer says increase the database, they have to be more specific.&lt;BR /&gt;&lt;BR /&gt;What is it they wanted to eb increased.&lt;BR /&gt;&lt;BR /&gt;1. Is it a tablespace (datafile) to be increased. If so then you have to verify the following before you increase the datafile. &lt;BR /&gt;1.1 Check for available disk space.&lt;BR /&gt;1.2 Check the current size of the datafile. If you datafile is colse to 2 GB, then verify if your file system is defined for largefiles (&amp;gt; 2GB). &lt;BR /&gt;1.3 Then you can increase your datafile as&lt;BR /&gt;&lt;BR /&gt;Alter database datafile '&lt;NAME of="" datafile="" with="" path=""&gt;' resize ???M;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;you can add a datafile to an existing tablespace as&lt;BR /&gt;&lt;BR /&gt;Alter tablespace &lt;NAME&gt; add datafile '&lt;NAME of="" new="" datafile="" with="" path=""&gt;' size ??M;&lt;BR /&gt;&lt;BR /&gt;2. IF it was not to do with increasing the datafile size then may be increasing the storage parameters of a tablespace like (extent size (next) or maximum number of extents (maxextents).&lt;BR /&gt;This can be done by &lt;BR /&gt;Alter tablespace &lt;NAME&gt; storage (next ??M maxextents 10240000);&lt;BR /&gt;&lt;BR /&gt;3. If it is not the above two then may be adding a new redo log file or group.&lt;BR /&gt;&lt;BR /&gt;4. It could be increasing the storage parameters of a particular table /index. This can be done as&lt;BR /&gt;Alter table &lt;NAME&gt; storage (next ??M maxextents 10240000);&lt;BR /&gt;&lt;BR /&gt;So find out what exactly is required and then apply the appropriate option.&lt;BR /&gt;&lt;BR /&gt;IA&lt;BR /&gt;&lt;/NAME&gt;&lt;/NAME&gt;&lt;/NAME&gt;&lt;/NAME&gt;&lt;/NAME&gt;</description>
      <pubDate>Sun, 14 Sep 2003 23:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069653#M904809</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-09-14T23:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: increase database size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069654#M904810</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;If you are using Locally managed tablespaces (LMT), you should not be really concerned about "increasing the database size".&lt;BR /&gt;&lt;BR /&gt;With the LMT and uniform extent sizes -- every extent will be exactly the same size. On top of that, configure your tablespace datafiles to autoextend to a defined MAXSIZE. &lt;BR /&gt;&lt;BR /&gt;Hence, the size of the database should not be an issue (but available disk space on the system will be one!)&lt;BR /&gt;&lt;BR /&gt;Maybe you are anticipating a growth in the number of users, processing, etc...&lt;BR /&gt;&lt;BR /&gt;... then the appropriate action should be taken in reviewing the size of the SGA, rollback segments and temporary tablespace amongst others...&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Mon, 15 Sep 2003 03:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-database-size/m-p/3069654#M904810</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-09-15T03:01:40Z</dc:date>
    </item>
  </channel>
</rss>

