![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I got following exceptions. ----------------------- Exception-1 * * raise exc.DBAPIError.instance(None, None, e) DatabaseError: (DatabaseError) ORA-12519: TNS:no appropriate service handler found *None None Solution i found in the net: * * * *1. Run SQL*Plus and login * * * *2. Run the command “alter system set processes=150 scope=spfile;” in the SQL*Plus * * * *3. Restart the database. Question: * * * * Is the correct way to solve this problem? ----------------------- Exception -2 QueuePool limit of size 10 overflow 10 reached, connection timed out, timeout 30 Traceback (most recent call last): * * raise exc.TimeoutError("QueuePool limit of size %d overflow %d reached, connection timed out, timeout %d" % (self.size(), self.overflow(), self._timeout)) TimeoutError: QueuePool limit of size 10 overflow 10 reached, connection timed out, timeout 30 Question: * * * * How can i find the Pool size to be used? |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
how can i find optimal Queue pool size? |
#6
| |||
| |||
|
|
Database is working and can perform database operaions. This error occuring only when I trying to run my web application. My application using thread and trying to update some tables simultaneously( thread interval is 1 second ).I does not showing any deadlock error. |
#7
| |||
| |||
|
|
sajup: how can i find optimal Queue pool size? Try the relevant performance tuning guide for your release ... all the Oracle documentation is free. One url ishttp://tahiti.oracle.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |