Development Synopsis | External Stored Procedures | Teradata Vantage - Overall Development Synopsis - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™

The steps you take to develop, compile, install, and invoke an external stored procedure depend on whether the external stored procedure issues operating system I/O calls and whether the external stored procedure executes SQL. The meaning of I/O as it applies to external stored procedures is any operating system call that requires the operating system to retain a resource context, such as for open files or other operating system services. Such resource usage usually returns a handle to the caller that is used to access the resource and must be released when finished using it.

The next few pages provide high level overviews of the steps you take to develop external stored procedures. You can find details for each step in the following sections.