Tenia tiempo sin escribir por aquí y lo hago por lo siguiente:
Tengo instalado una BD Oracle 11g en Oracle Linux. El estado del listener es el siguiente:
Código:
Realizo un tnsping desde el servidor donde esta la BD:LSNRCTL> stat Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production Start Date 27-APR-2011 14:38:40 Uptime 0 days 0 hr. 59 min. 30 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /home/PRUEBA_CROSS/app/PRUEBA_CROSS/product/11.2.0/dbhome_1/network/admin/listener.ora Listener Log File /home/PRUEBA_CROSS/app/PRUEBA_CROSS/diag/tnslsnr/dchmoccsdk177/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dchmoccsdk177)(PORT=1521))) Services Summary... Service "crossla" has 1 instance(s). Instance "crossla", status READY, has 1 handler(s) for this service... Service "crosslaXDB" has 1 instance(s). Instance "crossla", status READY, has 1 handler(s) for this service... The command completed successfully
Código:
Ahora viendo que todo esta bien de este lado, cuando hago un tnsping desde otra maquina (windows) me sale el error TNS-12560: TNS: error del adaptador de protocolo.tnsping CROSSLA TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 27-APR-2011 15:42:13 Copyright (c) 1997, 2009, Oracle. All rights reserved. Used parameter files: /home/PRUEBA_CROSS/app/PRUEBA_CROSS/product/11.2.0/dbhome_1/network/admin/sqlnet.ora Used TNSNAMES adapter to resolve the alias Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = MYHOST)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = crossla))) OK (0 msec)
He cambiado el tnsnames en el windows y le he colocado la ip del servidor, en otra ocasion el nombre del servidor y nada.
Hay algo que estaré olvidando? Muchas gracias por su ayuda.
Saludos,