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: UTL_HTTP.set_wallet & Oracle Wallet & ORA-28759

Re: UTL_HTTP.set_wallet & Oracle Wallet & ORA-28759

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Wed, 12 Oct 2005 21:29:16 +0200
Message-ID: <dijnm7$ptk$2@news1.zwoll1.ov.home.nl>


Dejan Topalovic wrote:
> Hi to all!
>
> I am trying to connect over https using UTL_HTTP Package, but
> unsuccessful... It throws up this ORA error:
>
> ORA-28759: failure to open file
>
> Code snip:
> ...
> UTL_HTTP.set_wallet('file:/home/oracle/wallets','oraw4lL3t');
> ...
>
> sqlnet.ora contains following entry:
>
> WALLET_LOCATION =
> (SOURCE =
> (METHOD = FILE)
> (METHOD_DATA = (DIRECTORY = /home/oracle/wallets))
> )
>
> Database is 10g on IBM AIX.
>
> What coul'd be the reason for this error and how can I resolve this problem?
>
> All help appreciated.
>

http://www.oreillynet.com/cs/user/view/cs_msg/26880

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Wed Oct 12 2005 - 14:29:16 CDT

Original text of this message

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