Tema: asp i oracle
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/04/2005, 05:54
Avatar de Muzztein
Muzztein
 
Fecha de Ingreso: agosto-2002
Ubicación: Hangar 18
Mensajes: 1.703
Antigüedad: 22 años, 8 meses
Puntos: 16
Exclamación

ORA-01019: unable to allocate memory in the user side

Cause: The user side memory allocator returned error.
Action: Increase the processes heap size or switch to the old set of calls.



16. I get error ORA-01019. What does this mean?
This means that the client (ev_getdata) cannot communicate with the Oracle server. It is not caused by the usual types of communication problems though. A number of things can cause it. The most common cause is a version of SQL*Net that is incompatible with the import programs.


Problem: SQLSTATE: S1000

Native Error code: 1019
Driver Message:[Microsoft][ODBC driver for Oracle][Oracle]ORA-01019: unable to allocate memory in the user side
OR:
SQLSTATE IM003
Native Error Code: 160
Driver Message:Specified Driver Could not be loaded due to system error 1114 (Oracle73)
Solution:
Your registry or oracle.ini must have ORACLE_HOME and ORA_NLS32 (<ORACLE_HOME>\NLSRTL32\DATA) set correctly. (Usually the latter causes the problem).