Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. PC server and web server log files give error message

    PC server and web server log files give error message

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Additional Information
    • Article Type: General
    • Product: Aleph
    • Product Version: 20, 21

    Description:
    PC server and web server log files give message "ORA-00020: maximum number of processes (%s) exceeded".
    For example:

    -a18(1) >>cd $LOGDIR
    -a18(1) >>grep -i 'ORA-00020' www_server_4991.log* | sort -u
    www_server_4991.log.2502.0950:ORA-00020: maximum number of processes (%s) exceeded
    www_server_4991.log.2502.1033:ORA-00020: maximum number of processes (%s) exceeded
    -a18(1) >>grep -i 'ORA-00020' pc_server_6991.log* | sort -u
    pc_server_6991.log.2502.0950:ORA-00020: maximum number of processes (%s) exceeded
    pc_server_6991.log.2502.1033:ORA-00020: maximum number of processes (%s) exceeded
    -a18(1) >>

    Resolution:
    This can be in most cases solved by changing Oracle settings.
    Need to Set Oracle processes to 400, open_cursors to 1000 and sessions to 400.
    Here is how it may be done:
    Login as sqlplus aleph_dba/aleph_dba as sysdba


    Issue the following commands:
    SQL> alter system set open_cursors=1000 scope=both;
    SQL> alter system set sessions=400 scope=spfile;
    SQL> alter system set processes=400 scope=spfile;


    Then do aleph_shutdown, restart Oracle (via util O), and aleph_startup.

    Additional Information

    ORA-00020: maximum number of processes (%s) exceeded


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • PC_DISPLAY_ENG for Balance tab on budgets
      • pc_server and www_server don't work; reboot doesn't help
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 18.01
      2. contype:kba
      3. Prod:Aleph
      4. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved