AMD Opteron Systems Running Oracle Solaris - FastExport

Teradata® FastExport Reference

Product
FastExport
Release Number
16.20
Published
September 2020
Language
English (United States)
Last Update
2020-09-11
dita:mapPath
lki1527114222329.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2410
lifecycle
previous
Product Category
Teradata Tools and Utilities

To compile and link source files into a shared object module for INMOD, OUTMOD, or notify exit routines on an Opteron client system running Solaris use the following syntax:



where the following is true:

cc
Invokes the native UNIX C compiler
dy
Specifies to use dynamic linking
G
Specifies to create a shared object
sourcefile
Is a source module for the INMOD
o
Specifies the output file name
sharedobjectname
Specifies the resulting shared object module
This is the name specified as the:
  • INMOD modulename parameter in the IMPORT of the FastExport job script
  • OUTMOD modulename parameter of the EXPORT command of the FastExport job script
  • EXIT name parameter of the NOTIFY option in the BEGIN EXPORT command of the FastExport job script (see Syntax).
The sharedobjectname can be any valid UNIX file name.