Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: no. of users supported
There is not a hard and fast rule for situations like this. OLTP loads can
vary widely. Consider for instance Oracle Financials which can be loosly
characterized as an OLTP load over against a home grown application where
say 52 people are just entering data from say a phone survey. Those would be
very different load profiles.
Then there is the difference between people actively executing sql against your database and people who are just sitting there with a connection and not executing anything.
The best approach to seeing if this work might be a combination of watching the CPU and checking out what your database is waiting on. For a pure OLTP load and 2 CPU's I'd try and stay at or below about 70% of max cpu. If you go higher than that you may well get into queueing where response time for your users becomes unpredictable. Sorry not to give a more difinitive answer but it really isn't that cut and dried.
Allan
On 9/28/05, raja rao <raja4list_at_yahoo.com> wrote:
>
> Hi All,
> os: Solaris 2.9
> We have a solaris box with 2 GB RAM and 2 cpus.
> Is there any rule to know how many oracle connections are fine to work
> with it (mean to say
> the oracle sessions on that).
> I heard it is 26 users per cpu. is this true ? or is there any other
> principle to calculate
> how many users concurrently can use this box.
> (the database is OLTP)
> Thanks,
> Raj
>
> ------------------------------
> Yahoo! for Good
> Click here to donate <http://store.yahoo.com/redcross-donate3/> to the
> Hurricane Katrina relief effort.
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Sep 28 2005 - 10:57:22 CDT
![]() |
![]() |