ADD CREDENTIALS

The ADD CREDENTIALS command adds a new username and password to an Oracle wallet that resides on the same system where the Admin Client is running. This credential is used to log in to Oracle GoldenGate Service Manager and Admin Client command line using the CONNECT command.

The username and password are referenced using a credential name.

Syntax:

ADD CREDENTIALS credentials-name | USER username | [ PASSWORD password ]

Example:

ADD CREDENTIALS dbnorth USER ggadmin PASSWORD oggadmin-A1

In this example, a credential called dbnorth is added with a username ggadmin and password oggadmin-A1. If the password is not specified in the ADD CREDENTIALS command, you will be prompted to enter the password interactively, without displaying it on the terminal.