skip to main content
Connection Option Descriptions : Credentials Wallet Path
  

Try DataDirect Drivers Now

Credentials Wallet Path

Attribute

CredentialsWalletPath (CWPATH)

Purpose

Specifies the fully-qualified path to the Oracle Wallet file in which your database credential information is stored. When AuthenticationMethod=14 (Wallet UID & PWD), the driver retrieves the database user name and password from this file.
See "Oracle Wallet Password Store" for a complete list of options and settings required for the Oracle Wallet Password Store feature.

Valid Values

wallet_file_path
where:
wallet_file_path
the fully-qualified path to the Oracle Wallet file in which your database credential information is stored.

Notes

*An Oracle Wallet can contain multiple User ID password pairs. To ensure the driver retrieves the correct credentials, you must specify the identifier string for the credentials using the Credentials Wallet Entry (CredentialsWalletEntry) option.
*If you are using an ewallet.p12 file for your wallet, specify the Oracle Wallet file password using the Wallet Password (CredentialsWalletPassword) option.

Default

None

GUI Tab

Security tab

See Also

*Authentication Method
*Wallet Password
*Oracle Wallet Password Store