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 > Schema question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-06-04, 09:02
mark_maz mark_maz is offline
Registered User
 
Join Date: Feb 2002
Location: Hamilton
Posts: 138
Schema question

We have two sites for failover/failback purposes and have multiple databases on both running under site specific instances, ie instanceA and instanceB. Both run the same databases and take requests from our users (normally only one site is live at any given time) but for maintenance and BCP purposes we need to failover to the other site with the data intact so normal processing can continue.

We looked into DB2 V8 replication but it doens't support BLOBS which we need support for. We have also looked into a redirected restore but the scripting for that isn't all that bad but there are some limitations with it as well because of the time constraints we are under.

My question really is, is it possible to create the tables with a generic schema (instance of the instance owner owning the tables) so that the failover process could be sped up by then loading the same tables with the generic schema into the other database on the other site?

We are running AIX v5.1 and DB2 V8 FP2

thanks for any suggestions

If someone is doing something else with BLOBS, I would really appreciate there input as well

Mark
Reply With Quote
  #2 (permalink)  
Old 02-06-04, 13:40
cchattoraj cchattoraj is offline
Registered User
 
Join Date: Mar 2003
Posts: 343
I'm not sure if this is available with BLOBS but is log shipping an option? Like you do a redirected restore and keep applying logs to the BCP db and every day. Then when you need to fail over, do a rollforward to the end of logs and stop.
Reply With Quote
  #3 (permalink)  
Old 02-06-04, 14:17
mark_maz mark_maz is offline
Registered User
 
Join Date: Feb 2002
Location: Hamilton
Posts: 138
So if we did do log shipping after a redirected restore, who would own the schema on the new database?

thanks

Mark
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