Customise Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorised as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.

No cookies to display.

What is PMON Process ? What happens to database if we kill this process ?

Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
  • User AvatarKiran Dalvi
  • 12 Sep, 2023
  • 0 Comments
  • 1 Min Read

What is PMON Process ? What happens to database if we kill this process ?

What is PMON Process ? What happens to database if we kill this process ?

           PMON process is a background process and it enables while instance is in mount/open mode and generally it’s deallocate the resources and releases the locks while any process is disconnect from database and pmon is responsible to register the service name in listener.

PMON (process monitor ) is a mandatory process, and it’s responsibilities are as follows :

  1. PMON is responsible for user recovery.
  2. PMON release the locks.
  3. PMON release the resources.
  4. Checks the user connection. 
  5. Release the memory taken by users.
  6. Restart the server process in the case of crash. 
  7. Shutdown the database in some cases (like redo group filled no space etc cases ) 
  8. Roll back.
  9. Dynamical register to the database with the listener.

Yes,  its a mendatory process. So if you kill  PMON Process,  your instance will be aborted.

You can check following conditions , if PMON Process Fails :
  1. Incorrect environment parameter settings in SQL*Plus ($ORACLE_HOME, $ORACLE_SID).
  2. Not enough CPU/RAM resources for the startup to complete. 
  3. Permission issues with the Oracle executables.
  4. Leftover memory segments from a previous instance crash.
  5.  You can check the associated trace file for the ORA-00445 error.

Hope it Helps!