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 > Creating a new database with the existing database with same structure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-16-04, 11:56
nandra nandra is offline
Registered User
 
Join Date: Sep 2004
Posts: 24
Creating a new database with the existing database with same structure

Hi DBA Guru's,

Iam using DB2 V8.1 fixpack 4 and solaris. Alloted space for the database is 100% full for the existing database and now i have to create a new database with the same structure in different place on the same box.Can anybody tell me the exact process so that i can create a new database with the same structure and data.

Thanks in advance
Nandra
Reply With Quote
  #2 (permalink)  
Old 12-16-04, 13:18
przytula przytula is offline
Registered User
 
Join Date: Nov 2004
Posts: 374
restore

take an offline backup
restore database with redirect as parameter
change all container paths
restore continue
see information center and restore command for all parameters
this should help
Best Regards, Guy Przytula
__________________
Best Regards, Guy Przytula
DB2/ORA/SQL Services
DB2 DBA & Advanced DBA Certified
DB2 Dprop Certified
http://users.skynet.be/przytula/dbss.html
Reply With Quote
  #3 (permalink)  
Old 12-16-04, 14:22
nandra nandra is offline
Registered User
 
Join Date: Sep 2004
Posts: 24
Quote:
Originally Posted by przytula
take an offline backup
restore database with redirect as parameter
change all container paths
restore continue
see information center and restore command for all parameters
this should help
Best Regards, Guy Przytula
Thanks very much.........
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