Bases de Datos

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.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

 ORA-01003: no statement parsedbases_datos_2

 


 

Cause: A host language program call referenced a cursor with no associated parsed SQL statement. A SQL call (for example, OSQL3) must be used to pass a SQL statement to Oracle and to associate the statement with an open cursor. A cursor must already have an associated SQL statement if referenced in any of the following calls: DESCRIBE, NAME, DEFINE, BIND, EXECUTE, and FETCH.

 

Action: Do the SQL call, for example, OSQL, to pass the required SQL statement before referencing the cursor.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-00912: input parameter too longbases_datos_2

 


 

Cause: one of your input strings was too long

 

Action: shorten the input parameter length

Subcategorías