AMD Opteron 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 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
-xarch=generic64
Flag to build 64-bit shared libraries
-KPIC
Compiler option that generates Position Independent Code
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
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 shared-object-name can be any valid UNIX file name.