Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: TableSpace / Datafiles resize
hi,
try:
select distinct a.segment_name,b.file_name
from dba_extents a , dba_data_files b
where a.owner = ' ... ' and
a.file_id = b.file_id and a.segment_type = 'TABLE'
marcus
-- Posted via http://dbforums.comReceived on Wed Jul 09 2003 - 08:24:26 CDT
![]() |
![]() |