Hi Listers,
 
I created a table containing a LOB Column (icon) with the following storage clause :
 

LOB (ICON)

STORE AS (TABLESPACE QUARKDMS_BLOB

STORAGE(INITIAL 1M NEXT 5M)

CHUNK 4K PCTVERSION 10

NOCACHE LOGGING

INDEX (TABLESPACE QUARKDMS_INDEX

STORAGE (INITIAL 1M NEXT 1M))

DISABLE STORAGE IN ROW);

I want to move only the lob-Index from tablespace Quarkdms_index to a new tablespace. Please let me know whether this is possible and the command for the same.

Thanks to all

Best Regards

Munish Bajaj

Reply via email to