Modifying the SYSDBA 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

Assign the administrative role and profile to the SYSDBA user. You cannot specify WITH GRANT OPTION for roles. You specify WITH ADMIN OPTION to enable SYSDBA to change permissions in the role and determine to whom to grant or revoke the role. Omit this option for non-administrative users.

  1. Log on as DBC.
  2. Grant the master administrative role to SYSDBA. For example:
    GRANT R_Master_Admin TO SYSDBA WITH ADMIN OPTION;
    
  3. Modify the SYSDBA administrative user. For example:
    MODIFY USER SYSDBA AS DEFAULT ROLE=R_Master_Admin, PROFILE=P_Master_Admin;
  4. Log off.