Steps to reproduce the issue:
Run query below to generate parallel slave processes
select /*+ parallel(x,4) parallel(y,4) */ * from all_objects x, all_objects y;
Go to Database | Monitor | Session Browser to see the sessions.
Select the filter and check Exclude parallel slaves. The slave sessions are still there.
