Is it possible to show other processes in progress on an Oracle database? Something like Sybases sp_who
sp_who
Keep in mind that there are processes on the database which may not currently support a session.
If you're interested in all processes you'll want to look to v$process (or gv$process on RAC)