Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: REPLICATION
> -----Original Message-----
> etc) can I make READ-ONLY MODE database to READ-WRITE mode.
If you create the secondary tables first as normal tables, then create the snapshots on prebuilt tables, you can drop the snapshots later and use the tables normally.
HOWEVER!!! In the event of a disaster fail-over, the data in the secondary database will only be current as of the last replication cycle. And if data is modified in the secondary database, you might have a messy job of fixing data conflicts to go back to using the primary database again.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Jun 29 2004 - 14:31:58 CDT