- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nfile question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:57 AM
12-23-2004 12:57 AM
nfile question
We're running oracle 9i RAC, with 800 parralel servers and 2000 Database files.
Lately, we had a file table overflow.
Current nfile is 120000.
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.
What do you say? Does a value of 500000 sound reasonable?
And another thing - Should I change other parameters accoardingly? (ninode etc?) And how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 02:41 AM
12-23-2004 02:41 AM
Re: nfile question
One pertinant question: why do you have 2000 database files?? How many tablespaces???
Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 02:59 AM
12-23-2004 02:59 AM
Re: nfile question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 02:59 AM
12-23-2004 02:59 AM
Re: nfile question
Regardless of this kind of things, you will have more performance problems with a too low nfile parameter than with a large one.
When nfile is too low, Oracle will spend time closing file to open others.
Increasing nfile will only grow file descriptors table (and use a little memory).
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.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:02 AM
12-23-2004 03:02 AM
Re: nfile question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:11 AM
12-23-2004 03:11 AM
Re: nfile question
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:13 AM
12-23-2004 03:13 AM
Re: nfile question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:25 AM
12-23-2004 03:25 AM
Re: nfile question
For an instant resolution, increase nfile... or maybe maxfiles. What is your maxfiles setting ? What about max_files_lim ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:47 AM
12-23-2004 03:47 AM
Re: nfile question
if you have only 1500 files in oracle what do you need 1600000 files for?
Are you sure we talk about nfile and not about the maximum number of database files in the oracle config file?
just a thought,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 04:01 AM
12-23-2004 04:01 AM
Re: nfile question
The nfiles are needed because we have 800 parralel oracle servers, each one potentially able to open all 2000 datafiles at the same time.
though this is not probable, we already passed our current 120000 nfile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 02:13 PM
12-23-2004 02:13 PM
Re: nfile question
Bill Hassell, sysadmin