- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle processes in L2000 server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 09:47 PM
11-01-2001 09:47 PM
Oracle processes in L2000 server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 10:30 PM
11-01-2001 10:30 PM
Re: Oracle processes in L2000 server
oracle doc A90453-01 Installation Checklist states 9i requires a minimum of 256MB
Regards
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 10:50 PM
11-01-2001 10:50 PM
Re: Oracle processes in L2000 server
Try to get the Oracle install and upgarde guide for HPUX. Read the install and the release note.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 12:45 AM
11-02-2001 12:45 AM
Re: Oracle processes in L2000 server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 02:01 AM
11-02-2001 02:01 AM
Re: Oracle processes in L2000 server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 02:16 AM
11-02-2001 02:16 AM
Re: Oracle processes in L2000 server
But I would think you would be able to run at least 2 medium sized instances on this hardware.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 02:25 AM
11-02-2001 02:25 AM
Re: Oracle processes in L2000 server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 02:40 AM
11-02-2001 02:40 AM
Re: Oracle processes in L2000 server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 07:13 AM
11-02-2001 07:13 AM
Re: Oracle processes in L2000 server
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