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

Home -> Community -> Usenet -> c.d.o.misc -> Re: create UNDO tbsp -> syntax error on extent management local uniform ???

Re: create UNDO tbsp -> syntax error on extent management local uniform ???

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 28 Jul 2005 00:00:51 -0700
Message-ID: <1122534017.175685@yasure>


dominica_at_gmail.com wrote:
> Hi All,
>
> Sorry, I did try to look/follow oracle's syntax diagram. And
> I still get an error.
>
>
> http://otn.oracle.com/pls/db10g/db10g.show_toc?which=main&partno=b10759&maxlevel=2&section=&expand=41369
>
> And I try to do this:
>
> SQL> Create UNDO Tablespace undo_tbs1
> 2 datafile '/qt1/q02/oradata/GA1/undotbs1.dbf'
> 3 size 1000M autoextend on
> 4 extent management local uniform size 8M;
> extent management local uniform size 8M
> *
> ERROR at line 4:
> ORA-30024: Invalid specification for CREATE UNDO TABLESPACE
>
>
> I suspect is it oracle don't allow the UNDO tbsp
> to be "uniform size" ??? Or it has to be "AUTOALLOCATE" or
> something?
>
> Or UNDO can't be local manage???
>
>
>
> Thanks in advance,
>
>
>
> Dom

Correct syntax for creating an UNDO tablespace can be found at: www.psoug.org
click on Morgan's Library
click on Tablespaces

Also available at http://tahiti.oracle.com

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu Jul 28 2005 - 02:00:51 CDT

Original text of this message

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