ORA 12519 [message #400218] |
Mon, 27 April 2009 03:28 |
nishantprabhakar
Messages: 28 Registered: April 2009 Location: UAE
|
Junior Member |
|
|
Hi
I am getting the following error.
"Failed to connect to database: ORA-12519: TNS:no appropriate service handler found (DBD ERROR: OCIServerAttach)."
Once i get this error I need to to restart the server.After that it will work for 1 day and again I will get the same problem.please let me know the reason
|
|
|
Re: ORA 12519 [message #400220 is a reply to message #400218] |
Mon, 27 April 2009 03:33 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Could be hundreds of reasons.
Check the alter log of the instance, and the listener log file.
|
|
|
|
|
|
Re: ORA 12519 [message #400244 is a reply to message #400238] |
Mon, 27 April 2009 05:04 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Whoops, Typo. Should have been "alert log".
The alert log is in the background dump destination of the database. (Parameter background_dump_dest)
The location of the listener log file you can get with "lsnrctl status" on the database server.
|
|
|
|
|
|
|
Re: ORA 12519 [message #400435 is a reply to message #400419] |
Tue, 28 April 2009 03:40 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
ThomasG wrote on Tue, 28 April 2009 09:17 | And what about the alert.log and the listener.log?
And what about the mentioned d:\oracle\product\10.1.0\db_1\rdbms\trace\orcljde_ora_2416.trc?
|
|
|
|
|
Re: ORA 12519 [message #400453 is a reply to message #400435] |
Tue, 28 April 2009 04:52 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
ThomasG wrote on Tue, 28 April 2009 10:40 | ThomasG wrote on Tue, 28 April 2009 09:17 | And what about the alert.log and the listener.log?
And what about the mentioned d:\oracle\product\10.1.0\db_1\rdbms\trace\orcljde_ora_2416.trc?
|
|
All those client-side trace files are useless. There you basically just see "database is gone".
You need to look in the alert.log of the SERVER to find the cause.
|
|
|