I start my standby database as read only.
Now i want to restart the recovery process on my standby database.
How can i do it??
Should i manually copy the archivelog on the standby database??
* copy any missing archive logs over manaually.
* Mount the database in standby mode.
* Issue the 'recover standby database' to allow the archive logs to be applied.
* Once the archive logs have been applied issue 'recover managed standby database'
Regards
Jim
Oracle Certified Professional "Build your reputation by helping other people build theirs."
"Sarcasm may be the lowest form of wit but its still funny"
Is it necessary to copy manually the archived redo log file to standby database from primary DB to continue the recover process?
Is SQL>recover managed standby database not enough to
make automatically the missing arch logfile on Stdby DB?
Bookmarks