Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-29276: transfer timeout exception in PL/SQL

578676May 21 2007
Hi There,
I need a urgent help, I am invoking a report using UTL_HTTP package, this report is a 4-5 MB report, however before this report could get downloaded, i got following execption.

ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1665
ORA-29259: end-of-input reached
ORA-06512: at line 13

Earlier i was getting

ORA-06512: at "SYS.UTL_HTTP", line 1665
ORA-29276: transfer timeout
ORA-06512: at line 1

which i was able to counter by using

utl_http.set_transfer_timeout(6000) function.

Any help in this regards is welcome..

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2007
Added on May 21 2007
0 comments
3,018 views