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.
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.