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 -> How to move table with long objects?

How to move table with long objects?

From: Heiko Stein <Heiko.Stein_at_web.de>
Date: Fri, 27 Apr 2001 13:02:57 +0200
Message-ID: <3AE951E1.E605D1B1@aixigo.de>

I would like to move a table with a long object to another tablespace. I use Oracle 8.1.6.

I tried

"alter table XY move tablespace AB"
and

"alter table XY move tablespace AB lob (LOB_COLUMN_NAME) store
as ( tablespace AB )"

but everytime I get the error "ORA-00997: Illegal use of LONG datatype".

Any idea ??? Received on Fri Apr 27 2001 - 06:02:57 CDT

Original text of this message

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