Opteron Systems Running Oracle Solaris - FastLoad

Teradata FastLoad Reference

Product
FastLoad
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-18
dita:mapPath
tjz1488824663315.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities

Use the following syntax to compile source files into a shared object module for INMOD or notify exit routines on an Opteron client system running Solaris:



where the following is true:

cc
Call to the program that invokes the native UNIX C compiler
-dy
Specifies to use dynamic linking
-G
Specifies to create a shared object
sourcefile
Is a C source module for the INMOD
-o
Specifies the output file name
shared-object-name
Specifies the resulting shared object module
This is the name specified as:
  • The INMOD modulename parameter of the DEFINE command of the Teradata FastLoad job script
  • The EXIT name parameter for the NOTIFY command of the Teradata FastLoad job script

    The shared - object - name can be any valid UNIX file name