ORA-00237 : snapshot operation disallowed: controlfile newly created

Saturday, March 22nd, 2008

Cause : An attempt to invoke cfileMakeAndUseSnapshot with a currently mounted control file that was newly created with CREATE CONTROLFILE was made.
Action : Mount a current control file and retry the operation.

Popularity: 9% [?]

ORA-00213 : cannot reuse controlfile; old file size string, string required

Saturday, March 22nd, 2008

Cause : To reuse a control file, it must be the same size as the one previously used.
Action : 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.

Popularity: 20% [?]

ORA-00201 : controlfile version string incompatible with ORACLE version string

Friday, March 21st, 2008

Cause : The control file was created by incompatible software.
Action : Either restart with a compatible software release or use CREATE CONTROLFILE to create a new control file that is compatible with this release.

Popularity: 18% [?]

Close
E-mail It