- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP/Oracle error
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-14-2001 09:38 AM
09-14-2001 09:38 AM
HP/Oracle error
I'm on a HP9000 K-460 with 4 processors and 1 gig of memory. I'm on a 11.00 operating system.
Recommendation from Oracle support:
In each of these occurances you have the same error stack, as follows:
TNS-12547: TNS:lost contact <-- Oracle's presentation of the error at high level.
TNS-12560: TNS:protocol adapter error <-- Next level down of the error (protocol adapter error)
TNS-00517: Lost contact <-- Lowest Oracle level. lost contact. Why? Because of the next error.
HPUX Error: 32: Broken pipe <----This is the actual error. It is an error that is comming from the HPUX level.
The HPUX error 32 is not an oracle error. This is an HP error.
If the listener is up for a long running time and then this error occurs with no changes in the Oracle configuration, then I would strongly recommend that you speak with HP on this error and see if they can isolate the nature of the problem with you. You will also want to examine the error logs on your OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:50 AM
09-14-2001 09:50 AM
Re: HP/Oracle error
Broken Pipe = Error 32 = signal EPIPE.
This results when a process writes to a FIFO but there is no process has that FIFO open for reading.
1. Check if your network configuration is ok.
2. Check if you are running short of system resources like Shared memory kernel parameters, memory and swap etc.,
If nothing works, relink the oracle executables. It doesn't make sense, but it worked before.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 01:00 AM
09-20-2001 01:00 AM
Re: HP/Oracle error
your problem looks like a timeout on your network connection port or your listener process is just blocked by shortage of resources. Try to increase the number of semaphores in the kernel, parameter is nsem.
The other approach is to tune up your network, to make it faster.
How heavy is the load of your machine?
Try to restart the listener regularly and
nice the listener process.
By
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 01:08 AM
09-20-2001 01:08 AM
Re: HP/Oracle error
What is the version of your Listener?
The 8.0.x listener on HP-UX has a memory leak that makes it hang and thus can't direct incoming calls to their port/localtion.
If this is the case:
Either upgrade to a 8i Listener or as I do; bounce the listener process weekly.
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 01:09 AM
09-20-2001 01:09 AM
Re: HP/Oracle error
Could you send some more details ?
Which Oracle version is it ?
That would help.
Rgds
Alexander M. Ermes