Not sure with version 8, but with 7 you could simply create a new database from an existing backup.
In 7 this was done from control center, but in newer versions this is probably a new GUI
I think 7 and 8 are pretty similar.. When we tried to do that (create new from an old backup) it seemed to want to step on the existing tablspace and indexspaces.. can you outline the steps for doing it through the GUI??? much appreciated!!!
Than you!! I guess what I'm confused about is the CONTAINERS tab. Do I have to specify new containers for a redirected restore?
Options are *Enable table space containers to be redirected during restore operation.
*Allow new container creation during roll-forward
Then it asks you to select the table space with containers to be redirected and then to specify the containers..
I just want to make sure that I'm doing it correctly so that I'm not overwriting anything in the source DB and just making a copy of it.. Sorry if this all sounds dumb.. but I'm a true newbie at UDB
The following article may be of use to you. It uses a CLP script (CLP = command line processing) and not a GUI.
Getting familiar with CLP is a good idea anyway, since it opens a world of additional functionality (The CLP is a direct route to every DB2 programming interface):
Carefull with redirect restore: it does not only copy your data, but also your settings. It might be usefull to extend your restore script with the "AUTOCONFIGURE" verb to auto-adjust the setting to your new environment.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.