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 hadr - create new table space/table/import

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-30-09, 17:18
dgunas dgunas is offline
Registered User
 
Join Date: Dec 2008
Location: Chennai
Posts: 110
db2 hadr - create new table space/table/import

Hello,
DB2 V8 FP 12 /WINDOWS 2003.

We have setup the HADR between Primary and the Standby and functioning perfectly.
Now I am planning to create a new table space and move one of the tables from existing table space to the New table space.
I am planning to use the export/import to move the data cross.

The question is, will this changes will be replicate to my standby server?
or I have to resetup the HADR from the Primary database backup from the begining.
Please advise me.

Thanks, dgunas.
__________________
Reply With Quote
  #2 (permalink)  
Old 06-30-09, 22:11
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,195
Export and import will work, because import basically does inserts that are logged and replayed on the standby. Be sure to use a reasonable COMMITCOUNT parameter value for the import.

You can also do a load under certain limited circumstances, but check out this link for details on how to do that:
DB2 Database for Linux, UNIX, and Windows
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 07-02-09, 15:12
dgunas dgunas is offline
Registered User
 
Join Date: Dec 2008
Location: Chennai
Posts: 110
Thanks

Thanks Marcus. Really helpfull.
__________________
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