It seems very simple answer should be to that error which you could see in the primary database alert log file - just synchronize orapw files between primary and standby. But...
In my case it wasn't so :)
The answer laid in the interesting detail. The primary was located on filesystem, the standby on ASM. After creation of standby DB the names of redo log files (including names of standby redo logs) stayed as it were on the primary (names according mount points). The primary tried to establish a link to standby redo log files, but because they did not reinitialized (and not renamed accordingly) on standby site, the primary DB failed to transform the transactions content to standby redo log and such meaning :) error was arisen.
The solution - rename and initialize your standby redo logs or try use different transport (ARCH).
Good Luck !
No comments:
Post a Comment