Accessing Non secured website from within database using utl_http package fails with 'ORA-12535: TNS:operation timed out'
(Doc ID 2462431.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 11.1.0.6 to 18.1.0.0.0 [Release 11.1 to 18]Information in this document applies to any platform.
Symptoms
Accessing non secured website from within database fails with below error
SQL> SELECT utl_http.request('http://<url>') response FROM dual;
*
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1720
ORA-12535: TNS:operation timed out
ORA-06512: at line 1
Changes
NA
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |