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: Which data-dictionary store the 'AUTOEXTEND' size?

Re: Which data-dictionary store the 'AUTOEXTEND' size?

From: <yong321_at_yahoo.com>
Date: 26 Sep 2005 19:52:59 -0700
Message-ID: <1127789578.999505.89400@g43g2000cwa.googlegroups.com>


dominica_at_gmail.com wrote:
> I just figure out:
>
> To determine if a datafile and thus, a tablespace, has AUTOEXTEND
> capabilities, query the SYS table "FILEXT$".
>

...
> SQL> select * from filext$ where file# = 6;
>
>
> FILE# MAXEXTEND INC
> ---------- ---------- ----------
> 6 4194302 64
>
>
> 64 * 8192 *1024 = my 512K

Hi, Dominica,

64 * 8192 = your 512K. Since Oracle recommends you use dba_data_files instead of filext$, consider getting this value from dba_data_files.increment_by.

Yong Huang Received on Mon Sep 26 2005 - 21:52:59 CDT

Original text of this message

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