Oracle统计表的数据行和数据块信息

select table_name,num_rows,blocks from user_tables where table_name='Test'
db_file_multiblock_read_count

编程技巧