Wallet Password
- Last Updated: October 27, 2023
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Database Wire Protocol 8.0
- Documentation
Attribute
CredentialsWalletPassword (CWPWD)
Purpose
Specifies the password used to access the Oracle Wallet in which your
database credential information is stored. When
AuthenticationMethod=16 (Wallet UID & PWD), the driver uses this value to
retrieve the database user ID and password that is stored in the wallet file specified by
the Credentials Wallet Path (CredentialsWalletPath) option.
Valid Values
credentials_password
where:
- credentials_password
- is the password used to access the Oracle Wallet in which your database credential information is stored. This value is typically the password used to create your wallet.
Notes
- This option is required only if you are using an ewallet.p12 file for your wallet. For wallets using a cwallet.sso file, the password for the wallet is stored in this file and, therefore, no value for this option needs to be provided.
- If your wallet contains multiple user ID and password pairs, specify the entry containing the correct credentials using the Credentials Wallet Entry (CredentialsWalletEntry) option.
Default
None