Failure of User Process
When a user process fails, what background process cleans up after it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dhaval PatelPosted Jan 20, 2012, 12:20 AM
process monitor (PMON) performs process recovery when a user process fails. PMON is responsible for cleaning up the database buffer cache and freeing resources that the user process was using.
For example,
it resets the status of the active transaction table, releases locks,
and removes the process ID from the list of active processes.
When user process fails than PMON is clean up all memory and other allocated resources to a given user process
than background process clean up by PMON