Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Weird database hanging
Sounds like too many sessions. When I hit that on redhat, I forget exactly
but I didn't get an error that out and out told me too many sessions. Check
the listener.log and I usually do a ps -ef | grep LOCAL=NO | wc -l. I
believe we spawned too many session as a result of multiple plans of the
same sql due to a bug with cursor_sharing = force or maybe similar.
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Sep 14 2007 - 14:37:58 CDT