Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to get the autoextend size?
Stephanie Wood wrote:
>
> What table or view do I query to find out the autoextend size
> that is set on a datafile? I know that I can find this through
> the GUI storage manager. But I'd like to do it via
> SQL*PLUS. I have both Oracle 8.0.5 and 7.3.2 running.
>
> Thanks!
> Stephanie
In Oracle 8 you can get it in DBA_DATA_FILES In Oracle 7 its a little more hidden - join V$DATAFILES with SYS.FILEXT$ on file#. If SYS.FILEXT$ does not exist, then no datafiles are currently in autoextend mode..
HTH
--
![]() |
![]() |