Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • The most important Tuning Notes Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • Jai Shree Ram Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Oracle Material from OTN Oracle
  • create database syntax Oracle
  • oradebug ipcrm ipcs Oracle
  • chk_space_SID.ksh Linux/Unix
  • get_vmstat_linux Oracle
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • Roles and Stored Procs II Oracle
  • Rownum with Order by Oracle

Kernel Parameter setting explaination for Processes Parameter

Posted on 31-Aug-2006 By Admin No Comments on Kernel Parameter setting explaination for Processes Parameter

SHMMAX = The maximum size(in bytes) of a single shared memory segment.

SHMMIN = The minimum size(in bytes) of a single shared memory segment.

The above settings let the max be bigger then we wil ever use and the min much smaller. They are sufficient for pretty much all systems.

SHMMNI = The number of shared memory identifiers.

SHMSEG = The maximum number of shared memory segments that can be attached by a process.

The above settings should also be sufficient.

SEMMNS = The number of semaphores in the system.

Set to the sum of the PROCESSES parameter for each Oracle database the

largest one, plus 2 times the largest PROCESSES value, plus 10 number of Oracle

databases. For example, consider a system that has three Oracle instances with

the PROCESSES parameter in their initsid.ora files set to the following values:

ORACLE_SID=A, PROCESSES=100

ORACLE_SID=B, PROCESSES=100

ORACLE_SID=C, PROCESSES=200

The value of SEMMNS is calculated as follows:

SEMMNS = ((A=100) + (B=100)) + ((C=200) * 2) +

((# of instances=3) * 10) = 630

SEMMNI = The number of semaphore set identifiers in the system;

determines the number of semaphore sets that can be created at any one time.

SEMMSL = The maximum number of sempahores that can be in one

semaphore set. It should be same size as maximum number

of Oracle processes

(The PROCESSES parameter in the init.ora file).

Set to 10 plus the largest initsid.ora PROCESSES parameter of an Oracle

database on the system. The PROCESSES parameter can be found in each

initsid.ora file, loc ORACLE_HOME/dbs directory. The default value of PROCESSES

for the 8.1.5 prebuilt database is 50.

Linux/Unix, shell

Post navigation

Previous Post: sbind.sql Find Bind variable from sql_id sqlid
Next Post: Renaming Global Name GLOBAL_NAME

Related Posts

  • Removing Blank lines from file using grep Linux/Unix
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • Paste command syntax Linux/Unix
  • Guide to Linux System Command Mastery Linux/Unix
  • Reading parameter file and printing Linux/Unix
  • chk_space_SID.ksh Linux/Unix

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • track_autoupgrade_copy_progress.sql Oracle
  • Directory wise folder wise space usage Linux/Unix
  • Resolving RMAN Hung Jobs Oracle
  • CPU speed on solaris Linux/Unix
  • Committing distributed transaction using commit force Oracle
  • Jai Shree Ram Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme