Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Moving a table to another tablespace
It seams to me that there is an easier way:
ALTER TABLE table_name MOVE TABLESPACE new_tablespace_name;
HTH. Regards,
> "Lars Steinmetz" <no_spam_lsteinmetz_at_jakrause.com> a écrit dans le message
> news: 1031120115.839708_at_news.thyssen.com...
> > Hello NG,
> >
> > by a mistake a table with a long raw collumn was createt in the wrong
> > tablespace. How can I move this table (with content, of course) into the
> > correct tablespace?
> > I tried the alter table command but i always get the ORA-00997 Error.
Any
> > ideas?
> >
> > Thanx for you help!
> >
> >
> > --
> > ==================
> > Lars Steinmetz
> > ==================
> >
> >
>
>
Received on Wed Sep 04 2002 - 11:33:12 CDT
![]() |
![]() |