Archives of the TeradataForum
Message Posted: Tue, 15 Aug 2006 @ 10:50:16 GMT
Subj: | | Re: Loading data from Oracle to Teradata |
|
From: | | Bob Hahn |
The .amj file is created at design time and just contains runtime parameters passed to the OLEDB Access Module. At runtime data is extracted
from e.g. Oracle and passed along to the utility without being 'landed'.
Named Pipes is a capability in the Operating System to stream data between any two processes. The 'writer' can be FastExport but can also be
any process that can write a file which can be redirected to a Pipe.
|