Rebuild it?
Don't know if it would work, but I would try the following:
1) Shutdown standby
2) At primary:
- alter tablespace (with newfile) begin backup
- copy datafiles to standby
- alter tablespace (with newfile) end backup
- alter database create standby controlfile as '/tmp/control01.ctl';
- copy controlfile to standby
3) At standby
- copy controlfile to other standby locations
- recover database
If it does not work, maybe you need to re-build the standby.
Good luck!
"The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb
Bookmarks