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: How to tell if autoextend is set on for a datafile

Re: How to tell if autoextend is set on for a datafile

From: Howard J. Rogers <howardjr_at_www.com>
Date: Sun, 8 Oct 2000 18:22:05 +1000
Message-ID: <39e02128@news.iprimus.com.au>

V$datafile will show you the difference between what each datafile was created at, and what it is currently sitting at (so it will show you the effect of manual re-sizing, too).

But the real view you're after is dba_data_files, which has a column headed "AUT" (ie, 'autoextensible'), as well as columns for Maxbytes and Maxblocks, plus one for 'Increment By' -ie, the 'next' parameter in the autoextend clause.

Regards
HJR

--
--------------------------------------------------------------------------
Opinions expressed are my own, and not those of Oracle Corporation
Oracle DBA Resources:               http://www.geocities.com/howardjr2000
--------------------------------------------------------------------------

"Peter Shankey" <shankeyp_at_charlestoncounty.org> wrote in message
news:39DFC090.7AED81C0_at_charlestoncounty.org...

> What view shows where or not autoextend is set for a data file and what
> the various values are?
>
> Thanks
> Pete
>
Received on Sun Oct 08 2000 - 03:22:05 CDT

Original text of this message

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