Opteron Systems Running Oracle Solaris - FastLoad

Teradata FastLoad Reference

Product
FastLoad
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities

Opteron Systems Running Oracle Solaris

Use the following syntax to compile source files into a shared object module for INMOD or notify exit routines on an Opteron client system running Solaris:

where

 

Syntax Element

Description

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

sourcefile

Is a C 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 of the DEFINE command of the Teradata FastLoad job script
  • The EXIT name parameter for the NOTIFY command of the Teradata FastLoad job script
  • The sharedobjectname can be any valid UNIX file name