Error Code
ORA-00225
Description
Expected size string of control file differs from actual size string
Cause
Possible cause of this error is, the expected size of the control file as stored in its header was different than the actual operating system file size. This usually indicates that the control file was corrupted.
Action
To fix this issue, restore a good copy of the control file.
reference
Programming Tutorials on XHTML, CSS, JavaScript, JQuery, JSON, Python, Django, Amazon Web Services, ASP.NET, Web Forms, and SQL
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
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-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-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-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
Subscribe to:
Posts (Atom)