Bases de Datos

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-00023: session references process private memory; cannot detach sessionbases_datos_2

 


 

Cause: An attempt was made to detach the current session when it contains references to process private memory.

Action: A session may contain references to process memory (PGA) if it has an open network connection, a very large context area, or operating system privileges. To allow the detach, it may be necessary to close the session's database links and/or cursors. Detaching a session with operating system privileges is always disallowed.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-00024: logins from more than one process not allowed in single-process modebases_datos_2

 


 

Cause: Trying to login more than once from different processes for ORACLE started in single-process mode.

 

Action: Logoff from the other process.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-00025: failed to allocate stringbases_datos_2

 


 

Cause: Out of memory.

 

Action: Restart with larger sga heap.

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

ORA-00026: missing or invalid session ID

Oracle

Ratio: 4 / 5

Inicio activadoInicio activadoInicio activadoInicio activadoInicio desactivado

 ORA-06502: PL/SQL: numeric or value errorstringbases_datos_2

 


 

Cause: An arithmetic, numeric, string, conversion, or constraint error occurred. For example, this error occurs if an attempt is made to assign the value NULL to a variable declared NOT NULL, or if an attempt is made to assign an integer larger than 99 to a variable declared NUMBER(2).

 

Action: Change the data, how it is manipulated, or how it is declared so that values do not violate constraints.

Subcategorías