Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: alter table a move tablespace xy
In article <9mfgeh$604$1_at_fstgss02.tu-graz.ac.at>, "Martin says...
>
>Hi!
>
>I've got a problem with this Statment:
>
>alter table a move tablespace xy;
>
>I would like to change the default tablespace usr from table a to a new
>tablespace xy. I created the tablespace xy with Oracle Storage Manager,
>table a is not a partitioned.
>
>But the Error-message is: "keyword partition expectet" (this is my German to
>Englisch-Translation) ;-)
>
>What can i do?
>
>
>
Sounds like you are on 8.0:
scott_at_ORA806.WORLD> alter table emp move tablespace users; alter table emp move tablespace users
*
ALTER TABLE MOVE is a new Oracle8i (8.1.5) and up feature only. That is the error you will get in 8.0 when you use this new syntax that was not supported in that release.
-- Thomas Kyte (tkyte@us.oracle.com) http://asktom.oracle.com/ Expert one on one Oracle, programming techniques and solutions for Oracle. http://www.amazon.com/exec/obidos/ASIN/1861004826/ Opinions are mine and do not necessarily reflect those of Oracle CorpReceived on Tue Aug 28 2001 - 08:49:46 CDT
![]() |
![]() |