Setting Up to Validate NewSQL Engine Analytic Functions - 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), 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