Creating a Test User - 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
Create a temporary user named Alex to test the configuration.
  1. Log on as SYSDBA.
  2. Create a test user called Alex, who is administered by SYSDBA, with a role of R_Batch_User, using the profile P_Batch_User, with 10 GB perm and 20 GB spool:
    CREATE USER Alex FROM SYSDBA AS DEFAULT ROLE=R_Batch_User, PROFILE=P_Batch_User,
    PERM=10E9, SPOOL=20E9, PASSWORD=secret;
  3. Log off.