Input Data for a Staging Table
The extract for a single table contains delimited data records. Depending on the conversion configuration, the CLOB data should be supplied either inline or in a separate, secondary file.
Input Data File Names
Input data file names has to follow the rules described in this chapter. The names are case-sensitive.
File Type
File Name
Single data file per table, no CLOB
File name equal target table name, i.e. CI_​​PREM
Single data file per table, single CLOB column in the table, CLOB data in secondary file
Primary file name equal target table name, i.e. CI_​​PREM
Secondary file name is composed as target table name concatenated with ‘_​​CLOB’, i.e. CI_​​PREM_​​CLOB
Single data file per table, multiple CLOB columns in the table, CLOB data in secondary file
Primary file name equal target table name, i.e. CI_​​PREM
For each CLOB column being uploaded, the secondary file name is composed as target table name concatenated with CLOB column name concatenated with‘_​​CLOB’, i.e. CI_​​PREM_​COL1_​​CLOB,
CI_​​PREM_​COL2_​​CLOB
Multiple data files per table, no CLOB
File name is composed as target table name concatenated with file number, i.e. CI_​​PREM1, CI_​​PREM2 etc
Multiple data files per table, CLOB data in secondary file
Primary file name is composed as target table name concatenated with numeric file number, i.e. CI_​​PREM1, CI_​​PREM2 etc
Secondary file name is composed as target table name concatenated with ‘_​​CLOB’ and file number, i.e. CI_​​PREM_​​CLOB1, CI_​​PREM_​​CLOB2 etc
Multiple data files per table, multiple CLOB columns in the table, CLOB data in secondary file
Primary file name is composed as target table name concatenated with numeric file number, i.e. CI_​​PREM1, CI_​​PREM2 etc
For each CLOB column being uploaded, the secondary file name is composed as target table name concatenated with CLOB column name concatenated with‘_​​CLOB’ and file number,, i.e. CI_​​PREM_​COL1_​​CLOB1, CI_​​PREM_​COL1_​​CLOB2,
CI_​​PREM_​COL2_​​CLOB1, CI_​​PREM_​COL2_​​CLOB2 etc