|
|
|
|
|
by gaius
5126 days ago
|
|
The community has discussed the idea of adding a feature to specify a minimum streaming replication delay This is a feature of Oracle, the redo logs are replicated to the standbys as normal, so you have an up to date copy of them on the standby, but only applied after an x hour delay. You can roll the standby forward to any intervening point in time and open it read-only to copy data out. Less need of it these days with Flashback, of course, but it saved a lot of bacon. |
|