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

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

From: Steve Howard <stevedhoward_at_gmail.com>
Date: 26 Oct 2006 09:21:19 -0700
Message-ID: <1161879679.697336.322170@h48g2000cwc.googlegroups.com>

amacy wrote:
> 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!

Hi,

Is you database server behind a firewall and cannot connect to the Internet (or on whatever network the destination host lives)?

HTH, Steve Received on Thu Oct 26 2006 - 11:21:19 CDT

Original text of this message

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