Configuration Options for Java Stored Procedures and Java User-Defined Functions - Teradata Studio

Teradata Studio, Studio Express, and Plug-in for Eclipse Installation Guide

Product
Teradata Studio
Release Number
16.00
Published
January 2017
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
flv1484765174884.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2037
Product Category
Teradata Tools and Utilities
When creating and deploying Java Stored Procedures and Java User-defined Functions, make sure the JAR name consists of the following valid characters:
  • Uppercase or lowercase letters (A to Z, a to z)
  • Digits (0 through 9)
  • Special characters: dollar sign ($), number sign (#), low line (_), dot (.), and hyphen (-).
The JAR Name cannot be “RETURNS” or contain KANJI characters.

You must set your Java compiler compliance level for your Teradata Project to the Java version required by the Teradata Database for which you are writing Java Stored Procedures or Java User-defined Functions.