WALLETPATH

On Essbase independent deployments, the WALLETPATH configuration setting enables you to specify the path to the Oracle Wallet to enable secure (TLS/SSL) communication for application server and client.

Syntax

WALLETPATH path

Where path is a fully-qualified path that contains less than 1,024 characters.

The default path is <Essbase Config Path>/walletssl.

To ensure that the configuration is consistent across all nodes of the WebLogic cluster on which Essbase is deployed, set the wallet path to a directory in <Essbase Config Path>.

See Environment Locations in the Essbase Platform for information about <Essbase Config Path> and other directory locations in Essbase.

On Windows, you can specify the path using Uniform Naming Convention (UNC) syntax, if environment variables are also specified in UNC (mixed path types are not supported). The UNC syntax is \\ComputerName\SharedFolder\Resource.

Description

To set up Oracle Wallet, you need the Oracle public key infrastructure (PKI) command line tool, orapki. You use the orapki utility to manage public key infrastructure elements such as wallets and certificate revocation lists. You must use the version of orapki that is in the following directory:

<ORACLE_HOME>/oracle_common/bin

Notes

For information on implementing secure mode (TLS), see About Securing Your Communication and Network.

Examples

WALLETPATH /scratch/oracle/user_projects/domains/essbase_domain/config/fmwconfig/essconfig/essbase/walletssl
WALLETPATH \\c\oracle\user_projects\domains\essbase_domain\config\fmwconfig\essconfig\essbase\walletssl