Working with Table Access Privileges for Views - Teradata Database - Teradata Vantage NewSQL Engine

Teradata Vantage™ - Database Administration

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-05-03
dita:mapPath
tgx1512080410608.ditamap
dita:ditavalPath
TD_DBS_16_20_Update1.ditaval
dita:id
ujp1472240543947
Product Category
Software
Teradata Vantage

You must grant table access privileges to all views databases to allow the views within each database to access tables in the Tables database.

When table access privileges are granted to a Views database, the individual views inherit the right to access tables in the Tables database from the parent Views database.

Granting Table Access to Each Views Database

  1. Start BTEQ or Teradata Studio and log on as the database administrator user.
  2. Run the following requests:
    • For read-only Views databases:
      GRANT SELECT ON "Tables_Database" TO "database_name" WITH GRANT OPTION
    • For the updatable Views databases:
      GRANT SELECT, INSERT, UPDATE, DELETE ON "Tables_Database" TO "database_name" WITH GRANT OPTION

Reference Information

Reference topics are arranged according to the first step in which the topic appears.

Step Topic Resources for Further Information
2 Syntax and options for the GRANT (SQL form) statement Teradata Vantage™ SQL Data Control Language, B035-1149
Database privileges, including those conferred by object ownership Teradata Vantage™ NewSQL Engine Security Administration, B035-1100