Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Weird database hanging

Re: Weird database hanging

From: Michael McMullen <ganstadba_at_hotmail.com>
Date: Fri, 14 Sep 2007 15:37:58 -0400
Message-ID: <BAY141-DAV111B48D25FBC17279C330EA6BC0@phx.gbl>


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-l
Received on Fri Sep 14 2007 - 14:37:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US