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

Home -> Community -> Usenet -> c.d.o.server -> create undo tbsp has error on local management tbsp syntax??

create undo tbsp has error on local management tbsp syntax??

From: <dominica_at_gmail.com>
Date: 27 Jul 2005 23:02:33 -0700
Message-ID: <1122530553.330766.208650@z14g2000cwz.googlegroups.com>


Hi All,

(I am trying to post again, I thought I post this and then I could see my own posting
for some reason. If I double post, please excuse me).

Basically, I just upgrade an oracle 8i db to 10g. I would like to create UNDO tablespace in local management tablespace and
start using the new UNDO feature instead of rollback segments. But when I run the create tablespace syntax. I got error: ERROR at line 4:
ORA-30024: Invalid specification for CREATE UNDO TABLESPACE

I did read the oracle document for the syntax chart:

Exact step:

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???

Am I missing something obvious??

Thanks,

Dominica Received on Thu Jul 28 2005 - 01:02:33 CDT

Original text of this message

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