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 AvatarANKUSH THAVALI
  • 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!