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: Rao, Maheswara <Maheswara.Rao_at_Sungardp3.com>
Date: Fri, 20 Jul 2001 09:30:27 -0700
Message-ID: <F001.0035022D.20010720092111@fatcity.com>

Michael,

Login as a dba user and execute the following query.

select tablespace_name, file_name, autoextensible   from dba_data_files
  order by tablespace_name;

You will see either - YES or NO under autoextensible column.

Rao
Maheswara.Rao_at_sungardp3.com

-----Original Message-----
Sent: Friday, July 20, 2001 11:51 AM
To: Multiple recipients of list ORACLE-L

How can I determine if tablespaces are set up in autoextend?
--

Author: Michael E. Cupp, Jr.
  INET: mcupp_at_columbus.rr.com

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Rao, Maheswara
  INET: Maheswara.Rao_at_Sungardp3.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 - 11:30:27 CDT

Original text of this message

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