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: Where to find tablespace and datafile info

Re: Where to find tablespace and datafile info

From: Gary Assa <gsa_at_panix.com>
Date: 1997/07/23
Message-ID: <5r5ta9$euj@panix.com>#1/1

>When create a tablespace/datafile, where is the size information
>stored in the system?
>
>For example:
>
>create tablespace test_data datafile 'test01.dat' size 10M reuse
> autoextend on next 5M maxsize 50M;
>

select * from dba_data_files;
select * from dba_tablespaces;

-- 
                     ------------------------------------
If you have a condom and sunscreen SPF 15 or greater, than it's safe to look at
                     http://www.panix.com/~gsa/index.html
Received on Wed Jul 23 1997 - 00:00:00 CDT

Original text of this message

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