Foros del Web » Programando para Internet » ASP Clásico »

Problema al conectar con Oracle

Estas en el tema de Problema al conectar con Oracle en el foro de ASP Clásico en Foros del Web. Buenas, estoy teniendo problemas al conectar con Oracle via ASP. Estoy desesperado, he probado todas estas y no consigo que funcione ninguna de ellas. El ...
  #1 (permalink)  
Antiguo 10/05/2005, 04:51
 
Fecha de Ingreso: mayo-2005
Mensajes: 68
Antigüedad: 19 años, 1 mes
Puntos: 0
Problema al conectar con Oracle

Buenas, estoy teniendo problemas al conectar con Oracle via ASP. Estoy desesperado, he probado todas estas y no consigo que funcione ninguna de ellas.

El host se llama didihp y el data source CES


Set db = Server.CreateObject("ADODB.Connection")
'db.Open "User ID=cd;Password=cd; Data Source=ces;"
'db.Open "Provider=MSDAORA.1;User ID=CD;Password=CD; Data Source=CES;"
'db.Open "User ID=CD;Password=CD;Data Source=CES; "
'db.Open "Provider=msdaora;Data Source=CES;User Id=CD;Password=CD;"
'db.OPEN"Driver={Microsoft ODBC for Oracle};Server=DIDIHP.CES;Uid=CD;Pwd=CD;"
%>

2. Tipo de error:
Microsoft OLE DB Provider for Oracle (0x80004005)
Error while trying to retrieve text for error ORA-01019
/sitio sin nombre 1/2.asp, línea 10

1. Tipo de error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][Administrador de controladores ODBC] No se encuentra el nombre del origen de datos y no se especificó ningún controlador predeterminado
/sitio sin nombre 1/2.asp, línea 9


Alguna ayuda?

Gracias por adelantado :)
  #2 (permalink)  
Antiguo 10/05/2005, 06:15
Avatar de Muzztein  
Fecha de Ingreso: agosto-2002
Ubicación: Hangar 18
Mensajes: 1.703
Antigüedad: 21 años, 9 meses
Puntos: 16
la conexion dos es la que uso y no me da dramas.
busque tu error en GOOGLE y mira lo que encontre.

--------------------------------------------------------------------------------

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).
  #3 (permalink)  
Antiguo 16/10/2008, 00:47
Avatar de DeHoyNoPasa  
Fecha de Ingreso: junio-2008
Ubicación: Valencia
Mensajes: 28
Antigüedad: 16 años
Puntos: 1
Respuesta: Problema al conectar con Oracle

Gran aportación Muzztein, me has resuelto el problema en un minuto. La duda es, que misterios en Windows 2003 Server pueden provocar que se borre, de repente y sin haber hecho ninguna actualización en el equipo, la variable de registro ORACLE_HOME.

Dejo la duda en el aire.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 22:40.