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 / Locally Managed

RE: AutoExtend / Locally Managed

From: Reardon, Bruce (CALBBAY) <Bruce.Reardon_at_comalco.riotinto.com.au>
Date: Wed, 28 Apr 2004 15:20:44 +1000
Message-ID: <DF33C5D0C428FE4DBC8410FC2793EE7F01E76F90@calbbsv025.cal.riotinto.org>


You can have autoextend - but it's a datafile property not a property of = the tablespace
anyway, syntax that works is (for example):

create tablespace SM_IND_LARGE
datafile=20
'd:\oradata\%oracle_sid%\SM_ind_large_01.dbf' size 128M reuse autoextend =
on next 64M maxsize 2048M,
'f:\oradata\%oracle_sid%\SM_ind_large_02.dbf' size 128M reuse autoextend =
on next 64M maxsize 2048M
extent management local uniform size 16M;

HTH,
Bruce Reardon

-----Original Message-----
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Fahd Mirza Sent: Wednesday, 28 April 2004 3:16 PM
Subject: AutoExtend / Locally Managed

   Why can't we put " autoextend on" in the creation of locally managed = tablespaces?

        I wrote like this=20
            1-create tablespace tbs1 '<file_path>' size 10M=20
            2-autoextend on
            3-extent management local uniform size 128K;
            4-and it is giving me error on line 2.
Fahd

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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed Apr 28 2004 - 00:20:38 CDT

Original text of this message

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