Kbase P103490: Can a bulk load definition file be created without using the "Create Bulk Loader Definition File" Ut
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/03/2010 |
|
Status: Verified
GOAL:
Can a bulk load definition file be created without using the "Create Bulk Loader Definition File" Utility?
GOAL:
How to create a bulk load definition file from a procedure or command line
GOAL:
Is it possible to create a bulk load df file without using the Data Dictionary or Data Admin utilities?
FACT(s) (Environment):
All Supported Operating Systems
Products / Versions
FIX:
To create a bulk load definition file without using the dictionary or admin utilities run prodict/dump_fd.p. This procedure takes 2 INPUT parameters: The file name(s) for the tables to be dumped and the name of the bulk definitions file to create. The format for the parameters is as follows:
file-name : "ALL" or "<file-name> [,<filename>] ..."
df-file-name : Name of Bulk definition file to create
Syntax Examples:
Dump all tables:
RUN prodict/dump_fd.p (INPUT ?ALL?,
INPUT ?sports.fd?).
Dump a table
RUN prodict/dump_fd.p (INPUT ?customer?,
INPUT ?customer.fd?).