SPARC Systems Running Oracle Solaris - FastExport

Teradata® FastExport Reference

Product
FastExport
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-07-01
dita:mapPath
qja1608578437326.ditamap
dita:ditavalPath
gel1618411995444.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:

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
-KPIC
Compiler option that generates Position Independent Code
-m64
Flag to build 64-bit shared libraries
sourcefile.c
UNIX file name of the source file for the INMOD, OUTMOD or Notify Exit routine
-o
Specifies the output file name
shared-object-name
Name of 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 shared-object-name can be any valid UNIX file name.