Setting Permissions to Allow Users to Run Functions - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software
In the following procedure, schema is the schema where the functions are installed (typically PUBLIC).
  1. Verify that you have the privilege to grant the EXECUTE privilege on the installed functions.
  2. Grant the EXECUTE privilege to either:
    • Each function in schema. For example:

      GRANT EXECUTE ON FUNCTION PUBLIC.Path_Start TO PUBLIC;

    • Each user for each function that he or she must run. For example:

      GRANT EXECUTE ON FUNCTION PUBLIC.Path_Start TO beehive;

  3. If schema is not PUBLIC, grant each function user these additional privileges on schema:
    • READ
    • INSTALL
    • CREATE TABLE
    • TRUNCATE TABLE