Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Move a LOB column to another tablespace
Gary Streeter wrote:
> The command required is not easy to deduce from the Oracle manuals
> and there are limited examples so it's not surprising that you are
> having problems!
Thanks! The problem is that this syntax appears under "move_table_clause". Another problem with the HTML manuals is that the syntax diagrams are bitmaps, so you can't search them. Otherwise, a search for "LOB" (which I did) would also have solved the problem.
> You need to use the ALTER TABLE command with the LOB clause:
>
> ALTER TABLE constants MOVE LOB (lob_column_name) STORE AS
> (TABLESPACE USERS)
Received on Tue Aug 13 2002 - 06:59:47 CDT
![]() |
![]() |