Managing GLOP Data | Global and Persistent Data | Teradata Vantage - Managing GLOP Data - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

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

Here is a list of the tasks involved in managing GLOP data:

  1. Execute the DIPGLOP script using the Database Initialization Program (DIP) utility to create the DBCExtension database and its tables and stored procedures.

    For more information on DIP and the DIPGLOP script, see Teradata Vantageā„¢ - Database Utilities, B035-1102.

  2. Determine the type of GLOP data you need.

    For details on GLOP types, see GLOP Types

  3. Create a GLOP set definition.

    For details, see Creating a GLOP Set Definition.

  4. Add the GLOP data and mappings to the GLOP set.

    For details, see Adding Mappings and Data to a GLOP Set.

  5. Write a C or C++ external routine that uses the GLOP data.

    For details, see Using GLOP Data in a C/C++ External Routine.

  6. Create a definition for the external routine that makes the external routine a member of the GLOP set.

    For details, see Becoming a Member of a GLOP Set.