Background Processes

Which processes will run when we take online backup?

Questions by kvnvk82

Showing Answers 1 - 6 of 6 Answers

I suppose no other database background process is performed. RMAN appears as usual client for database. So, there are only several RMAN processes launched in OS, but no database background processes.

  Was this answer useful?  Yes

narendra05

  • Aug 16th, 2010
 

The rman process runs in case of backup running in parallel multiple such processes would run.

select sid,program,osuser,status from v$session where program like '%rman%' query will give the status of such sessions.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions