Moving LOBs
06 January 2004 14:00
One more item for today, just wanted to tuck the following syntax into the shed here for future reference. To move Oracle LOB segments into another tablespace:
alter table blah1 move lob(column) store as (tablespace blah2);
Comments
|