Connection problem [message #66714] |
Mon, 18 November 2002 01:51 |
Vijay Manickam
Messages: 4 Registered: November 2002
|
Junior Member |
|
|
Hi,
Everyday when we start work, the following error appears:
ORA - 12516: TNS: listener could not find available handler with matching protocol stack
It seems to be working fine after the database is re-started. This is fine, till the end of day. But again the next morning the same error props up. Kindly let me know what may be the problem.
|
|
|
|
Re: Connection problem [message #66722 is a reply to message #66714] |
Tue, 19 November 2002 07:46 |
Vijay Manickam
Messages: 4 Registered: November 2002
|
Junior Member |
|
|
There are no entries such as those in the listener file we use.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT =
1521))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:oracleora90)
(PROGRAM = extproc)
)
)
*****
Now have added this also:
(SID_DESC =
(GLOBAL_DBNAME = DBNAME)
(ORACLE_HOME = D:oracleora90)
(SID_NAME = DBNAME)
)
|
|
|
|
Re: Connection problem [message #67638 is a reply to message #67355] |
Tue, 30 November 2004 02:32 |
Cyril MARKT
Messages: 1 Registered: November 2004
|
Junior Member |
|
|
Hello,
I had the same problem after my 10g Server crashed.
To solve the ORA-12516 Problem, I deleted my LISTENER and recreated it using the "Net Configuration Assistant" of Oracle.
Good luck,
C.
|
|
|