Re: Row Migration/Rowchaining
Date: Fri, 11 Apr 2008 14:54:05 -0400
Message-ID: <OF6FB42D85.F345DADB-ON85257428.0067A2A1-85257428.0067D472@lnotes-gw.ent.nwie.net>
This will show you the table for chained rows, not sure if it covers
migrated or not, anyone else?
select owner, table_name, chain_cnt from dba_tables where chain_cnt > 0;
joe
You can have it: Fast, Right or Cheap, pick 2 of the 3. Fast + Right is Expensive
Fast + Cheap will be incorrect.
Right + Cheap will take a while.
maheswara.rao_at_ubs.com
Sent by: oracle-l-bounce_at_freelists.org
04/11/2008 02:40 PM
Please respond to maheswara.rao_at_ubs.com
From
maheswara.rao_at_ubs.com
To
<oracle-l_at_freelists.org>
cc
Subject
Row Migration/Rowchaining
In my database when I run the following query against v$sysstat, I find huge number of migrated/chained rows.
SQL> SELECT name, value
FROM v$sysstat WHERE name = 'table fetch continued row'; NAME VALUE
---------------------------------- --------
table fetch continued row 2327441
How do I find to which table these migrated/chained rows belong?
Please help.
Thanks,
Rao
Please do not transmit orders or instructions regarding a UBS account by e-mail. The information provided in this e-mail or any attachments is not an official transaction confirmation or account statement. For your protection, do not include account numbers, Social Security numbers, credit card numbers, passwords or other non-public information in your e-mail. Because the information contained in this message may be privileged, confidential, proprietary or otherwise protected from disclosure, please notify us immediately by replying to this message and deleting it from your computer if you have received this communication in error. Thank you.
UBS Financial Services Inc.
UBS International Inc.
UBS Financial Services Incorporated of Puerto Rico
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Apr 11 2008 - 13:54:05 CDT