Oracle - Errores y soluciones

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-30036: unable to extend segment by string in undo tablespace 'string'.bases_datos_2

 


 

Cause: the specified undo tablespace has no more space available.

 

Action: Add more space to the undo tablespace before retrying the operation. An alternative is to wait until active transactions to commit.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-00980: synonym translation is no longer valid.bases_datos_2

 


 

Cause: A synonym did not translate to a legal target object. This could happen for one of the following reasons:

1. The target schema does not exist.

2. The target object does not exist.

3. The synonym specifies an incorrect database link.

4. The synonym is not versioned but specifies a versioned target object.

 

Action: Change the synonym definition so that the synonym points at a legal target object.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-01041: Pointer to hstdef extension in hstdef is null.bases_datos_2

 


 

Cause: Report as a bug.

 

Action: This is used internally; no action is required.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

 ORA-00059: maximum number of DB_FILES exceeded.bases_datos_2

 


 

Cause: The value of the DB_FILES initialization parameter was exceeded.

 

Action: Increase the value of the DB_FILES parameter and warm start.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-00060: deadlock detected while waiting for resource.bases_datos_2

 


 

Cause: Transactions deadlocked one another while waiting for resources.

 

Action: Look at the trace file to see the transactions and resources involved. Retry if necessary.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-00063: maximum number of log files exceeded string.bases_datos_2

 


 

Cause: The number of log files specificied exceeded the maximum number of log files supported in this release.

 

Action: Re-create the control file with the highest number of log files no greater than the maximum supported in this release.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

 ORA-02019: connection description for remote database not found.bases_datos_2

 


 

Cause: An attempt was made to connect or log in to a remote database using a connection description that could not be found.

 

Action: Specify an existing database link. Query the data dictionary to see all existing database links. See your operating system-specific Net8 documentation for valid connection descriptors.