发现行迁移的方法

@?/rdbms/admin/utlchain.sql

analyze table tb_name list chained rows into chained_rows;

select count(*) from chained_rows where table_name='tb_name';

select 'analyze table '||table_name||' list chained rows into chained_rows;' from user_tables;

select  * from chained_rows;

你可能感兴趣的:(发现行迁移的方法)