ORA-12543
Hola a todos,
he instalado el en mi PC con Windows 2000. He creado un servicio pero al intentar conectar al servidor muestra el siguiente error ORA-12543: TNS :destination host unreachable. El listener del servidor recibe la petición y si hago tnsping funciona pero no logro conectar.
Creo q eI problema se debe al firewall y a las redirecciones de mi empresa, q creéis???
Gracias de antemano.
he instalado el en mi PC con Windows 2000. He creado un servicio pero al intentar conectar al servidor muestra el siguiente error ORA-12543: TNS :destination host unreachable. El listener del servidor recibe la petición y si hago tnsping funciona pero no logro conectar.
Creo q eI problema se debe al firewall y a las redirecciones de mi empresa, q creéis???
Gracias de antemano.
Hola que tal, estuve revisando tu problema y lo consulté con el Metalink y dan tres soluciones:
El primero es remover el parà mertro PRESPAWN del archivo listener.ora
y el segundo es
+ Change the hostname parameter in listener.ora and tnsnames.ora to localhost :
(HOST = localhost)
+ Restart the listener
+ Try connecting via OEM
El TERCERO
The reason is that by the server side probably only the port 1521 is allowed which replies to your ping and make you think that everything is fine but for the process a new port must be assigned at the server side which is not allowed by the firewall.. You should allow at the firewall side all TCP requests from your computer..
Hope it helps
Te aconsejo que primero vayas por el segundo punto.
El primero es remover el parà mertro PRESPAWN del archivo listener.ora
y el segundo es
+ Change the hostname parameter in listener.ora and tnsnames.ora to localhost :
(HOST = localhost)
+ Restart the listener
+ Try connecting via OEM
El TERCERO
The reason is that by the server side probably only the port 1521 is allowed which replies to your ping and make you think that everything is fine but for the process a new port must be assigned at the server side which is not allowed by the firewall.. You should allow at the firewall side all TCP requests from your computer..
Hope it helps
Te aconsejo que primero vayas por el segundo punto.
