select t1.inst_id,t1.sid,t1.serial#,t1.username,t2.spid 系统进程id from gv$session t1
 full join gv$process t2 on t2.addr=t1.paddr and t2.inst_id=t1.inst_id and (t2.BACKGROUND is null or background<>'1')

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-12-20
  • 2021-06-08
  • 2021-06-04
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2021-09-20
  • 2021-12-01
  • 2022-01-22
  • 2021-10-04
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案