Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: howto ANALYZE index organized table to find chained row(overflow)
Hi All,
I actually DID it:
The actually steps:
4)
analyze table aa2.orders_iot list chained rows into
aa2.dom_orders_iot_chain;
5) If there is CHAINED ROW, that mean overthrow, then the following table won't be empty. Since count(*) is zero, you have no chained row.
SQL> select count(*) from aa2.dom_orders_iot_chain;
COUNT(*)
0 Received on Wed Mar 23 2005 - 20:28:04 CST