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]
-
DOMAINdomain -
Returns the aliases and user IDs for a specific domain. For security purposes, if the
DOMAINoption is omitted, only the aliases and user IDs under the default domain ofOracleGoldenGateare shown. It is not possible to seeDOMAINcredentials unless the person issuing theINFO CREDENTIALSTOREcommand knows the name of the domain. SeeALTER CREDENTIALSTOREfor more information about domains.
Examples
- Example: Command run in the Admin Client
- The following example shows credential store domain as
Oracle GoldenGatewith the alias set up asogg_aliasand the user ID asogg1.OGG (https://localhost:15000 Atlanta) 10> info credentialstore domain OracleGoldenGate Default domain: OracleGoldenGate Alias: ogg_alias Userid: ogg1
Parent topic: Common Command Line Interface Commands