|
Re: archives are not applied on stand by database [message #159496 is a reply to message #157025] |
Mon, 20 February 2006 01:03  |
sharan alva
Messages: 57 Registered: November 1999
|
Member |
|
|
Hi,
Do the folloiwng, restore all the archived logs that were not applied or gaps on this server, then manually apply them
sql>startup nomount
sql>startup mount standby database
sql>recover standby database
This will ask you for the next sequence and will provide the path, if the logs are in that specific path hit enter and it should apply it and ask for the next, if there are several logs then hit auto ... Once all are applied, type cancel and then place it back in managed recovery mode.
The second alter native is to restore the logs and then register them on the standby .. see syntax in the doc and then start the managed recovery ..
- Sharan
|
|
|