Error Code
ORA-00214
Description
Control file 'string' version string inconsistent with file 'string' version string.
Cause
Possible cause of this error is, an inconsistent set of control files, datafiles/logfiles, and redo files was used.
Action
To fix this issue, use a consistant set of control files, datafiles/logfiles, and redo log files. That is, all the files must be for the same database and from the same time period.
reference
Programming Tutorials on XHTML, CSS, JavaScript, JQuery, JSON, Python, Django, Amazon Web Services, ASP.NET, Web Forms, and SQL
Saturday, March 30, 2013
ORA-00213 Cannot Reuse Control File
Error Code
ORA-00213
Description
Cannot reuse control file; old file size string, string required.
Cause
Possible cause of this error is,to reuse a control file, it must be the same size as the one previously used.
Action
To fix this issue, either do not specify REUSE, or specify a matching combination of MAXDATAFILES, MAXLOGFILES, MAXLOGMEMBERS, MAXLOGHISTORY, and MAXINSTANCES clauses in the CREATE DATABASE or CREATE CONTROLFILE statement.
reference
ORA-00213
Description
Cannot reuse control file; old file size string, string required.
Cause
Possible cause of this error is,to reuse a control file, it must be the same size as the one previously used.
Action
To fix this issue, either do not specify REUSE, or specify a matching combination of MAXDATAFILES, MAXLOGFILES, MAXLOGMEMBERS, MAXLOGHISTORY, and MAXINSTANCES clauses in the CREATE DATABASE or CREATE CONTROLFILE statement.
reference
ORA-00212 Block Size String below Minimum Required Size of String Bytes
Error Code
ORA-00212
Description
Block size string below minimum required size of string bytes.
Cause
Possible cause of this error is, the block size specified was too small. Space for the system overhead is required.
Action
To fix this issue, specify a larger block size and retry the operation.
reference
ORA-00212
Description
Block size string below minimum required size of string bytes.
Cause
Possible cause of this error is, the block size specified was too small. Space for the system overhead is required.
Action
To fix this issue, specify a larger block size and retry the operation.
reference
ORA-00211 Control File does not Match Previous Control Files
Error Code
ORA-00211
Description
Control file does not match previous control files.
Cause
Possible cause of this error is, a control file was specified that belongs to another database.
Action
To fix this error, find and install the correct control file.
reference
ORA-00211
Description
Control file does not match previous control files.
Cause
Possible cause of this error is, a control file was specified that belongs to another database.
Action
To fix this error, find and install the correct control file.
reference
ORA-00210 Cannot Open the Specified Control File
Error Code
ORA-00210
Description
Cannot open the specified control file.
Cause
Possible cause of this error is, cannot open the control file.
Action
To fix this issue, check to make sure the control file exists and is not locked by some other program.
reference
ORA-00210
Description
Cannot open the specified control file.
Cause
Possible cause of this error is, cannot open the control file.
Action
To fix this issue, check to make sure the control file exists and is not locked by some other program.
reference
Subscribe to:
Comments (Atom)