DBLOGIN USERIDALIAS

Use DBLOGIN to establish a database connection from the Admin Client. The user requires database privileges to be able to use the DBLOGIN command. Any other special privileges that are required for the Admin Client commands are listed with the reference documentation for that command.

Note:

DBLOGIN doesn't work in Oracle GoldenGate 21c with Oracle Database19c database on OEL 7.9.

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