Hi,
You are right about the Oracle background processes. the count depends upon the no of Oracle background processes.
The foll. command gives a count of the no. of Oracle background processes in Unix :-

ps -ef | grep ora_ | grep -v grep | wc -l

I'm not sure about the Schemaname and Username - looks pretty much the same. Can anyone throw some light on it ?