IO Error Establishing connection Network Adapter Could not
neeshuMay 17 2012 — edited May 22 2012I am now getting 12514 error please read the bottom of the page if you wish to help thanks
Hi,
I have downloaded sql developer 3.1.07 and jdk 7u4 i am running oracle 10g on red hat linux
The sql plus works fine but when i tried to connect with sql developer software it gave me an error saying
Status: Failure - Test Failed: Io exception: The Network Adapter could not establish the connection
i tried pinging the localhost it was fine
but when i tried pinging
tnsping localhost <-- no listner
tnsping orcl <-- no listner
i got above errors
how should i approach the problem please help me i am new to oracle
*********************************************************************
One of the solutions said that you need to copy everything from listener.ora but i it didn't work am i doing things right
sid -->PLSExtProc
host--> localhost.localdomain
**********************************************************************
# listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
(PROGRAM = extproc)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
)
)
Edited by: 891355 on May 17, 2012 6:47 AM
Edited by: neeshu on May 19, 2012 11:28 AM