Oracle - Errores y soluciones

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.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-02020: too many database links in use.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-00972: identifier is too long.bases_datos_2

 


 

Cause: An identifier with more than 30 characters was specified.

 

Action: Specify at most 30 characters.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-01036: illegal variable name/numberbases_datos_2

 


 

Cause: Unable to find bind context on user side

 

Action: Make sure that the variable being bound is in the sql statement.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-01037: maximum cursor memory exceededbases_datos_2

 


 

Cause: Attempting to process a complex sql statement which consumed all available memory of the cursor.

 

Action: Attempting to process a complex sql statement which consumed all available memory of the cursor.