Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: TableSpace / Datafiles resize

Re: TableSpace / Datafiles resize

From: mkoster <member14794_at_dbforums.com>
Date: Wed, 09 Jul 2003 13:24:26 +0000
Message-ID: <3090285.1057757066@dbforums.com>

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.com
Received on Wed Jul 09 2003 - 08:24:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US