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

UTL_HTTP.set_wallet & Oracle Wallet & ORA-28759

From: Dejan Topalovic <detop_at_fly.srk.fer.hr>
Date: Wed, 12 Oct 2005 08:07:41 +0000 (UTC)
Message-ID: <slrndkph2d.l9n.detop@fly.srk.fer.hr>


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.

-- 
Dejan Topalovic "StRiPy"
Received on Wed Oct 12 2005 - 03:07:41 CDT

Original text of this message

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