Artículos Relacionados
Últimos Artículos
Lo más leido
Acceso
Oracle - Errores y soluciones
Error ORA-01843
- Viernes, 01 Julio 2011
ORA-01843: not a valid month
Cause: A date specified an invalid month. Valid months are: January-December, for format code MONTH, and Jan-Dec, for format code MON.
Action: Enter a valid month value in the correct format.
Error RMAN-03009
- Jueves, 23 Junio 2011
RMAN-03009: failure of string command on string channel at string
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
Action: Check the accompanying errors.
Error ORA-19566
- Martes, 10 Mayo 2011
ORA-19566: exceeded limit of string corrupt blocks for file string
Cause: The user specified limit of allowable corrupt blocks was exceeded while reading the specified datafile for a datafile copy or backup.
Action: None. The copy or backup operation fails. The session trace file contains detailed information about which blocks were corrupt.
Error ORA-00257
- Lunes, 09 Mayo 2011
ORA-00257: archiver error. Connect internal only, until freed.
Cause: The archiver process received an error while trying to archive a redo log. If the problem is not resolved soon, the database will stop executing transactions. The most likely cause of this message is the destination device is out of space to store the redo log file.
Action: Check archiver trace file for a detailed description of the problem. Also verify that the device specified in the initialization parameter ARCHIVE_LOG_DEST is set up properly for archiving.
Error ORA-00936
- Miércoles, 19 Enero 2011
ORA-00936: missing expression
Cause: A required part of a clause or expression has been omitted. For example, a SELECT statement may have been entered without a list of columns or expressions or with an incomplete expression. This message is also issued in cases where a reserved word is misused, as in SELECT TABLE.
Action: Check the statement syntax and specify the missing component.
Error ORA-01765
- Lunes, 15 Noviembre 2010
ORA-01765: specifying owner's name of the table is not allowed.
Cause: An attempt was made to rename the object with dotted object name.
Causa: Se ha intentado renombrar el objeto con el propietario punto nombre del objeto.
Solución.
No especifique nombreusario.nombretabla en una consulta para una nombre de tabla. Esto pude ocurrir si intentamos poner una nombre de esquema distinto del OWNER en estamentos como ALTER TABLE MOVE o RENAME TO.
Artículos relacionados
Mover Tablas de un tablespace a otro
Mover índices de un tablespace a otro
Como cambiar o mover tablas de un esquema otro
Error ORA-01654
- Lunes, 11 Octubre 2010
- ORA-01654: unable to extend index string.string by string in tablespace string.
-
- Cause: Failed to allocate an extent of the required number of blocks for an index segment in the tablespace indicated.
Cause: Failed to allocate an extent of the required number of blocks for an index segment in the tablespace indicated.
Causa: No se ha podido asignar unun extent del número requerido de bloques para un segmento de índice en el tablespace indicado.
Solución:
El error ORA-1654 se produce cuando Oracle necesita extender el espacio ocupado por un índice que aparece en el mensaje de error y el tablespace donde la tabla esta creado no tiene suficiente espacio libre, para solucionar este error tendremos que ampliar el tablespace que aparece el error devuelto por Oracle, en el artículo 'Cómo amplair un datafile en Oracle' encontraréis el proceso a seguir para ampliar un tablespace.
