Database Security Products (MOSC)

MOSC Banner

mutli-certificate in Wallet. How to specify which one to use?

edited Nov 9, 2016 6:38AM in Database Security Products (MOSC) 6 commentsAnswered ✓

Need clarify since I am new in the encrypted/secure in Oracle Wallet world

We have number of certificates are imported in oracle Wallet.  I was told, if we do not use wallet ( like if we use cURL ), the certificate you want to use

should be specify in the header .  But when I look up example on using Wallet, none of the example specify the certificate.  Am I missing anything

Here is the example code I look up

DECLARE

  HTTP_REQ UTL_HTTP.REQ;

  HTTP_RESP UTL_HTTP.RESP;

  URL_TEXT VARCHAR2(32767);

BEGIN

  DBMS_OUTPUT.ENABLE(1000000);

   UTL_HTTP.SET_WALLET('file:/u02/app/oracle/racdb/wallet', 'wallet_password');

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center