OEM 10g ORA-12516 [message #223146] |
Wed, 07 March 2007 14:24 |
ben_davis
Messages: 7 Registered: January 2007 Location: Uzbekistan
|
Junior Member |
|
|
Hi,
I installed Oracle 10g on Suse 10, create my database, create Oracle Repository. But when I connect from Browser to OEM I get the following error:
"Listener refused the connection with the following error: ORA-12516, TNS: listener could not find available handler with matching protocol stack. The connection description used the client was: (DESCRIPTION=(ADDRESS_LIST= (ADDRESS=(PROTOCOL=TCP)(HOST=timur.fido.uz)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=zif.fido.uz)))"
Listener is started.
Listener review:
--------------------------------
zif =
(DESCRIPTION_LIST=
(DESCRIPTION =
(ADDRESS = (PROTOCOL=TCP)(HOST=timur.fido.uz)(PORT=1521))
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL=IPC)(KEY=ZIF))
)
SID_LIST_ZIF =
(SID_LIST =
(SID_DESC =
(Oracle_home = /oracle)
(SID_NAME = zif)
)
)
--------------------------------
SERVICE_NAMES is defined zif.fido.uz
Can anybody guide me on how to do it.
|
|
|
|
|
Re: OEM 10g ORA-12516 [message #223624 is a reply to message #223359] |
Fri, 09 March 2007 18:17 |
ben_davis
Messages: 7 Registered: January 2007 Location: Uzbekistan
|
Junior Member |
|
|
Hi,
here is my
$lsnrctl status
Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
STATUS of the Listener
--------------------------
Alias LISTENER
Version TNSLSNR for Linux:Version 10.1.0.2.0
Start Date 09-MAR-2007 09:31:32
UPTIME 0 day 0 hr. 9 min. 3 sec.
Trace level off
Security ON: Local OS Authentication
SNMP OFF
Listener Paramater File /oracle/network/admin/listener.ora
Listener Log File /oracle/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=timur.fido.uz)(PORT=1521)))
Service Summary...
Service "zif.fido.uz" has 1 instance(s)
Instance "zif", status Ready, has 1 handler(s) for this service ...
The command completed successfully
---------------------------------------
But in /oracle/timur.fido.uz_zif/sysman/log/emagent.trc, I found the next message:
2007-03-09 09:40:17 Thread-306253088 ERROR http: snmehl_allocateListenerPort:
failed to bind socket: Address already in use (errno=98)
2007-03-09 09:40:17 Thread-306253088 ERROR http: nmehl_startHttpListener:
failed to listen to HTTP port for http://timur.fido.uz:5505/emd/main
2007-03-09 09:40:17 Thread-306253088 ERROR http: nmehl_startHttpListener:
failed starting http listener
It look like HttpListener (I don't know it) can't start
|
|
|