Change User DBC Password | Teradata Vantage - Changing the Password for User DBC - Teradata Vantage

Configuring Teradata Vantageā„¢ After Installation

Product
Teradata Vantage
Release Number
2.2
Published
January 2021
Language
English (United States)
Last Update
2021-05-08
dita:mapPath
gta1588198788318.ditamap
dita:ditavalPath
dby1605127568110.ditaval
dita:id
B700-4014
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.