Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Need OWS help: util_http.request error

Need OWS help: util_http.request error

From: Richard Tien Chen <richard_at_lastminutetravel.com>
Date: Fri, 28 May 1999 11:32:21 -0400
Message-ID: <374EB705.24A5AC5B@lastminutetravel.com>


Problem: utl_http.request( ) function can not take Security Socket Layer (SSL) url as input paramenter.

If I passing a normal such as the example below. SQL>SELECT utl_http.request('http://www.oracle.com/') FROM dual; The above line execute without problem.

However, passing SSL url will not work. Is there any solution?

SQL>SELECT utl_http.request('https://209.118.78.60/') FROM dual;

ERROR:

ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "SYS.UTL_HTTP", line 152
ORA-06512: at line 1



Thanks

Richard Tien Chen


Received on Fri May 28 1999 - 10:32:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US