Skip to content

Get_Wallet_Info_

Retrieves wallet information from the PLSQLAP_ENVIRONMENT_TAB table needed for HTTPS support.

NOTE: This is a protected method.

PROCEDURE Get_Wallet_Info_ (  
   ssl_wallet_path_      OUT  VARCHAR2,  
   ssl_wallet_password_  OUT  VARCHAR2 );

Parameters

ssl_wallet_path_
Value of the SSL_WALLET_PATH environment variable.

ssl_wallet_password_
Value of the SSL_WALLET_PASSWORD environment variable..

Example