查询当前oracle执行那些sql-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3976746
  • 博文数量: 536
  • 博客积分: 10470
  • 博客等级: 上将
  • 技术积分: 4825
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-26 14:08
文章分类

全部博文(536)

文章存档

2024年(3)

2021年(1)

2019年(1)

2017年(1)

2016年(2)

2013年(2)

2012年(10)

2011年(43)

2010年(10)

2009年(17)

2008年(121)

2007年(252)

2006年(73)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2011-09-27 17:11:39

sql> col username for a30;                          
sql> col machine for a30;
sql> set linesize 160;
sql> select username,machine,sid,sql_id,status,prev_sql_id,logon_time from v$session where username='system';

username                       machine                               sid sql_id        status   prev_sql_id   logon_tim
------------------------------ ------------------------------ ---------- ------------- -------- ------------- ---------
system                         workgroup\simos                       519               inactive 8f1sjvfxuup9w 21-sep-11
system                         dm01db02.xjods.com                    765 cmn1wnr79nxsu inactive cmn1wnr79nxsu 21-sep-11
system                         workgroup\simos                      1390               inactive 9m7787camwh4m 21-sep-11
system                         dm01db01.xjods.com                   2146               active   7z2rh3s0t3zy2 21-sep-11

sql> select sql_id,sql_fulltext from v$sql where sql_id='7z2rh3s0t3zy2';

sql_id        sql_fulltext
------------- --------------------------------------------------------------------------------
7z2rh3s0t3zy2 begin
              for i in 1..99999999 loop
              execute immediate 'select * from dba_objects';
阅读(1593) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图