Operating System - HP-UX
1831627 Members
3354 Online
110027 Solutions
New Discussion

Oracle processes in L2000 server

 
Shahul
Esteemed Contributor

Oracle processes in L2000 server

Hi

I have an L2000 server with 1GB of RAM. Maximum howmany Oracle processes I can have in this? Right now I having 8i loaded in 11.0. If I am going for 9i what are all the requirements?

Thanks in advance
Shahul
8 REPLIES 8
Animesh Chakraborty
Honored Contributor

Re: Oracle processes in L2000 server

Hi,
oracle doc A90453-01 Installation Checklist states 9i requires a minimum of 256MB

Regards
Animesh

Did you take a backup?
Alexander M. Ermes
Honored Contributor

Re: Oracle processes in L2000 server

Hi there.
Try to get the Oracle install and upgarde guide for HPUX. Read the install and the release note.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Animesh Chakraborty
Honored Contributor

Re: Oracle processes in L2000 server

hi,
Sorry fot the multiple entry...it was giving error so ....
Sahul here is good link for you.
http://technet.oracle.com/docs/products/oracle9i/pdf/9i_hp_install.pdf
Did you take a backup?
Andreas D. Skjervold
Honored Contributor

Re: Oracle processes in L2000 server

Hi

The maximum number of user procesess against your system would be definded from the available memory, that is the total amount of memory minus the shared memory in use for the Oracle SGA and other processes using memory.

I belive each Oracle user process consumes aprox 20-25 Kbytes.

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Santosh Nair_1
Honored Contributor

Re: Oracle processes in L2000 server

The maximum number of Oracle instances depends on the size of the database as defined by the SGA (which is locked into memory) and the number of clients connecting to the database (each spawns a process and thus eats up some memory).

But I would think you would be able to run at least 2 medium sized instances on this hardware.

-Santosh
Life is what's happening while you're busy making other plans
Ravi_8
Honored Contributor

Re: Oracle processes in L2000 server

Hi,
I am confused, do you want orcale processes or instances.Once you started a instance the respective processes will start. I am with 1 GB of RAM and 18GB HDD can run 3 instances simultaneously. More also can run,but it slowdown the system
never give up
Andreas D. Skjervold
Honored Contributor

Re: Oracle processes in L2000 server

Hi again

The number of instances possible is ofcourse dependend of the SGA size. I have a development server with 1 GB RAM and have up to 10 Oracle instances each having an SGA size of 50 MB. The 7 background procesess for each instance is neglible in size (7x20Kb).

If running Multithreaded server instead of dedicated server, most of the user process data is contained inside the SGA and are made common for all users ( they queue for the resources) and you can run a larger number of users than with dedicated. This might be preferable in enviroments where users perform select and updates at random times (ie office enviroment with many operators).
When running batch operations or continous processes against the database such as data loads and OLTP processing, dedicated server is preferable if not an requirement.

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Sanjay_6
Honored Contributor

Re: Oracle processes in L2000 server

Hi shahul,

for oracle docs look at oracle doc site.

http://docs.oracle.com

Here is a link

http://docs.oracle.com/database_mp.html

Hope this helps.

Regds