Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Oracle Material from OTN Oracle
  • Find long Running Transaction Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • How to sort list of files on basis of their sizes. Linux/Unix
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • Convert multiple rows to single column Oracle
  • OEM-Commnds Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • DBMS_UTILITY PACKAGE Oracle
  • Important Script Method for tuning Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • catall.sh Linux/Unix
  • good linux notes Linux/Unix

How to calculate PROCESSES parameter

Posted on 09-May-2008 By Admin No Comments on How to calculate PROCESSES parameter

SEMMSL

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.

SEMMNS

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

Oracle, SQL scripts

Post navigation

Previous Post: How to set Processes Parameter
Next Post: ORA-4031 issue and solution on 09-MAY-2008

Related Posts

  • Oracle 10g for solaris 10 Oracle
  • Insert cause enqueue locks Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • import-export with multiple files Oracle
  • pvm_pre_change.sql Oracle
  • All Hints for Oracle Databases Oracle

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
  • Finding locked objects Oracle
  • Goldengate document from Porus Oracle
  • find_idle_cpu.sql Oracle
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • set_env_dba Linux/Unix
  • proc.sql Oracle
  • This is from Temi Oracle
  • temp_use.sql diplays usage of temp ts Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme