Oracle streams [message #417446] |
Sat, 08 August 2009 16:08 |
krarjunkanna
Messages: 1 Registered: July 2009
|
Junior Member |
|
|
Hi,
In my prod environment, oracle streams is implemented between oracle 10g and oracle 9i RAC.
It is a Table level that captures DML for XXX table in oracle10g and applies the changes to XXX table in oracle9i RAC.
The question is
I have to take coldbackup for oracle9i RAC (apply prcocess taking place), How should I backup when streams apply process is enabled
Is there any manual procedure for sync the apply process after completing the backup?
thanks in advance....
|
|
|
Re: Oracle streams [message #417454 is a reply to message #417446] |
Sun, 09 August 2009 00:42 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: | How should I backup when streams apply process is enabled
|
If it is a cold backup then database is down and there is no apply process.
Quote: | Is there any manual procedure for sync the apply process after completing the backup?
|
No, apply will continue at the step it was stopped.
Regards
Michel
|
|
|