UDFEnvFile - Advanced SQL Engine - Teradata Database

Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
xha1591998860283.ditamap
dita:ditavalPath
xha1591998860283.ditaval
dita:id
B035-1102
lifecycle
previous
Product Category
Teradata Vantageā„¢

Specifies the path and name of the file containing the environment settings used by UDFs, external stored procedures, or UDMs that specify a data access clause of NO SQL in the CREATE or REPLACE statement for the UDF, external stored procedure, or UDM.

Default

This field has no default value.

Usage Notes

An environment file with the same path and file name must exist on all nodes of the system.

Example: UDF environment settings file

The environment file contains a list of the required environment variables formatted using the standard shell script semantics. There is no support for shell-like parameter substitution. The following shows sample content for an environment file.

COPLIB=/usr/lib;
COPERR=/usr/lib;