Changing the Password for User DBC - Teradata Vantage

Configuring Teradata Vantageā„¢ After Installation

Product
Teradata Vantage
Release Number
1.1
Published
July 2019
Language
English (United States)
Last Update
2019-10-11
dita:mapPath
qyu1559916244734.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4014
lifecycle
previous
Product Category
Analytical Ecosystem
Software
Teradata Vantage
  1. From a client application (such as BTEQ or Teradata Studio), open two different sessions and log on to Vantage as DBC in both sessions. For example:
    .logon systemname.your_company.com/dbc;

    where systemname is the primary database node (the name by which the system is known to the network, also called the TDPID).

  2. In both sessions, type the default password, dbc.
  3. In one session, modify the DBC password:
    MODIFY user dbc as PASSWORD = new_password;
  4. Stay logged on to the session with the default password. Log off the session in which you changed the password.
    .logoff
  5. Log on to the session again as DBC using the new password.
    .logon systemname.your_company.com/new_password;
  6. When the logon with the new password is successful, log off the session with the default password.