ORA-00238 : operation would reuse a filename that is part of the database

Saturday, March 22nd, 2008

Cause : The file name supplied as a parameter to the ALTER DATABASE BACKUP CONTROLFILE command or to cfileSetSnapshotName matches the name of a file that is currently part of the database.
Action : Retry the operation with a different file name.

Popularity: 13% [?]

ORA-00234 : error in identifying or opening snapshot or copy controlfile

Saturday, March 22nd, 2008

Cause : A snapshot or copy control file of the specified name could not be found or opened during an invocation of cfileUseSnapshot, cfileMakeAndUseSnapshot, or cfileUseCopy.
Action : Re-create the snapshot or copy control file using cfileMakeAndUseSnapshot or ALTER DATABASE BACKUP CONTROLFILE, respectively.

Popularity: 17% [?]

ORA-00233 : copy controlfile is corrupt or unreadable

Saturday, March 22nd, 2008

Cause : The specified copy control file was found to be corrupt or unreadable during an invocation of cfileUseCopy.
Action : Before retrying cfileUseCopy, use the ALTER DATABASE BACKUP CONTROLFILE command and specify the same file name that was specified for cfileUseCopy.

Popularity: 12% [?]

ORA-00222 : operation would reuse name of a currently mounted controlfile

Saturday, March 22nd, 2008

Cause : The file name supplied as a parameter to the ALTER DATABASE BACKUP CONTROLFILE command or to cfileSetSnapshotName matches the name of the specified currently mounted control file.
Action: Retry the operation with a different file name.

Popularity: 9% [?]

Close
E-mail It