Hi,
Depends to some extent on the platform...
OS/390 could use DB2 load and NT/Unix etc could use either load or import.
If you adopt the approach of using load then you will need the control statements to map the Oracle generated flat-file to the DB2 table.
A few things to be aware of here...
1) It's generally easier if there are no varchar fields if there are then it raises the question as to whether you want to load them as fixed length or genuine varchar fields.
2) Again, it is easier if the flat-file data is in 'external' format, rather than as binary fields.
3) Be wary of date/time fields as the Oracle derived format may be significantly different from those that are accepted by the DB2 utilities.
Hope this helps,
Stoggers.