Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Error message(s) on standby datafile addition
We run a standby database in managed mode.
In the past, when we were forced to add datafiles to the primary,
we would get an ORA-01516 (nonexistent log file, datafile or tempfile
'xxxxxxx')
on the standby, when that transaction hit. We would then do the
ALTER DATABASE CREATE DATAFILE 'xxxxxxxx'
AS
'yyyyyyyyyyyy'.
We would then restart managed recovery on the standby.
Recently we have started to get a different message on the standby when adding datafiles. It looks like this:
So we then end the managed recovery ("recover managed standby database
cancel")
and then alter the new datafile into the standby, just like before.
We then restart recovery. Logs that have already been processed once, get
processed again.
I am assuming that the newly created datafile forces this.
This scenario seems to be working. We invoked the standby just last
weekend and it came up fine.
We have rebuilt it since, copying from primary, and continue to get the
"WARNING - fuzzy file" message.
Can anyone explain why we would start getting a different message in this
situation?
Thanks.
Dan Hubler
Database Administrator
daniel.hubler_at_aurora.org
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 12 2005 - 09:32:57 CDT
![]() |
![]() |