View previous topic :: View next topic |
Author |
Message |
Master Beginner
Joined: 11 Mar 2006 Posts: 4 Topics: 2 Location: India
|
Posted: Sat Mar 11, 2006 2:12 pm Post subject: Recovering a partitioned tablespace |
|
|
Hi all,
I am using BMCCOPY utility to copy the image copy of the database (i.e., copying the already taken primary image copy datasets into a tape). we do bring in the tapes to a different loaction to restore the database on a different subsystem (both are similar but on different systems). In this database all the tablespaces are non-partitooned except one table space. The partitioned tablespace has 31 partitions in it. We are planning to use BMCRECOV utility to restore the all the tablespaces (one step for each table space) in the remote location. In BMCRECOV, I am using the TOCOPY parameter to specify the imagecopy dataset to which the tablespace has to be restored. And using INCOPY parameter to specify the image copy dataset as it is not registered in DB2 catalogs of the remote DB2 subsystem. Here the problem is..I could not figure out how to specify all image copy datasets(31 datasets) for the partitioned tablespace in TOCOPY and INCOPY parameters. For non-partitioned datasets i can specify the single dataset name in INCOPY and TOCOPY parameters. Could you suggest me on how to specify the image the copy datasets in TOCOPY and INCOPY parameters for partitioned tablespace?
Thanks !!  _________________ Enjoy learning. But don't be greedy of learning. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Master Beginner
Joined: 11 Mar 2006 Posts: 4 Topics: 2 Location: India
|
Posted: Mon Mar 13, 2006 10:58 pm Post subject: |
|
|
I have read those manuals but could not find the required info from those. _________________ Enjoy learning. But don't be greedy of learning. |
|
Back to top |
|
 |
abc2000 Beginner
Joined: 22 Mar 2006 Posts: 18 Topics: 9
|
Posted: Fri Apr 21, 2006 4:15 am Post subject: |
|
|
you need write 31 lines RECOVER statement,
one for one data sets |
|
Back to top |
|
 |
|
|