📄 218.html
字号:
<STYLE type=text/css>
<!--
body,td { font-size:9pt;}
hr { color: #000000; height: 1px}
-->
</STYLE>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD><TITLE>FAQ汇萃 >> Oracle 专栏 >> 查看哪些session正在使用哪些回滚段?</title>
</head>
<body >
<p><IMG SRC="../image/jsp001_middle_logo.gif" WIDTH="180" HEIGHT="60" BORDER=0 ALT=""></p>
<table width=100% bgcolor="#cccccc" align=center cellpadding="2" cellspacing="0" border=1 bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr bgcolor="#EFF8FF"><td>
<a href=../list_thread.php?int_attribute=1>FAQ汇萃</a>
>> <a href=../list_thread.php?forumid=20&int_attribute=1>Oracle 专栏</a>
>> 查看哪些session正在使用哪些回滚段? [<a href=../forum/showthread.php?goto=newpost&threadid=218>查看别人的评论</a>]<br>
<hr><p>由 webmaster 发布于: 2001-02-03 13:41</p><p><img src="images/icons/icon12.gif" alt="Wink" border=0> </p><p>系统环境:
<br>1、操作系统:Windows 2000
<br>2、数据库: Oracle 8i R2 (8.1.6) for NT 企业版
<br>3、安装路径:C:\ORACLE
<br>
<br>测试方法:
<br>打开多个SQL*Plus窗口,一些做一些需要回滚的操作,如insert,delete等,一个执行以下的语句来监视。
<br>SQL语句:
<br>
<br>col 回滚段名 format a10
<br>col SID format 9990
<br>col 用户名 format a10
<br>col 操作程序 format a80
<br>col status format a6 trunc
<br>
<br>SELECT r.name 回滚段名,
<br> s.sid,
<br> s.serial#,
<br> s.username 用户名,
<br> t.status,
<br> t.cr_get,
<br> t.phy_io,
<br> t.used_ublk,
<br> t.noundo,
<br> substr(s.program, 1, 78) 操作程序
<br>FROM sys.v_$session s,sys.v_$transaction t,sys.v_$rollname r
<br>WHERE t.addr = s.taddr and t.xidusn = r.usn
<br>ORDER BY t.cr_get,t.phy_io
<br>/
<br>
<br>
<br></p></td>
</tr>
</table>
<p>
<CENTER><a href="../forum/newreply.php?action=newreply&threadid=218">点这里对该文章发表评论</a></CENTER>
<p>该文章总得分是 <font color=red>0</font> 分,你认为它对你有帮助吗?
[<a href=javascript:void(0) onclick=window.open("../forum/codeVote.php?threadid=218&intVote=4","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>非常多</a>](<font color=red>0</font>)
[<a href=javascript:void(0) onclick=window.open("../forum/codeVote.php?threadid=218&intVote=2","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>有一些</a>](<font color=red>0</font>)
[<a href=javascript:void(0) onclick=window.open("../forum/codeVote.php?threadid=218&intVote=1","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>无帮助</a>](<font color=red>0</font>)
[<a href=javascript:void(0) onclick=window.open("../forum/codeVote.php?threadid=218&intVote=-1","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>是灌水</a>](<font color=red>0</font>) </p>
<script language="javascript" src="../include/read_thread_script.php?threadid=218"></script>
<p><CENTER>
Copyright © 2001 - 2009 JSP001.com . All Rights Reserved <P>
<IMG SRC="../image/jsp001_small_logo.gif" WIDTH="85" HEIGHT="30" BORDER=0 ALT="">
</CENTER></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -