- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: File table overflow
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
05-02-2005 08:35 PM
05-02-2005 08:35 PM
File table overflow
During a batch process we got the following error:
40602 PR_CALC_SINSC 1
ORA-12801: error signaled in parallel query server P007
ORA-01116: error in opening database file 24
ORA-01110: data file 24: '/data/NTTPR1/u01/medium_t_02.dbf'
ORA-27041: unable to open file
HP-UX Error: 23: File table overflow
Additional information: 3
Anybody please suggest any corrective methods.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:42 PM
05-02-2005 08:42 PM
Re: File table overflow
you have reached the maximum limit for the number of files that can be opened at a time, which is controlled by the kernel parameter, NFILE.
You have to increase this parameter to avoid getting this error in the future.
You can use SAM to modify this parameter and you require a reboot after the parameter is modified.
With best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:46 PM
05-02-2005 08:46 PM
Re: File table overflow
Is there any guidelines to calculate the modifed nfile value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:48 PM
05-02-2005 08:48 PM
Re: File table overflow
which Oracle DB version and HP-UX version r u using?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:53 PM
05-02-2005 08:53 PM
Re: File table overflow
The foolproof document is the man page!!!
Please have a look at this.
http://docs.hp.com/en/B2355-60103/nfile.5.html
Regards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 04:01 AM
05-04-2005 04:01 AM
Re: File table overflow
You can check the current parameter usage using:
sar -v