Test the Function - Aster Execution Engine

Teradata Aster® Developer Guide

Product
Aster Execution Engine
Release Number
7.00.02
Published
July 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
xnl1494366523182.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
ffu1489104705746
lifecycle
previous
Product Category
Software

Now the function is installed and usable by all users to whom you’ve granted EXECUTE rights. Test your function by following the steps below to run it:

  1. Run ACT and log in as an SQL user who has the EXECUTE privilege on the function.
  2. Invoke the function in a statement such as a SELECT or other data-retrieval statement. Make sure you schema-qualify the function's name, or have its schema in your schema search path. If the function name contains uppercase letters, you must enclose the function name in double quotes.

For an example that shows how to install a function, see Install and Use a Sample Function.