Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Oracle 10g for solaris 10 Oracle
  • Pending Transaction Neighbors Script Oracle
  • Oracle Metalink useful notes Oracle
  • Set Role explaination. Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • nfs mount command Linux/Unix
  • SQLPLUS COPY command Precautions. Oracle
  • find_longsql.sql Oracle
  • checking connectivity between two servers Linux/Unix
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • how to find VIP from ifconfig Linux/Unix
  • Handling LOB data in Oracle Oracle
  • Creating never expiring DB user accounts in Oracle Oracle
  • exp syntax in oracle 10g Oracle
  • fuser to check who is using diretory 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

  • Index Range Scan Oracle
  • UTL_FILE test program Oracle
  • Oracle 10g for solaris 10 Oracle
  • perf_today.sql Oracle
  • USER_TABLES.Freelists Oracle
  • Find Stale DR Physical Standby Oracle

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 (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • 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

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • When error comes for temporary tablespace with version <= 9i Oracle
  • Implementing Listener Security Oracle
  • Zip and unzip with tar Linux/Unix
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • switchover for primary database Oracle
  • How to find password change date for user Oracle
  • ipcs -l Linux/Unix
  • crontab syntax Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme