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 -> ORA-12541: TNS:no listener when using utl_http.request

ORA-12541: TNS:no listener when using utl_http.request

From: amacy <adam_at_macyent.com>
Date: 25 Oct 2006 09:45:41 -0700
Message-ID: <1161794741.211702.189860@e3g2000cwe.googlegroups.com>


I am trying to execute the simple command which returns the contents of a URL:

utl_http.request('https://server.domainname.com/test.htm', '', 'file:C:\OracleWallet', 'WalletPwd');

and when I execute it I always get "ORA-12541: TNS:no listener" as an error. This occurs if I use https:// or http://.

Any ideas would be much appreciated! Received on Wed Oct 25 2006 - 11:45:41 CDT

Original text of this message

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