Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Renaming Global Name GLOBAL_NAME Oracle
  • This is im telling Kishore Oracle
  • find_longsql.sql Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Generating XML from SQLPLUS Oracle
  • create user with unlimited quota Oracle
  • .profile Linux/Unix
  • Parallel DML Oracle
  • For Perl DBI installation and testing program PHP/MYSQL/Wordpress
  • DBMS_UTILITY.ANALYZE_SCHEMA Oracle
  • oracle_env_10g_CADEV Linux/Unix
  • RAC 11g with vmware Oracle
  • Find Plan Hash value fphv.sql Oracle
  • Jai Shree Ram Oracle
  • Check Oracle installed products using one command Oracle

Processes parameter and its dependencies on OS kernel parameters

Posted on 19-Nov-2008 By Admin No Comments on Processes parameter and its dependencies on OS kernel parameters

At this time in 800P, we are having following parameter set.

NAME TYPE VALUE

———————————— ———– ——————————

processes integer 3500

sessions integer 9000

The main parameter is “processes” parameter as it depends upon the # of semaphores in the system.

This parameter depends upon followng kernel values.

nproc – Maximum number of processes that can exist simultaneously in the system

semmsl – The maximum number of sempahores that can be in one semaphore set. It should be same size as maximum number of Oracle processes.

semmns – The number of semaphores in the system.

Now on sunflower1, we are having following parameter set.

sunflower1/800P>cat /etc/system | grep semm

set semsys:seminfo_semmns=0x7631 (This is equivalent to decimal 30263)

set semsys:seminfo_semmsl=5000

I am unable to find nproc kernel parameter on Sunflower1 but Kishore said it will be default to 30K.

So, Conclusion:

The max # of processes supported by current OS configuration = 5000

The max # of processes supported by current db configuraiton = 3500

This will reflect concurrent user+sever processes running on Sunflower1 DB box.

Linux/Unix, shell

Post navigation

Previous Post: Nice Article about semaphores and init.ora Processes parameter relations
Next Post: shutdown linux

Related Posts

  • Changing default shell Linux/Unix
  • Jai Shree Ram Linux/Unix
  • SAN Linux/Unix
  • good linux notes Linux/Unix
  • telnet listening Linux/Unix
  • How to collect CPU usage on Linux using Shell script Linux/Unix

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • 556976.1 Oracle Clusterware: Components installed Oracle
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • kill all processes from specific user in solaris. Linux/Unix
  • SAN Linux/Unix
  • purge_trc.sh Linux/Unix
  • Another export with Query Oracle
  • move_arch_files.ksh Linux/Unix
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme