208 DB2 Recovery Expert for Multiplatforms
8.4.2 Create the table at the target database
Create the table in the target database, for example using the DB2 Command
Line interface.
8.4.3 Obtain IDs for the table at the source and target database
The following command enables you to retrieve the required ID information from
the DB2 system tables.
db2 select tableid, tbspaceid, tabname
from syscat.tables where tabname =’NAME’
8.4.4 Get the table data file image from the backup
On the DB2 Command Line, issue the following command:
db2ox -d SAMPLE1 -o BARTR3 -n NAME -b “2002/07/11 12:20:53” -X
“4:2-2:14
The db2ox command invokes the DB2 RE object translation tool, which allows
you to extract the image of a single object from a DB2 backup file, where: