Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ora-4031 & large_pool
Thanks, Mark & Rachel. But they're not using XA or connection pooling.
I'm sure increasing the large pool would might help the problem, but I really wanna know why the large pool would be used.
I can't connect to the database right now, but looking at hourly samples (including one taken a couple minutes after the error occurred), the large_pool free memory always shows 16,777,216. This would seem to indicate the large pool isn't getting used.
--Terry
having run into this exact problem not that long ago, increase the size of the large pool.
If you are using connection pooling to access the database, you are using XA. And XA needs a (no pun intended) large large_pool. Ours broke when a DBA not familiar with our application and database made changes to the init.ora and decreased the size of the large pool.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue May 18 2004 - 18:18:20 CDT
![]() |
![]() |