DBLOGIN USERIDALIAS

Use DBLOGIN to establish a database connection through Admin Client in preparation to issue other Oracle GoldenGate commands that affect the database. The user who issues DBLOGIN should have the appropriate database privileges to perform the functions that are enacted by those commands. Any other special privileges that are required for a Admin Client command are listed with the reference documentation for that command.

Syntax

DBLOGIN USERIDALIAS alias
alias

Specifies the alias of a database user credential that is stored in the Oracle GoldenGate credential store. This alias is the TNS connection identifier used to connect to a database.

To log into a pluggable database in an Oracle multitenant container database, the user must be stored as a connect string, such as ggadmin@orcl. To log into the root container, the user must be stored as a common user, including the c## prefix, such as c##ggadmin@cdb$root.

DOMAIN domain

Specifies the credential store domain for the specified alias. A valid domain entry must exist in the credential store for the specified alias. The default domain is OracleGoldenGate.

Examples

DBLOGIN USERIDALIAS ggeast 
DBLOGIN USERIDALIAS ggeast DOMAIN OracleGoldenGate