I used the following guidelines to do a redirected restore.
http://www-106.ibm.com/developerwork...2mulligan.html
It worked after I manipulated the files for the new environment, however I noticed that the schema for the tables is still the old instance name ie
source server instance name - avcpb1
source server database name - avc
target server instance name - avcd2
target server database name - avc
but when I check the tables by doing a db2 list tables for all I see the following:
Table/View Schema Type Creation time
------------------------------- --------------- ----- --------------------------
ADVISE_INDEX AVCPB1 T 2004-07-16-11.35.49.392654
ADVISE_WORKLOAD AVCPB1 T 2004-07-16-11.35.49.427523
APPLICATION_GROUP AVCPB1 T 2003-08-28-16.40.27.142362
ARCHIVE_SITE AVCPB1 T 2003-08-28-16.40.27.180912
But I would like to see the tables owned by the user avcd2, is there any quick way of changing the schema during the redirected restore or afterwards?
thanks
mark