Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: AutoExtend

RE: AutoExtend

From: Anand <karhadkar_at_rolta.com>
Date: Fri, 20 Jul 2001 19:46:33 -0700
Message-ID: <F001.003509C0.20010720195020@fatcity.com>

You can use following query to see your tablespace has autoextend on or off.

select TABLESPACE_NAME,AUTOEXTENSIBLE from dba_data_files;

Regards,
Anand.
-----Original Message-----
Mladen
Sent: Saturday, July 21, 2001 12:41 AM
To: Multiple recipients of list ORACLE-L

You look in the table sys.file$.

> -----Original Message-----
> From: Michael E. Cupp, Jr. [mailto:mcupp_at_columbus.rr.com]
> Sent: Friday, July 20, 2001 11:51 AM
> To: Multiple recipients of list ORACLE-L
> Subject: AutoExtend
>
>
> How can I determine if tablespaces are set up in autoextend?
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Michael E. Cupp, Jr.
> INET: mcupp_at_columbus.rr.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gogala, Mladen
  INET: MGogala_at_oxhp.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Anand
  INET: karhadkar_at_rolta.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jul 20 2001 - 21:46:33 CDT

Original text of this message

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