- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Oracle DB hang up
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
09-26-2002 12:00 AM
09-26-2002 12:00 AM
Oracle DB hang up
Last night we perform some test on our Oracle DB 8.1.7 on RedHat linux 7.0 throught some application running on Windows 2000 with oracle client.
This morning we discover that the database is hangup and the following error is shown in /var/log/messages
Sep 26 07:30:00 oradb1 kernel: Unable to load interpreter /lib/ld-linux.so.2
Does anyone know about this ?
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 12:31 AM
09-26-2002 12:31 AM
Re: Oracle DB hang up
Do this.
echo 36000 > /proc/sys/fs/file-max
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 06:13 AM
09-26-2002 06:13 AM
Re: Oracle DB hang up
You need to find out which process has taken all the available memory.
If you can get ps or top to run you should be able to pinpoint the process using the most memory. If not, try getting users to log off (one at a time if possible) until you can.
Hope this helps.
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 01:24 AM
10-02-2002 01:24 AM
Re: Oracle DB hang up
Here is my problem.
I have 2 Gigs tablespace. When I want to make 6 Gigs tablespace, it was said that the OS have maz filesize of 2 gigs.
How to make the OS filesize to 6 gigs ?
I use RedHat62.
rgrds,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 07:52 PM
10-02-2002 07:52 PM
Re: Oracle DB hang up
Christyna , please see my previous post , DO the same to increase the OS file size.
regards,
U.SivaKumar