ORA-00213
Error: ORA-00213: cannot reuse controlfile; old file size string, string required
Causa: To reuse a control file, it must be the same size as the one previously used.
Acción: 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.
COMENTARIOS:
No hay comentarios.