How to backup incomming data?
"Victor Shvetsky" <[email protected]> Thu, 23 Jan 2003 07:33:06
| Newsgroups | gmane.comp.db.oracle.devel |
|---|---|
| Message-ID | <LYRIS-1796914-844845-2003.01.23-07.19.35--gcdod-oracle#[email protected]> |
Hi, I have a question that I could not find an answer to anywhere. I have a reporting server that writes data to Oracle Database via SQLNET. If that product fails, no data is written into DB. So, our client asked us if we could add an additional reporting server that would write the same data into DB. This way, if one reporting server fails, the second one would still write data into DB, therefore, we would not lose the data. The problem is that we need to merge the data, so that we do not have duplicate records. That does not sound too hard. The problem starts with the fact that some of the tables' unique keys are generated by the server, therefore, server A and server B would have two different unique keys for the record. Should we just use combination of other fields as a key to compare the records, or is there a better way? Does anyone know of a good way to do it? Thanks, Vic [email protected] --- Change your mail options at http://p2p.wrox.com/manager.asp or to unsubscribe send a blank email to [email protected].