External Procedures and Large Objects - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-12-13
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
Product Category
Teradata Vantage™

Vantage does not support returning inline LOBs in an external procedure. If you need an external procedure to process inline LOBs, then place an SQL procedure wrapper around the external procedure.

To do this, use the following general procedure.

  1. Create an SQL procedure that calls the external procedure and also returns an inline LOB.
  2. Create an external procedure that returns the LOB AS LOCATOR to the SQL procedure created in the first step.

The SQL procedure then returns the inline LOB to the requestor.