I am not a dba, but its what I'm stuck doing right now so I have some questions.
I have a DB with a couple hundred million records that i need to come up with a backup strategy for.
The target is to be at that same point time that the failure occured at within 1 day.
Taking the db down for any length of time regularly is not an option.
Ideally I would like two servers that have reasonably identicle copies of the database.
1.If the primary one fails having the second one automatically take over is not a requirement
2.I need to be able to use the second server as the primary one while the primary server rebuilds.
Materialized views seem promising, but I have a couple of questions about them
1:How do I populate a materialized view with hundreds of millions of records over a network?
2:What happens to snapshot views when the master site goes down?
3:Can I insert and update snapshot views while the master site is down?
4:How do I rebuild that master site from the materialized views.
I realize this is a really broad topic. I don't mean to ask for a blow by blow strategy, but rather key points to research or common gotcha's and tips. Thanks in advance for any help.
WR
I have a DB with a couple hundred million records that i need to come up with a backup strategy for.
The target is to be at that same point time that the failure occured at within 1 day.
Taking the db down for any length of time regularly is not an option.
Ideally I would like two servers that have reasonably identicle copies of the database.
1.If the primary one fails having the second one automatically take over is not a requirement
2.I need to be able to use the second server as the primary one while the primary server rebuilds.
Materialized views seem promising, but I have a couple of questions about them
1:How do I populate a materialized view with hundreds of millions of records over a network?
2:What happens to snapshot views when the master site goes down?
3:Can I insert and update snapshot views while the master site is down?
4:How do I rebuild that master site from the materialized views.
I realize this is a really broad topic. I don't mean to ask for a blow by blow strategy, but rather key points to research or common gotcha's and tips. Thanks in advance for any help.
WR