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

Home -> Community -> Usenet -> c.d.o.server -> Re: Memory Usage in Oracle

Re: Memory Usage in Oracle

From: dawaves <dawaves_at_gmail.com>
Date: 12 Jan 2007 12:24:03 -0800
Message-ID: <1168633443.550367.220930@q2g2000cwa.googlegroups.com>


Valentin:

Yes Oracle's Documentation specifies to set the ulimit for oracle user to have unlimited for the memory parameter.

EscVector:

How many connections would make better sense for us and our environment? Why is 400 too much?

Thanks!

EscVector wrote:
> jeffchirco_at_gmail.com wrote:
> > Dedicated server and we have about 400 connections to the database.
> >
> >
> > Valentin Minzatu wrote:
> > > Are you talking about the Oracle's installation document as
> > > recommendation?
> > >
> > > What is the number of connections made to your database? Are you using
> > > dedicated server or MTS?
>
> That's a lot of connections. I'd pool on the app side. Stay away from
> MTS if possible. Can have Queue issues for long running queries. If
> you've set sga limits, they won't increase. Cursors can use ad-hoc
> memory. PGA uses memory but releases when done. Try reading this:
> Oracle Database 10g Automated SGA Memory Tuning
> Doc ID: Note:257643.1
>
> Are you having a performance issue? You are not swapping. Is the
> system slow. Are end users complaining? If not, start reading so that
> when they do, you'll be ready.
Received on Fri Jan 12 2007 - 14:24:03 CST

Original text of this message

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