Originally posted by cleegt
Dear All,
Since those objects are not tables, do you know how I can move them to another tablespace? Thanks.

-- Chris
Code:
ALTER TABLE table_name MOVE LOB (lob_column) STORE AS (TABLESPACE tablespace_name);