Chinaunix首页 | 论坛 | 博客
  • 博客访问: 379937
  • 博文数量: 120
  • 博客积分: 5051
  • 博客等级: 大校
  • 技术积分: 1255
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-03 01:25
文章分类

全部博文(120)

文章存档

2011年(2)

2010年(11)

2009年(28)

2008年(26)

2007年(53)

我的朋友

分类:

2010-09-19 06:46:48

 

oracle查询当前运行的进程

select a.program,b.spid,c.sql_text from v$session a,v$process b,v$sqlarea c where a.paddr=b.addr and a.sql_hash_value=c.hash_value and a.username is not null;
阅读(3039) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~