View Single Post
  #2 (permalink)  
Old 03-19-10, 15:40
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,229
RESTORE ... TO indicates the database path, which is different from tablespace container paths. During the restore DB2 attempts to create containers in their original locations, unless REDIRECT is specified, in which case you will have to set each container path to a desired location. Look for "redirected restore" in the manuals for more information.
Reply With Quote