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
No comments:
Post a Comment