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 > Informix > Synchronizing a live db with a reporting db.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-18-03, 17:32
HeavyPet HeavyPet is offline
Registered User
 
Join Date: Dec 2003
Posts: 5
Synchronizing a live db with a reporting db.

Hi all,
I'm new to Informix, and wondering if there's a better way to do this.
Currently, the client has some scripts to
1) copy out a bunch of (live) tables to data files
2) drop the reporting database and recreate the table schemae
3) import the live data into the newly initialized reporting database.

I would think that there is a much better way to do this. Is there a sort of "synchronization" utility, which will make database TWO look exactly like database ONE when it's done?

Cheers!
-pet
Reply With Quote
  #2 (permalink)  
Old 12-18-03, 19:13
tmullins tmullins is offline
Registered User
 
Join Date: Aug 2003
Posts: 68
No "syncho" utility in informix.....or Oracle or DB2. If you want both databases to be in sync.....at all times, use replication (ER).
Reply With Quote
  #3 (permalink)  
Old 12-19-03, 14:43
HeavyPet HeavyPet is offline
Registered User
 
Join Date: Dec 2003
Posts: 5
Quote:
Originally posted by tmullins
No "syncho" utility in informix.....or Oracle or DB2. If you want both databases to be in sync.....at all times, use replication (ER).
Well, what they want is a "snapshot" of a selection of tables (about twenty tables) at each month-end that they play with and run reports on.

is unloading and reloading the only way to do that (apart from full-time hardcore replication)
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