Ora-00020:maximum number of processes (exceeded) Error resolution

Source: Internet
Author: User

Solution Solutions

1. View the number of processes

Sql> Show Parameter Proce

NAME TYPE VALUE
------------------------------------ ----------- --------------
Aq_tm_processes Integer 1
Db_writer_processes Integer 1
Job_queue_processes Integer 10
Log_archive_max_processes Integer 2
Processes integer 150

2. Modify Processes

Sql> alter system set PROCESSES=300 Scope=spfile;

The system has changed.

Sql> Show Parameter Proce

NAME TYPE VALUE
------------------------------------ ----------- -------------
Aq_tm_processes Integer 1
Db_writer_processes Integer 1
Job_queue_processes Integer 10
Log_archive_max_processes Integer 2
Processes integer 150
sql> shutdown Immediate
The database is closed.
The database has been uninstalled.
The ORACLE routine has been closed.
Sql> Startup
The ORACLE routine has been started.

Total System Global area 530128356 bytes
Fixed Size 454116 bytes
Variable Size 503316480 bytes
Database buffers 25165824 bytes
Redo buffers 1191936 bytes
The database is loaded.
The database is already open.
Sql> Show Parameter Proce

NAME TYPE VALUE
------------------------------------ ----------- -------------
Aq_tm_processes Integer 1
Db_writer_processes Integer 1
Job_queue_processes Integer 10
Log_archive_max_processes Integer 2
Processes integer 300

Summary
In this paper, the simulation of ORA-00020 error and the simple processing method are given. The most effective way to avoid ORA-00020 errors in the production environment is to fully evaluate the maximum number of processes required by the system before going online and set them up fully at once. This will fundamentally prevent ORA-00020 errors from occurring.

Ora-00020:maximum number of processes (exceeded) Error resolution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.