- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle Problem
Operating System - HP-UX
1820238
Members
2484
Online
109620
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО08-22-2002 12:26 AM
тАО08-22-2002 12:26 AM
Oracle Problem
Hello guys,
I was find the follow error on my server:
alter database open resetlog
> *
> ORA-02288: invalid OPEN mode
> SVRMGR> alter database open resetlogs;
> alter database open resetlogs
> *
> ORA-00344: unable to re-create online log
> '/IDX01/oradata/RTS/redo_g1m1.log'
> ORA-27077: skgfofi: too many files open
> SVRMGR>
Can somebody help me
Manuel
I was find the follow error on my server:
alter database open resetlog
> *
> ORA-02288: invalid OPEN mode
> SVRMGR> alter database open resetlogs;
> alter database open resetlogs
> *
> ORA-00344: unable to re-create online log
> '/IDX01/oradata/RTS/redo_g1m1.log'
> ORA-27077: skgfofi: too many files open
> SVRMGR>
Can somebody help me
Manuel
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2002 12:35 AM
тАО08-22-2002 12:35 AM
Re: Oracle Problem
At http://storacle.princeton.edu:9001/oracle8-doc/server.805/a58312/newch294.htm i read:
ORA-27077: skgfofi: too many files open
Cause: This is an internal error. The number of files opened through skgfofi has reached the limit.
Action: Look for trace file, and contact Oracle Support
Hmmm.. can you look if the OS has reached full file table as well? -> /var/adm/syslog/syslog.log : file table full ... or something like it..
If not.. there should be an Oracle internal variable keeping track of max files open...
But as far as i can see (i.e. http://www.oaug.org/upgdsig/PrePostInstallationUpgradeChecklistHP-UX.htm the Oracle SGA kernel uses nproc, nfile, nflocks, maxusers and maxdsiz from the OS?!
Regards,
Ceesjan
ORA-27077: skgfofi: too many files open
Cause: This is an internal error. The number of files opened through skgfofi has reached the limit.
Action: Look for trace file, and contact Oracle Support
Hmmm.. can you look if the OS has reached full file table as well? -> /var/adm/syslog/syslog.log : file table full ... or something like it..
If not.. there should be an Oracle internal variable keeping track of max files open...
But as far as i can see (i.e. http://www.oaug.org/upgdsig/PrePostInstallationUpgradeChecklistHP-UX.htm the Oracle SGA kernel uses nproc, nfile, nflocks, maxusers and maxdsiz from the OS?!
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2002 12:40 AM
тАО08-22-2002 12:40 AM
Re: Oracle Problem
I think the number of open files limit is reached.
Just check using
#ulimit -aS
To find the value of number o f open files limit.
you can increase it by using
/usr/bin/ulimit -Sn 1000
This will increase the maxfiles to 1000.
Also you can do this using the kernel by increasing the parameter
maxfiles ---->This is the soft limit for open files
maxfiles_lim--->This is the hard limit for the open files.
Thanks
Just check using
#ulimit -aS
To find the value of number o f open files limit.
you can increase it by using
/usr/bin/ulimit -Sn 1000
This will increase the maxfiles to 1000.
Also you can do this using the kernel by increasing the parameter
maxfiles ---->This is the soft limit for open files
maxfiles_lim--->This is the hard limit for the open files.
Thanks
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP