ora-29276 transfer timeout [message #77145] |
Fri, 24 September 2004 08:06 |
claudia
Messages: 3 Registered: September 2000
|
Junior Member |
|
|
Hi,
how can i avoid ORACLE returning this error:
ora-29276 transfer timeout
without displaying the result, within a pl/sql web application?
Thank to everybody who will help in any way
Claudia
|
|
|
Re: ora-29276 transfer timeout [message #77150 is a reply to message #77145] |
Tue, 28 September 2004 02:07 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
This is due to external factors like network response times, server repsonse, etc:
29276, 00000, "transfer timeout"
// *Cause: Timeout occurred while reading from or writing to a network
// connection.
// *Action: Check the remote server or the network to ensure that it responds
// within the timeout limit. Or increase the timeout value.
Best regards.
Frank
|
|
|