SPARC 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 a SPARC client system running Solaris, use the following syntax:

Compile Syntax



where the following is true:

gcc
Call to the program that invokes the native UNIX C compiler
shared
Flag that produces a shared object that can then be linked with other objects to form an executable
fPIC
Compiler option that generates Position Independent Code for all user exit routines
sourcefile
UNIX file name of the source file for the INMOD or notify exit routine
o
Switch to the linker
sharedobjectname
Name o f the shared object file
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.