1. Run this SQL file, generate table analysis results storage table CHAINED_ROWS
@ D: /oracle/ora92/rdbms/admin/utlchain.sql;
2, analyze suspect that generates a table of chained row
Analyze Table Mde.cgd_f3 list chained rows;
3, query analysis results:
Select * from chained_ROWS;