3.1 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. The username and password are referenced using a credential name.

Syntax:

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

Example:

OGG (not connected) 1> ADD CREDENTIALS admin USER oggadmin PASSWORD oggadmin-A1
2019-02-14T00:19:13Z  INFO OGG-15114  Credential store altered.
OGG (not connected)2>

In this example, a credential called admin is added with a username oggadmin and a password of oggadmin-A1. If the password is not specified in the ADD CREDENTIALS command, you will be prompted to enter the password interactively, where the password is not displayed on the terminal.