Title: RE: Active sessions chewing up a huge amount of RAM

> From: DENNIS WILLIAMS [mailto:[EMAIL PROTECTED]]
>
>
> Jeremy - How many connections is Weblogic creating?

20-30 per appserver. 4 appservers.

> Are you using Oracle MTS?

No. At least they're not supposed to be.

> I'm also
> wondering what
> the SQL looks like. Is it possible your transactions are very
> large (not
> committing often enough)?

The transactional data isn't real significant, however there is a huge amount of selects that the OO structures (poorly designed, I might add) query, and the reports use a funky system of "temporary tables" that are never committed. So, the SGA and PGA get pretty worked; there's not a great deal of data involved, however, so it's usually a matter of getting enough CPU's on the db, and (to a lesser extent) enough RAM.

Thanks...

Reply via email to