Connecting Tech Pros Worldwide Help | Site Map
 
 
LinkBack Thread Tools Search this Thread
  #1  
Old November 12th, 2005, 06:03 AM
Gerald Meazell
Guest
 
Posts: n/a
Default RESTORE FROM

I want to test my restore procedure. I'm trying to use DB2 RESTORE DB
FROM X:\...\99999.999 but it just hangs there and does nothing. I can
kill the application. I must reboot the machine. The only thing out of
the ordinary about this database is that I've set up custom tablespaces.

Ideas? It backs up just fine.

Thanks,

Gerald

  #2  
Old November 12th, 2005, 06:03 AM
Ian
Guest
 
Posts: n/a
Default Re: RESTORE FROM

Gerald Meazell wrote:
[color=blue]
> I want to test my restore procedure. I'm trying to use DB2 RESTORE DB
> FROM X:\...\99999.999 but it just hangs there and does nothing. I can
> kill the application. I must reboot the machine. The only thing out of
> the ordinary about this database is that I've set up custom tablespaces.
>[/color]

You should restore from the same directory you backed up to, not the full
path that's created by the backup.

i.e.:

backup database sample to d:\backups

-- WRONG:
restore database sample from
d:\backups\SAMPLE.0\NODE0000\CATN0000\20030923\094 327.001

-- RIGHT:
restore database sample from d:\backups


Good luck,




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
  #3  
Old November 12th, 2005, 06:04 AM
Gerald Meazell
Guest
 
Posts: n/a
Default Re: RESTORE FROM

Ian wrote:
[color=blue]
> -- RIGHT:
> restore database sample from d:\backups[/color]

That did it, thanks!

--
Gerald

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 205,335 network members.