Setting Up to Validate Advanced SQL Engine Analytic Functions - 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), log on to the Vantage system as DBC. For example:
    .logon systemname.your_company.com/dbc

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

  2. Add a test user for running the validation steps. For example:
    CREATE USER hal
    FROM DBC
    AS
    PASSWORD=hal
    PERM=2000000000
    SPOOL=5000000000
    TEMPORARY = 3000000000
    FALLBACK;
  3. Log off:
    .logoff