If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > db2 redirect restore

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-11, 23:28
nagaraju.bandaru nagaraju.bandaru is offline
Registered User
 
Join Date: Aug 2010
Posts: 12
db2 redirect restore

Hi all,
After i am restoring the database from one system backup into another , i typed the list tablespaces, those are in Restore Pending + Storage May be Defined. How to rectify this problem.
Reply With Quote
  #2 (permalink)  
Old 02-01-11, 04:17
DB_N00b DB_N00b is offline
Registered User
 
Join Date: Jan 2010
Posts: 152
Do you have any SQL Error Code?

I think your tablespaces have to be restored!
Reply With Quote
  #3 (permalink)  
Old 02-01-11, 07:29
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Can you post the script you are using?
looks like you are not using automatic storage.

so, the script should look similar to this ..

restore db sample redirect
set tablespace containers for 1 using (file 'xxx' 100mb)
restore db sample continue
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #4 (permalink)  
Old 02-07-11, 04:02
ravichandrapratap ravichandrapratap is offline
Registered User
 
Join Date: Dec 2010
Posts: 75
Quote:
Originally Posted by nagaraju.bandaru View Post
Hi all,
After i am restoring the database from one system backup into another , i typed the list tablespaces, those are in Restore Pending + Storage May be Defined. How to rectify this problem.
The following link can help you out

DB2 Basics: Cloning DB2 Databases Using Redirected Restore
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On