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 on Oracle 7.3.4.5.0

Re: Autoextend on Oracle 7.3.4.5.0

From: <Jared.Still_at_radisys.com>
Date: Fri, 21 Feb 2003 15:59:00 -0800
Message-ID: <F001.005557D3.20030221155900@fatcity.com>


Had no idea they were available in 7.3.4.

Rachel Carmichael <wisernet100_at_yahoo.com> Sent by: root_at_fatcity.com
 02/21/2003 10:55 AM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Re: Autoextend on Oracle 7.3.4.5.0


sys.filext$ has to be joined to to the dba_data_files view.

however, if no tablespace has ever been put into autoextend mode, filext$ won't exist.

what I've done in the past to ensure the queries will work is to put a datafile into autoextend mode (this creates filext$), then take it out. filext$ is not dropped once created, even if there are no rows in it.

then you can do the join. If a datafile is IN filext$, it is set for autoextend


Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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.net
-- 
Author: 
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Feb 21 2003 - 17:59:00 CST

Original text of this message

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