Specifying the target table and columns when creating a table

Use the Columns page of the Import notebook to specify the table that will be created and populated by the import, to specify table space options, and to specify column import options.

Fields and controls

Authorities and privileges



To specify the target table and column import options:

  1. Open the Import notebook, specify options on the File page, and open the Columns page.

  2. Select the Default (method D) radio button in the Include columns by box.

    Location (method L), Position (method P), and Names (method N) are not available for this action.

  3. Specify the schema type for the new or existing target table in the Table schema field.

  4. Type the name of the new or existing target table into the Table name field.

    If you chose REPLACE_CREATE as the import mode on the File page and the table already exists, the table's rows are deleted and repopulated by the input file.

  5. Optional: Use the Table space box to select a table space in which to create the table.

    Select a REGULAR DMS table space other than the default table space if you want to specify an index table space or long data table space.

  6. Optional: Use the Index table space box to select a table space in which to create any indexes on the table.

  7. Optional: Use the Long data table space box to select a table space in which to store the values of any long columns.

  8. Optional: Add the column names you want created in the target table into the Column names box by clicking on the Add push button.

    If you do not add column names, all of the columns in the input file are imported with existing column names.

  9. Click on OK. The import process begins.


Related information