ORA-29276: transfer timeout exception in PL/SQL
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