Chapter 8. Cloning a database or a table 207
8.3.2 Prerequisites for the scenario
To clone a table from one database to another database using DB2 Recovery
Expert the following thing must be available:
A database backup
LOGRETAIN must be set to RECOVERY mode
DDL of the table you want to clone
8.3.3 Without DB2 Recovery Expert
Without DB2 Recovery Expert, the only way to clone a table from one database
to another, is to create the table at the target database, export the table data at
the source database, then import or load the data at the target database.
This technique has some disadvantages:
If you LOAD the data, it quiesces the table space at the target database, so
users cannot use any other tables in that table space.
If you IMPORT ...