<?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: Max db_files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362415#M797167</link>
    <description>I had solved the problem by creating a pfile using a spfile. &lt;BR /&gt;create &lt;PFILE path=""&gt; from &lt;SPFILE path=""&gt;&lt;BR /&gt;&lt;BR /&gt;I edited  the pfile(init&lt;SID&gt;.ora)and increased the max db_files size and rebooted the database. &lt;BR /&gt;This solved the problem&lt;/SID&gt;&lt;/SPFILE&gt;&lt;/PFILE&gt;</description>
    <pubDate>Sun, 22 Aug 2004 05:51:22 GMT</pubDate>
    <dc:creator>Kiran_27</dc:creator>
    <dc:date>2004-08-22T05:51:22Z</dc:date>
    <item>
      <title>Max db_files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362412#M797164</link>
      <description>How do I increase the max db_files parameter. &lt;BR /&gt;I tried editing the spfile but it is not working.</description>
      <pubDate>Sat, 21 Aug 2004 06:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362412#M797164</guid>
      <dc:creator>Kiran_27</dc:creator>
      <dc:date>2004-08-21T06:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Max db_files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362413#M797165</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hello Kiran,&lt;BR /&gt;&lt;BR /&gt;We are talkign Oracle here right? What version? What does 'not working' mean?&lt;BR /&gt;sqlplus "/ as sysdba"&lt;BR /&gt;... sql&amp;gt; show parameter db_files&lt;BR /&gt;change&lt;BR /&gt;shutdown&lt;BR /&gt;startup&lt;BR /&gt;sql&amp;gt; show parameter db_files&lt;BR /&gt;&lt;BR /&gt;From the Oracle Doc:&lt;BR /&gt;&lt;BR /&gt;"When starting an Oracle instance, the DB_FILES initialization parameter indicates the amount of SGA space to reserve for datafile information and thus, the maximum number of datafiles that can be created for the instance. This limit applies for the life of the instance. You can change the value of DB_FILES (by changing the initialization parameter setting), but the new value does not take effect until you shut down and restart the instance."&lt;BR /&gt;&lt;BR /&gt;The spfile is a 'newish' method to controll params like db_files on startup. This used to be initXXX.ora. Just google for spfile, or hit the Oracle online doc for furhter details on how to (not) use that file.&lt;BR /&gt;&lt;BR /&gt;Some potentially useful references below.&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oracle.com/pls/db92/db92.print_hit_summary?search_string=spfile" target="_blank"&gt;http://www.oracle.com/pls/db92/db92.print_hit_summary?search_string=spfile&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oracle.com/technology/documentation/oracle9i.html" target="_blank"&gt;http://www.oracle.com/technology/documentation/oracle9i.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oracledba.co.uk/tips/9i_spfile.htm" target="_blank"&gt;http://www.oracledba.co.uk/tips/9i_spfile.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:2200190221847" target="_blank"&gt;http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:2200190221847&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.praetoriate.com/oracle_tips_spfile.htm" target="_blank"&gt;http://www.praetoriate.com/oracle_tips_spfile.htm&lt;/A&gt;</description>
      <pubDate>Sat, 21 Aug 2004 12:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362413#M797165</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-08-21T12:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Max db_files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362414#M797166</link>
      <description>Hi Kiran&lt;BR /&gt;&lt;BR /&gt;Please find the enclosed attachment.&lt;BR /&gt;&lt;BR /&gt;Hari</description>
      <pubDate>Sat, 21 Aug 2004 13:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362414#M797166</guid>
      <dc:creator>Hari Kumar</dc:creator>
      <dc:date>2004-08-21T13:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Max db_files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362415#M797167</link>
      <description>I had solved the problem by creating a pfile using a spfile. &lt;BR /&gt;create &lt;PFILE path=""&gt; from &lt;SPFILE path=""&gt;&lt;BR /&gt;&lt;BR /&gt;I edited  the pfile(init&lt;SID&gt;.ora)and increased the max db_files size and rebooted the database. &lt;BR /&gt;This solved the problem&lt;/SID&gt;&lt;/SPFILE&gt;&lt;/PFILE&gt;</description>
      <pubDate>Sun, 22 Aug 2004 05:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362415#M797167</guid>
      <dc:creator>Kiran_27</dc:creator>
      <dc:date>2004-08-22T05:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Max db_files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362416#M797168</link>
      <description>Awesome article! Exactly what I was looking for - thanks!</description>
      <pubDate>Wed, 02 Nov 2005 10:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362416#M797168</guid>
      <dc:creator>Vince Laurent</dc:creator>
      <dc:date>2005-11-02T10:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Max db_files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362417#M797169</link>
      <description>I believe that the following should work:&lt;BR /&gt;&lt;BR /&gt;alter system set max_db_files = xxx scope=spfile;&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Wed, 02 Nov 2005 20:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-db-files/m-p/3362417#M797169</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2005-11-02T20:32:45Z</dc:date>
    </item>
  </channel>
</rss>

