Monday, April 29, 2013

ORA-00224 Control File Resize Attempted with illegal Record Type

Error Code
ORA-00224

Description
Control file resize attempted with illegal record type (string).

Cause
Possible cause of this error is, an attempt was made to expand or shrink the control file by calling cfileResizeSection using an invalid value for the RECORD_TYPE parameter.

Action
To fix this issue, use a value for the RECORD_TYPE parameter that specifies a valid record type other than type 0 (valid range is 1-16).

reference

Sunday, April 21, 2013

ORA-00223 Convert File is Invalid or Incorrect Version

Error Code
ORA-00223

Description
Convert file is invalid or incorrect version

Cause
Possible cause of this error is, an Oracle7 to Oracle8 convert file contains invalid data or was created with an different version of the migration utility. This error can also be caused by incorrect ORACLE_HOME environment variable when ALTER DATABASE CONVERT command is issued.

Action
To fix this issue, use a correct version of the convert file or regenerate it with the migration utility. Make sure that the migration utility is the same version as the Oracle8 RDBMS executable and that the ORACLE_HOME environment variable is properly set.

reference

ORA-00222 Operation would Reuse Name of a Currently Mounted control file

Error Code
ORA-00222

Description
Operation would reuse name of a currently mounted control file

Cause
Possible cause of this error is, the filename 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
To fix this issue, Retry the operation with a different filename.

reference

ORA-00221 Error on Write to Control File

Error Code
ORA-00221

Description
Error on write to control file

Cause
Possible cause of this error is, an error occurred when writing to one or more of the control files.

Action
To fix this issue, see accompanying messages.

reference

ORA-00220 Control File not Mounted by First Instance

Error Code
ORA-00220

Description
Control File not mounted by first instance, check alert log for more info

Cause
Possible cause of this error is, the specified control file has a different mount ID than the other control files that are being mounted. This means that the first instance to mount the database did not use this control file.

Action
To fix this issue, find and install the correct control file.

reference