Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> TNS-12542: TNS:address already in use
I am using Oracle 9.2.0.1 on IBM AIX 5.1L.I have been using this DB for
over 2 months now and all of a sudden I have been getting following
errors - wonder why:
TNS-12560: TNS:protocol adapter error TNS-00512: Address already in use IBM/AIX RISC System/6000 Error: 67: Address already in use
--------------------------------------------------------------
I assure that my Listenr listening to 1521 and have only ONE LISTENER configured....
here is my LISTENER.ORA file:
(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = my.ip.add.ress)(PORT = 1521)) ) (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) )
(SID_NAME = test) (ORACLE_HOME = /u01/orc/orahome)
![]() |
![]() |