TNSLSNR for IBM/AIX RISC System/6000: Version 9.2.0.8.0 - Production
System parameter file is /data/oracle/product/9.2.0.8/network/admin/listener.ora
Log messages written to /data/oracle/DBDOCD01/admin/cdump/LISTENER_DBDOCD01.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=DBDOCD01)))
Error listening on: (ADDRESS=(COMMUNITY=TCPIP.world)(PROTOCOL=TCP)(Host=sintsdbdocd1.sg.db.com)(Port=1801))
TNS-12542: TNS:address already in use
TNS-12560: TNSrotocol adapter error
TNS-00512: Address already in use
IBM/AIX RISC System/6000 Error: 67: Address already in use
Listener failed to start. See the error message(s) above...
LSNRCTL> status LISTENER_DBDOCD01
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=DBDOCD01))
TNS-12541: TNS:no listener
TNS-12560: TNSrotocol adapter error
TNS-00511: No listener
IBM/AIX RISC System/6000 Error: 2: No such file or directory
Connecting to (ADDRESS=(COMMUNITY=TCPIP.world)(PROTOCOL=TCP)(Host=sintsdbdocd1.sg.db.com)(Port=1801))
TNS-12618: TNS:versions are incompatible
I found out the problem
there is one 10g database listener in the same machine which is using the same port number.
Where i was trying to restart the listener for 9i database.
Bookmarks