oracle数据库查询表所在数据库文件位置及块信息

查出test表所在的数据文件和开始的块id以及块数量 select a.file_id,a.block_id,a.blocks,b.name from dba_extents a,v$datafile b where a.file_id=b.file# and a.owner='HBK' and a.segment_name='TEST'; 查出表中记录所在的块 select distin
相关文章
相关标签/搜索