Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: More questions on tablespaces
Ah, the percent increase, right?
In article <8dni25$1nj$1_at_nnrp1.deja.com>,
argosy22_at_my-deja.com wrote:
> HI everyone,
>
> Some more questions on tablespaces.
>
> I'm reverse engineering a database on our production
> server, for use on a new staging server. I queried
> the data dictionary and found:
>
> 1 Select ts.TABLESPACE_NAME ,
> 2 df.file_name ,
> 3 ts.INITIAL_EXTENT ,
> 4 ts.NEXT_EXTENT ,
> 5 ts.MIN_EXTENTS ,
> 6 ts.MAX_EXTENTS ,
> 7 ts.PCT_INCREASE ,
> 8 vdf.BYTES,
> 9 vdf.CREATE_BYTES
> 10 from dba_tablespaces ts,
> 11 dba_data_files df,
> 12 v$datafile vdf
> 13 where ts.TABLESPACE_NAME = df.TABLESPACE_NAME
> 14 and vdf.name = df.FILE_NAME
> 15* order by 1, 2
>
> TABLESPACE_NAME
> ------------------------------
> FILE_NAME
>
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Apr 20 2000 - 00:00:00 CDT