<?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: nfile question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449696#M208609</link>
    <description>It's a 15TB database on a two-machine cluster of 64-way SD wih 80GB ram.&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Dec 2004 11:02:23 GMT</pubDate>
    <dc:creator>uvc</dc:creator>
    <dc:date>2004-12-23T11:02:23Z</dc:date>
    <item>
      <title>nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449692#M208605</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We're running oracle 9i RAC, with 800 parralel servers and 2000 Database files.&lt;BR /&gt;&lt;BR /&gt;Lately, we had a file table overflow.&lt;BR /&gt;Current nfile is 120000.&lt;BR /&gt;A simple calculation says that nfile should be about 1600000. However, I'm afraid that it is a very, very, large value that may cause performance problems, etc. &lt;BR /&gt;&lt;BR /&gt;What do you say? Does a value of 500000 sound reasonable?&lt;BR /&gt;&lt;BR /&gt;And another thing - Should I change other parameters accoardingly? (ninode etc?) And how?</description>
      <pubDate>Thu, 23 Dec 2004 08:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449692#M208605</guid>
      <dc:creator>uvc</dc:creator>
      <dc:date>2004-12-23T08:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449693#M208606</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One pertinant question: why do you have 2000 database files?? How many tablespaces???&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 23 Dec 2004 10:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449693#M208606</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-23T10:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449694#M208607</link>
      <description>we currently have about 1500 files and it will reach 2000 almost certainly. How many tablespaces? I don't know. a lot.</description>
      <pubDate>Thu, 23 Dec 2004 10:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449694#M208607</guid>
      <dc:creator>uvc</dc:creator>
      <dc:date>2004-12-23T10:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449695#M208608</link>
      <description>You may have a pretty big DB... As Eric seems to point out, 2GB limit is no more valid. I found a limit at 32GB and so I do not go further than 30GB. With 2000 files, you should go up to approximativelly 60TB...&lt;BR /&gt;&lt;BR /&gt;Regardless of this kind of things, you will have more performance problems with a too low nfile parameter than with a large one.&lt;BR /&gt;When nfile is too low, Oracle will spend time closing file to open others.&lt;BR /&gt;Increasing nfile will only grow file descriptors table (and use a little memory).&lt;BR /&gt;So, increasing nfile is preferable. But I don't know where is its limit... try 1600000. If you don't hit a limitation, it will be cool.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2004 10:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449695#M208608</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-23T10:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449696#M208609</link>
      <description>It's a 15TB database on a two-machine cluster of 64-way SD wih 80GB ram.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2004 11:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449696#M208609</guid>
      <dc:creator>uvc</dc:creator>
      <dc:date>2004-12-23T11:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449697#M208610</link>
      <description>My question was to try to understand why to have so much database files. As a rule, you should only use 2 tablespaces for each application module (Receivables, Payables, etc...): one for tables and the other for indexes. As Fred said with Oracle 9i, you limit is 32Gb...&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 23 Dec 2004 11:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449697#M208610</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-23T11:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449698#M208611</link>
      <description>I don't know. Big data warehouse. DBAs decided so...</description>
      <pubDate>Thu, 23 Dec 2004 11:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449698#M208611</guid>
      <dc:creator>uvc</dc:creator>
      <dc:date>2004-12-23T11:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449699#M208612</link>
      <description>DBA's are very conservatives : They often have good old rules they apply since Oracle 6 :) Now you can engage a debate with them on "why do we use so much little 2GB files ?".&lt;BR /&gt;&lt;BR /&gt;For an instant resolution, increase nfile... or maybe maxfiles. What is your maxfiles setting ? What about max_files_lim ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2004 11:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449699#M208612</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-23T11:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449700#M208613</link>
      <description>uvc,&lt;BR /&gt;&lt;BR /&gt;if you have only 1500 files in oracle what do you need 1600000 files for?&lt;BR /&gt;Are you sure we talk about nfile and not about the maximum number of database files in the oracle config file?&lt;BR /&gt;&lt;BR /&gt;just a thought,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2004 11:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449700#M208613</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-12-23T11:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449701#M208614</link>
      <description>The datafiles are 10GB mostly.&lt;BR /&gt;The nfiles are needed because we have 800 parralel oracle servers, each one potentially able to open all 2000 datafiles at the same time.&lt;BR /&gt;though this is not probable, we already passed our current 120000 nfile.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2004 12:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449701#M208614</guid>
      <dc:creator>uvc</dc:creator>
      <dc:date>2004-12-23T12:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449702#M208615</link>
      <description>nfile is not constrained as to an upper limit (maybe 2 billion) and I have personally seen nfile = 1.5 million on a very poorly designed application--but it works fine. If you need 160K files, set nfile to 200K or maybe 300K and monitor. You don't need to change ninode at all except to remove the formula (it's obsolete) and set ninode to 2000 to a max of 4000. You'll need to monitor nproc to make sure you don't run out of process table entries.</description>
      <pubDate>Thu, 23 Dec 2004 22:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3449702#M208615</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-23T22:13:30Z</dc:date>
    </item>
  </channel>
</rss>

