Run File (-r) Parameter - FastExport

Teradata® FastExport Reference

Product
FastExport
Release Number
17.00
Published
September 30, 2020
Language
English (United States)
Last Update
2020-09-02
dita:mapPath
ups1544831946863.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2410
lifecycle
previous
Product Category
Teradata Tools and Utilities

The typical selection is:

fexp -r '.RUN FILE fexp.startup;' < infilename > outfilename

Sample Command

fexp -r '.run file logon;' < samplescript.fexp

Sample Output

    ===================================================================
    =                                                                 =
    =        FastExport Utility Release FEXP.17.00.00.00              =
    =        Platform WIN 64-bit                                      =
    =        PID 9752                                                 =
    =                                                                 =
    ===================================================================
    =                                                                 =
    = Copyright 1990-2019 Teradata Corporation. ALL RIGHTS RESERVED.  =
    =                                                                 =
    ===================================================================
**** 14:45:51 UTY2411 Processing start date: WED APR 24, 2019
    ===================================================================
    =                                                                 =
    =                Logon/Connection                                 =
    =                                                                 =
    ===================================================================
0001 .logtable testrunfile;
0002 .logon NODEID/feuser,;
**** 14:45:53 UTY8400 Teradata Database Release: 17.00.00.00
**** 14:45:53 UTY8400 Teradata Database Version: 17.00.00.00
**** 14:45:53 UTY8400 Default character set: ASCII
**** 14:45:53 UTY8400 Current RDBMS has UDT support
**** 14:45:53 UTY8400 Current RDBMS has Large Decimal support
**** 14:45:53 UTY8400 Current RDBMS has Statement Info Parcel support
**** 14:45:53 UTY8400 Current RDBMS has FEXP w/o Spooling support
**** 14:45:53 UTY8400 Current RDBMS has TASM support
**** 14:45:53 UTY8400 Maximum supported buffer size: 1M
**** 14:45:53 UTY8400 Data Encryption supported by RDBMS server
**** 14:45:55 UTY6211 A successful connect was made to the RDBMS.
**** 14:45:55 UTY6217 Logtable 'FEUSER.testrunfile' has been created.