On Feb 6, 7:07 pm, Mattia <
malat...@gmail.com> wrote:
...
> I engaged the DBAs let's see.
Ok, I got something useful by further inspection with tcpdump and a
DBA :)
Looks like the problem is that Oracle is getting too many connections
and refuses (as it should) to open new ones.
Now the question is why is the rails application trying to open a new
connection?
When the "connection closed" error happens this is the situation on
the machine I'm running the application on:
266 Open connections to the Oracle server
$ netstat -ntap | grep 1521.*ESTABLISHED | wc -l
266
Not as many rails/apache processes though:
$ ps xa | grep rails | wc -l
7
$ ps xa | grep apache | wc -l
13
Now, I'll try to find the time to dig into the enhanced AR code and
see if I find anything, I'd really appreciate if you could give me
directions to get quickly started.
Or do you happen to have some idea where to look already?
thanks
-- mattia