2.45 INFO CREDENTIALSTORE

Use the INFO CREDENTIALSTORE command to get information about an Oracle GoldenGate credential store. This information includes the aliases that a credential store contains and the user IDs that correspond to them. The encrypted passwords in the credential store are not returned.

The credential store location is identified by the CREDENTIALSTORELOCATION parameter in the GLOBALS file, if one exists. Otherwise by the default location in the Oracle GoldenGate installation directory.

The use of a credential store is not supported for the NonStop platforms.

Syntax

INFO CREDENTIALSTORE [DOMAIN domain]
DOMAIN domain

Returns the aliases and user IDs for a specific domain. For security purposes, if the DOMAIN option is omitted, only the aliases and user IDs under the default domain of OracleGoldenGate are shown. It is not possible to see DOMAIN credentials unless the person issuing the INFO CREDENTIALSTORE command knows the name of the domain. See ALTER CREDENTIALSTORE for more information about domains.

Examples

INFO CREDENTIALSTORE
INFO CREDENTIALSTORE DOMAIN support
Example: Command run in the Admin Client
The following example shows credential store domain as Oracle GoldenGate with the alias set up as ogg_alias and the user ID as ogg1.
OGG (https://localhost:15000 Atlanta) 10> info credentialstore domain OracleGoldenGate
Default domain: OracleGoldenGate
  Alias: ogg_alias
  Userid: ogg1