About the Access Module Initialization String
When referencing the operating mode in the initialization string, do not use batch or prompt; only noprompt and the blank value are valid. (This does not apply to using Teradata PT.)
Syntax
where:
Option |
Description |
noprompt |
|
batch |
|
'' |
|
jobid = jobnum |
|
Access Module Commands
The initialization string for the Teradata OLE DB Access Module consists of a single specification of the operating mode for the access module; however, to launch the Teradata OLE DB Access Module, the initialization string for BTEQ and the load and export utilities must be empty (""). (If the initialization string contains prompt, the script fails.) .
Client Utility |
Command |
Description |
BTEQ |
EXPORT IMPORT |
Use single straight quotes. See the descriptions of the EXPORT and IMPORT commands in the Basic Teradata Query Reference (B035‑2414). |
FastExport |
EXPORT IMPORT |
Use single straight quotes. See the descriptions of the EXPORT and IMPORT commands in the Teradata FastExport Reference (B035‑2410). |
FastLoad |
AXSMOD |
Use double straight quotes. See the descriptions of the AXSMOD command in the Teradata FastLoad Reference (B035‑2411). |
MultiLoad |
IMPORT |
Use single straight quotes. See the descriptions of the IMPORT command in the Teradata MultiLoad Reference (B035‑2409). |
TPump |
AXSMOD IMPORT |
Use single straight quotes. See the descriptions of the AXSMOD and IMPORT commands in the Teradata Parallel Data Pump Reference (B035‑3021). |