Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-222
Hi Adam,
00222, 00000, "operation would reuse name of a currently mounted
controlfile"
// *Cause: The filename supplied as a parameter to the ALTER DATABASE
BACKUP
// CONTROLFILE command or to cfileSetSnapshotName matches the // name of the specified currently mounted controlfile. // *Action: Retry the operation with a different filename.
so I assume, you wanted to write:
alter database backup controlfile to
'/u01/oradata/cmdb/control01.ctl.backup'
Regards,
Michael
> Hi guru's
>
> We have 8.1.6 on Solaris 2.7 and are just starting to run BLI backups from
> Veritas... I am seeing this message in my log every hour (I think the same
> the BLI backups are running)
>
> alter database backup controlfile to '/u01/oradata/cmdb/control01.ctl'
reuse
> Wed Nov 8 16:59:11 2000
> ORA-222 signalled during: alter database backup controlfile to
> '/u01/oradata...
> Wed Nov 8 16:59:12 2000
>
> Is anyone out there running a similar setup and trying to use BLI backups?
> If so or if not any ideas about this error - it is the only error I am
> seeing on the entire system.
>
> Thanks
>
> Adam
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Adam Turner
> INET: ATurner_at_concreteinc.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Wed Nov 08 2000 - 20:51:57 CST