Oracle - Errores y soluciones
  • Registrate
Búsqueda personalizada


Artículos Relacionados



  • Últimos Artículos

  • Lo más leido

Extensiones Gratis Modulos Plugins

*
*
*
*
*

REGISTER_REQUIRED

Oracle - Errores y soluciones

Error ORA-01177

ORA-01177: data file does not match dictionary - probably old incarnationbases_datos_2

 


 

Cause: When comparing the control file with the data dictionary after a CREATE CONTROLFILE or OPEN RESETLOGS, it was noted that this datafile was inconsistent with the dictionary. Most likely the file is a backup of a file that was dropped from the database, and the same file number was reused for a new file. It may also be that an incomplete recovery stopped at a time when this file number was used for another datafile.

 

Action: Do a CREATE CONTROLFILE with the correct file or none at all.

Error ORA-01178

ORA-01178: file string created before last CREATE CONTROLFILE, cannot recreatebases_datos_2

 


 

Cause: Attempted to use ALTER DATABASE CREATE DATAFILE to recreate a datafile that existed at the last CREATE CONTROLFILE command. The information needed to recreate the file was lost with the control file that existed when the file was added to the database.

 

Action: Find a backup of the file, and recover it. Do incomplete recovery to time before file was originally created.

Error ORA-01179

ORA-01179: file string does not existbases_datos_2

 


 

Cause:  During datafile recovery, a file was listed which was not part for the database.

 

Action: Recheck the datafile name. Remember to use double quotes at the SQLDBA command line and remember that the file name is translated in the environment of the SQLDBA.

Error ORA-01180

ORA-01002: can not create datafile 1bases_datos_2

 


 

Cause: Attempting to create datafile 1 using ALTER DATABASE CREATE DATAFILE.

 

Action: Recover file from a backup or recreate database.

Error ORA-01173

ORA-01173: data dictionary indicates missing data file from system tablespacebases_datos_2

 


 

Cause: Either the database has been recovered to a point in time in the future of the control file or a datafile from the system tablespace was omitted from the create control file command previously issued.

 

Action: For the former problem you need to recover the database from a more recent control file. For the latter problem, simply recreate the control file checking to be sure that you include all the datafiles in the system tablespace.

Error ORA-01171

ORA-01171: datafile string going offline due to error advancing checkpointbases_datos_2

 


 

Cause: The checkpoint in the file header could not be advanced. See accompanying errors for the reason. The datafile will be taken offline the same as for a write error of a data block.

 

Action: See accompanying errors for details. Restore access to the file, do media recovery, and bring it back online.

Error ORA-01172

ORA-01172: recovery of thread string stuck at block string of file stringbases_datos_2

 


 

Cause: Crash recovery or instance recovery could not apply a change to a block because it was not the next change. This can happen if the block was corrupted and then repaired during recovery.

 

Action: Do a RECOVER DATAFILE for the file containing the block. If this does not resolve the problem then restore the file from a backup and recover it.

Página 1 de 27