|
Ispirer SQLWays Database Migration Software
Files Created for Importing to IBM DB2
When the target database is IBM DB2, the following files are created by SQLWays while exporting and converting the source database:
SQL files contain SQL statements used for creating database structure (tables, stored procedures etc.) in IBM DB2 using the CLP utility.
Data files are ASCII files that contain data from tables in the text format. Each table has its own txt file.
Import scripts are command files used for importing the source database into IBM DB2. Import scripts execute the CLP utility for creating database structure and the IBM DB2 IMPORT or LOAD commands for importing data.