How do I show running processes in Oracle DB?

前端 未结 4 593
北荒
北荒 2020-12-12 11:09

Is it possible to show other processes in progress on an Oracle database? Something like Sybases sp_who

4条回答
  •  春和景丽
    2020-12-12 12:06

    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)

提交回复
热议问题