AMD Opteron Systems Running Oracle Solaris - MultiLoad

Teradata MultiLoad Reference

Product
MultiLoad
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-07-11
dita:mapPath
cgb1488824663145.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.ditaval
dita:id
B035-2409
lifecycle
previous
Product Category
Teradata Tools and Utilities

To compile and link source files into a shared object module for INMOD or notify exit routines on an Opteron client system running Oracle 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
Produces a shared object-enabled for use with the run-time linker
shared-object-name
Name of the shared object file
This is the name specified as the:
The shared-object-name can be any valid UNIX file name.
-o
Switch to the linker
sourcefile
UNIX file name of the source file for the INMOD or notify exit routine