Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-230 and RMAN scheduling
I have seen this occur when the control file backup is in progress (or stuck
in the media manager) and a resync starts. The resync is either explicit or
implicit. The resync will fail unable to snap the control file. I have also
seen in various releases of oracle, bugs, which causes ALL the channels do
an implicit resync, when connected to a catalog, before and after the actual
backup (especially archive log backups). Rediscovery is pretty easy in this
case: look for implicit resync messages in the rman log associated with each
channel.
To get around that I converted the archive log backups (and all other backups) to control file only backups (nocatalog) followed by an explicity resync (resync catalog) to the catalog.
I place a higher priority on archive log backups (every 20 minutes) over control file backups and consequently execute the control file backups just a couple of times a day.
Hope this is related to your circumstance and is helpful
Regards
-Krish
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of Rich Jesse
Sent: Wednesday, November 14, 2007 8:16 AM
To: Taylor, Chris David
Cc: oracle-l_at_freelists.org
Subject: RE: ORA-230 and RMAN scheduling
10.1.0.5.0 is the version for the target DBs (repository is 10.2.0.3.0).
Rich
> What Oracle version are the target databases you're backing up?
>
> Chris Taylor
[snip]
> Oracle DB management into Grid Control (GC 10.2.0.3.0 with 10.1.0.5.0
> DBs),
[snip]
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Wed Nov 14 2007 - 10:09:26 CST