Chinaunix首页 | 论坛 | 博客
  • 博客访问: 650794
  • 博文数量: 168
  • 博客积分: 2928
  • 博客等级: 中校
  • 技术积分: 1904
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-04 09:56
文章分类

全部博文(168)

文章存档

2010年(168)

我的朋友

分类: Oracle

2010-08-23 11:12:32

select t.owner,t.segment_name,t.segment_type,a.name,t.file_id
from dba_extents t,v$datafile a
where t.file_id=file#
and t.segment_name='EMP'
 
 
 
select b.tablespace_name,b.file_name from dba_extents a ,dba_data_files b
where a.owner='table_owner'
and a.segment_name='table_name'
and a.file_id=b.file_id
阅读(665) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~