<?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: DB_FILES parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169810#M897124</link>
    <description>DB_FILES maxium value on HP-UX is the kernel parameter defining the max number of open files per process; maxfiles_lim&lt;BR /&gt;&lt;BR /&gt;You can see this setting on HP-UX by doing;&lt;BR /&gt;kmtune|grep maxfiles_lim&lt;BR /&gt;&lt;BR /&gt;The default for maxfiles_lim (and thus DB_FILES) is 1024, and the maximum value under HP-UX is 60000&lt;BR /&gt;&lt;BR /&gt;So DB_FILES max = 60000 (as long as maxfiles_lim is set to 60000)&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Jan 2004 11:14:16 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2004-01-21T11:14:16Z</dc:date>
    <item>
      <title>DB_FILES parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169808#M897122</link>
      <description>Hi,&lt;BR /&gt;I'm sure this will be an easy 10 points for some of you.  What's the limit for HP-UX and Oracle for this parameter?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 21 Jan 2004 10:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169808#M897122</guid>
      <dc:creator>Jeff Ohlhausen</dc:creator>
      <dc:date>2004-01-21T10:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: DB_FILES parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169809#M897123</link>
      <description>Quoted from Metalink:&lt;BR /&gt;&lt;BR /&gt;The default is 200, the lower limit is the current actual number of datafiles in the database, and the upper limit is whatever you specified in the MAXDATAFILES clause the last time CREATE DATABASE or CREATE CONTROLFILE was executed.&lt;BR /&gt;&lt;BR /&gt;You may now ask what is the upper limit for MAXDATAFILES. For Unix and Oracle 8 it was 65536 per db, for oracle 9/10 it is likely to be the same or higher. Note that within this there is a restriction of 1022 files per tablespace.&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Wed, 21 Jan 2004 11:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169809#M897123</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2004-01-21T11:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: DB_FILES parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169810#M897124</link>
      <description>DB_FILES maxium value on HP-UX is the kernel parameter defining the max number of open files per process; maxfiles_lim&lt;BR /&gt;&lt;BR /&gt;You can see this setting on HP-UX by doing;&lt;BR /&gt;kmtune|grep maxfiles_lim&lt;BR /&gt;&lt;BR /&gt;The default for maxfiles_lim (and thus DB_FILES) is 1024, and the maximum value under HP-UX is 60000&lt;BR /&gt;&lt;BR /&gt;So DB_FILES max = 60000 (as long as maxfiles_lim is set to 60000)&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jan 2004 11:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169810#M897124</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2004-01-21T11:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: DB_FILES parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169811#M897125</link>
      <description>OS dependant&lt;BR /&gt;MAXDATAFILES&lt;BR /&gt;&lt;BR /&gt;Table 1-4 Create Control File Parameters &lt;BR /&gt;Parameter  Default Value  Maximum Value  &lt;BR /&gt;MAXDATAFILES &lt;BR /&gt; 30 &lt;BR /&gt; 65534 &lt;BR /&gt; &lt;BR /&gt;MAXINSTANCES &lt;BR /&gt; 1 &lt;BR /&gt; 63 &lt;BR /&gt; &lt;BR /&gt;MAXLOGFILES &lt;BR /&gt; 16 &lt;BR /&gt; 255 &lt;BR /&gt; &lt;BR /&gt;MAXLOGHISTORY &lt;BR /&gt; 100 &lt;BR /&gt; 65534 &lt;BR /&gt; &lt;BR /&gt;MAXLOGMEMBERS &lt;BR /&gt; 2 &lt;BR /&gt; &lt;BR /&gt;Sorry for the formatting&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Jean-Luc&lt;BR /&gt;&lt;BR /&gt;PS : never been near the limit !&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jan 2004 11:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169811#M897125</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-01-21T11:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: DB_FILES parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169812#M897126</link>
      <description>I think the limit is 1024. But I 've also saw in some documents that the limit is 1022.</description>
      <pubDate>Wed, 21 Jan 2004 11:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-files-parameter/m-p/3169812#M897126</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2004-01-21T11:14:38Z</dc:date>
    </item>
  </channel>
</rss>

